Giter VIP home page Giter VIP logo

Comments (7)

mtamis-NV avatar mtamis-NV commented on July 19, 2024

Did you compile assimp in E:\git\NvCloth\NvCloth\samples\external\assimp-4.1.0 before building the samples?
This is currently not explained well, improving the compile guide for the samples is on our radar, hopefully it will be part of the next release.

from nvcloth.

HiCAIcaiii avatar HiCAIcaiii commented on July 19, 2024

after compile assimp,it shows:
assimp: No command specified. Use 'assimp help' for a detailed command list

from nvcloth.

mtamis-NV avatar mtamis-NV commented on July 19, 2024

You don't have to run anything from the assimp project, just compile the libs.
What happens now when you compile the samples again?

from nvcloth.

HiCAIcaiii avatar HiCAIcaiii commented on July 19, 2024

I have compiled the assimp project,it still can't open the following files.
#include <assimp/Importer.hpp>
#include <assimp/scene.h>
#include <assimp/postprocess.h>
Then,I add include directory '....\samples\external\assimp-4.1.0\include'.It works,but a new mistake happend 'LNK200 : unsolved external symbol'.
I guess some .lib file should be added to addtional dependencies, but I don't know which libs.

from nvcloth.

mtamis-NV avatar mtamis-NV commented on July 19, 2024

It sounds like something in your setup is wrong, as cmake should put these dependencies in the project file already.
Anyway, the assimp libs that need to be linked are:
For the x64 debug config:
..\..\external\assimp-4.1.0\compiler\vc14win64-cmake\code\Debug\assimp-vc140-mt.lib
For the x64 release config:
..\..\external\assimp-4.1.0\compiler\vc14win64-cmake\code\Release\assimp-vc140-mt.lib

from nvcloth.

HiCAIcaiii avatar HiCAIcaiii commented on July 19, 2024

Thanks a lot! I am still trying. Actually I have to understand samples and implement mine samples.So ,is there more information like .doc available to understand how sample work?Maybe company official channel?

from nvcloth.

mtamis-NV avatar mtamis-NV commented on July 19, 2024

No, we don't have documentation about the samples. The next best thing is the users guide in NvCloth\docs\documentation\UserGuide\Index.html
I hope you don't run into more issues while compiling the samples.

from nvcloth.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.