LWJGL Forum

Programming => General Java Game Development => Topic started by: wartemw on January 11, 2017, 04:23:20

Title: Import models assimp
Post by: wartemw on January 11, 2017, 04:23:20
how to model on the way?
Title: Re: Import models assimp
Post by: Kai on January 11, 2017, 10:03:25
Could you please describe your problem in a lot more detail?
One sentence "how to model on the way" and a screenshot of your IDE is not at all sufficient for anyone to understand what you want.
Title: Re: Import models assimp
Post by: spasi on January 11, 2017, 10:05:37
You must use one of the aiImportFile* or aiImportFileFromMemory* functions, if that's what you're asking.
Title: Re: Import models assimp
Post by: wartemw on January 12, 2017, 02:56:21
QuoteCould you please describe your problem in a lot more detail?
One sentence "how to model on the way" and a screenshot of your IDE is not at all sufficient for anyone to understand what you want.
how to import model from the assimp(please demo import model)


QuoteYou must use one of the aiImportFile* or aiImportFileFromMemory* functions, if that's what you're asking.
please show demo import via aiImportFile.