| Name | Description |
---|
| AssimpImporter(IBitmapIO) |
Constructor that only takes an optional bitmapIO and will not create the textures immediately.
Also no cache is used to read and store the textures.
|
| AssimpImporter(AssimpConverterTextureLoaderDelegate) |
Constructor that takes a custom texture loader delegate
|
| AssimpImporter(IBitmapIO, Scene) |
Constructor with optional Scene object that when specified is used to cache the loaded textures.
When Scene.GpuDevice is initialized, then the textures are immediately created. Otherwise the textures are created when materials with textures are initialized.
|
| AssimpImporter(IBitmapIO, VulkanDevice) |
Constructor with optional gpuDevice object that when specified is used to create and cache the loaded textures.
When gpuDevice is null, then the textures are created when materials with textures are initialized.
|