Ab |
Class | Description | |
---|---|---|
AssimpConverter | AssimpConverter class provides method that can convert native Assimp Scene object into Ab4d.SharpEngine objects. | |
AssimpExporter | AssimpExporter provides information about supported export formats. The current version does not support exporting SharpEngine Scene objects. But it is possible to export and imported Assimp scene by using _assimpImporter.NativeAssimpScene.ExportScene method. | |
AssimpImporter | AssimpImporter can import 3D models from many 3D file formats into SceneNode objects for Ab4d.SharpEngine rendering engine. |
Structure | Description | |
---|---|---|
AssimpFormatExtensions | AssimpFormatExtensions struct provides file format name and possible file extensions. |
Delegate | Description | |
---|---|---|
AssimpConverterTextureLoaderDelegate | TextureLoaderDelegate delegate defines the method layout that loads the texture from the assimp data and sets the appropriate fields in the specified material. |