Hello Guest

Import models assimp

  • 3 Replies
  • 6789 Views
Import models assimp
« on: January 11, 2017, 04:23:20 »
how to model on the way?

*

Kai

Re: Import models assimp
« Reply #1 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.
« Last Edit: January 11, 2017, 11:05:12 by Kai »

*

Online spasi

  • *****
  • 2261
    • WebHotelier
Re: Import models assimp
« Reply #2 on: January 11, 2017, 10:05:37 »
You must use one of the aiImportFile* or aiImportFileFromMemory* functions, if that's what you're asking.

Re: Import models assimp
« Reply #3 on: January 12, 2017, 02:56:21 »
Quote
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.
how to import model from the assimp(please demo import model)


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