AssimpScene.this

Import mesh from a memory area using specified import properties. The ASSIMP library must have been loaded.

  1. this(Assimp assimp, string path, uint postProcessFlags)
  2. this(Assimp assimp, ubyte[] data, uint postProcessFlags)
  3. this(Assimp assimp, ubyte[] data, aiPropertyStore* props, uint postProcessFlags)
    class AssimpScene
    this
    (,
    ubyte[] data
    ,
    aiPropertyStore* props
    ,
    uint postProcessFlags = 0
    )

Throws

AssimpException on error.

Meta