derelict.assimp3.assimp

Undocumented in source.

Public Imports

derelict.assimp3.types
public import derelict.assimp3.types;

Members

Aliases

da_aiApplyPostProcessing
alias da_aiApplyPostProcessing = const(aiScene*) function(const(aiScene*), uint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_aiAttachLogStream
alias da_aiAttachLogStream = void function(const(aiLogStream)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_aiCopyScene
alias da_aiCopyScene = void function(const(aiScene)*, aiScene**)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_aiCreatePropertyStore
alias da_aiCreatePropertyStore = aiPropertyStore* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_aiCreateQuaternionFromMatrix
alias da_aiCreateQuaternionFromMatrix = void function(aiQuaternion*, const(aiMatrix3x3)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_aiDecomposeMatrix
alias da_aiDecomposeMatrix = void function(const(aiMatrix4x4)*, aiVector3D*, aiQuaternion*, aiVector3D*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_aiDetachAllLogStreams
alias da_aiDetachAllLogStreams = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_aiDetachLogStream
alias da_aiDetachLogStream = aiReturn function(const(aiLogStream)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_aiEnableVerboseLogging
alias da_aiEnableVerboseLogging = void function(aiBool)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_aiExportScene
alias da_aiExportScene = aiReturn function(const(aiScene)*, const(char)*, const(char)*, uint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_aiExportSceneEx
alias da_aiExportSceneEx = aiReturn function(const(aiScene)*, const(char)*, const(char)*, aiFileIO*, uint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_aiExportSceneToBlob
alias da_aiExportSceneToBlob = const(aiExportDataBlob)* function(const(aiScene)*, const(char)*, uint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_aiFreeScene
alias da_aiFreeScene = void function(const(aiScene)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_aiGetCompileFlags
alias da_aiGetCompileFlags = uint function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_aiGetErrorString
alias da_aiGetErrorString = const(char)* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_aiGetExportFormatCount
alias da_aiGetExportFormatCount = size_t function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_aiGetExportFormatDescription
alias da_aiGetExportFormatDescription = aiExportFormatDesc* function(size_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_aiGetExtensionList
alias da_aiGetExtensionList = void function(aiString*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_aiGetImportFormatCount
alias da_aiGetImportFormatCount = size_t function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_aiGetImportFormatDescription
alias da_aiGetImportFormatDescription = aiImporterDesc* function(size_t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_aiGetImporterDesc
alias da_aiGetImporterDesc = const(aiImporterDesc)* function(const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_aiGetLegalString
alias da_aiGetLegalString = const(char)* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_aiGetMaterialColor
alias da_aiGetMaterialColor = aiReturn function(const(aiMaterial)*, const(char)*, uint, uint, aiColor4D*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_aiGetMaterialFloatArray
alias da_aiGetMaterialFloatArray = aiReturn function(const(aiMaterial)*, const(char)*, uint, uint, float*, uint*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_aiGetMaterialIntegerArray
alias da_aiGetMaterialIntegerArray = aiReturn function(const(aiMaterial)*, const(char)*, uint, uint, int*, uint*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_aiGetMaterialProperty
alias da_aiGetMaterialProperty = aiReturn function(const(aiMaterial)*, const(char)*, uint, uint, aiMaterialProperty**)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_aiGetMaterialString
alias da_aiGetMaterialString = aiReturn function(const(aiMaterial)*, const(char)*, uint, uint, aiString*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_aiGetMaterialTexture
alias da_aiGetMaterialTexture = aiReturn function(const(aiMaterial)*, aiTextureType, uint, aiString*, aiTextureMapping* m = null, uint* uvindex = null, float* blend = null, aiTextureOp* op = null, aiTextureMapMode* mm = null, uint* flags = null)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_aiGetMaterialTextureCount
alias da_aiGetMaterialTextureCount = uint function(const(aiMaterial)*, aiTextureType)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_aiGetMaterialUVTransform
alias da_aiGetMaterialUVTransform = aiReturn function(const(aiMaterial)*, const(char)*, uint, uint, aiUVTransform*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_aiGetMemoryRequirements
alias da_aiGetMemoryRequirements = void function(const(aiScene)*, aiMemoryInfo*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_aiGetPredefinedLogStream
alias da_aiGetPredefinedLogStream = aiLogStream function(aiDefaultLogStream, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_aiGetVersionMajor
alias da_aiGetVersionMajor = uint function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_aiGetVersionMinor
alias da_aiGetVersionMinor = uint function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_aiGetVersionRevision
alias da_aiGetVersionRevision = uint function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_aiIdentityMatrix3
alias da_aiIdentityMatrix3 = void function(aiMatrix3x3*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_aiIdentityMatrix4
alias da_aiIdentityMatrix4 = void function(aiMatrix4x4*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_aiImportFile
alias da_aiImportFile = const(aiScene*) function(const(char)*, uint)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_aiImportFileEx
alias da_aiImportFileEx = const(aiScene*) function(const(char)*, uint, aiFileIO*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_aiImportFileExWithProperties
alias da_aiImportFileExWithProperties = const(aiScene*) function(const(char)*, uint, aiFileIO*, const(aiPropertyStore)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_aiImportFileFromMemory
alias da_aiImportFileFromMemory = const(aiScene*) function(const(void)*, uint, uint, const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_aiImportFileFromMemoryWithProperties
alias da_aiImportFileFromMemoryWithProperties = const(aiScene*) function(const(void)*, uint, uint, const(char)*, const(aiPropertyStore)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_aiIsExtensionSupported
alias da_aiIsExtensionSupported = aiBool function(const(char)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_aiMultiplyMatrix3
alias da_aiMultiplyMatrix3 = void function(aiMatrix3x3*, const(aiMatrix3x3)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_aiMultiplyMatrix4
alias da_aiMultiplyMatrix4 = void function(aiMatrix4x4*, const(aiMatrix4x4)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_aiReleaseExportBlob
alias da_aiReleaseExportBlob = void function(const(aiExportDataBlob)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_aiReleaseExportFormatDescription
alias da_aiReleaseExportFormatDescription = void function(const(aiExportFormatDesc)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_aiReleaseImport
alias da_aiReleaseImport = void function(const(aiScene)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_aiReleasePropertyStore
alias da_aiReleasePropertyStore = void function(aiPropertyStore*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_aiSetImportPropertyFloat
alias da_aiSetImportPropertyFloat = void function(aiPropertyStore*, const(char)*, float)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_aiSetImportPropertyInteger
alias da_aiSetImportPropertyInteger = void function(aiPropertyStore*, const(char)*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_aiSetImportPropertyMatrix
alias da_aiSetImportPropertyMatrix = void function(aiPropertyStore*, const(char)*, aiMatrix4x4*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_aiSetImportPropertyString
alias da_aiSetImportPropertyString = void function(aiPropertyStore*, const(char)*, const(aiString)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_aiTransformVecByMatrix3
alias da_aiTransformVecByMatrix3 = void function(aiVector3D*, const(aiMatrix3x3)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_aiTransformVecByMatrix4
alias da_aiTransformVecByMatrix4 = void function(aiVector3D*, const(aiMatrix4x4)*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_aiTransposeMatrix3
alias da_aiTransposeMatrix3 = void function(aiMatrix3x3*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_aiTransposeMatrix4
alias da_aiTransposeMatrix4 = void function(aiMatrix4x4*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Classes

DerelictASSIMP3Loader
class DerelictASSIMP3Loader
Undocumented in source.

Functions

aiGetMaterialFloat
aiReturn aiGetMaterialFloat(const(aiMaterial)* mat, const(char)* key, uint type, uint index, float* _out)
Undocumented in source. Be warned that the author may not have intended to support it.
aiGetMaterialInteger
aiReturn aiGetMaterialInteger(const(aiMaterial)* mat, const(char)* key, uint type, uint index, int* _out)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

DerelictASSIMP3
DerelictASSIMP3Loader DerelictASSIMP3;
Undocumented in source.
aiApplyPostProcessing
da_aiApplyPostProcessing aiApplyPostProcessing;
Undocumented in source.
aiAttachLogStream
da_aiAttachLogStream aiAttachLogStream;
Undocumented in source.
aiCopyScene
da_aiCopyScene aiCopyScene;
Undocumented in source.
aiCreatePropertyStore
da_aiCreatePropertyStore aiCreatePropertyStore;
Undocumented in source.
aiCreateQuaternionFromMatrix
da_aiCreateQuaternionFromMatrix aiCreateQuaternionFromMatrix;
Undocumented in source.
aiDecomposeMatrix
da_aiDecomposeMatrix aiDecomposeMatrix;
Undocumented in source.
aiDetachAllLogStreams
da_aiDetachAllLogStreams aiDetachAllLogStreams;
Undocumented in source.
aiDetachLogStream
da_aiDetachLogStream aiDetachLogStream;
Undocumented in source.
aiEnableVerboseLogging
da_aiEnableVerboseLogging aiEnableVerboseLogging;
Undocumented in source.
aiExportScene
da_aiExportScene aiExportScene;
Undocumented in source.
aiExportSceneEx
da_aiExportSceneEx aiExportSceneEx;
Undocumented in source.
aiExportSceneToBlob
da_aiExportSceneToBlob aiExportSceneToBlob;
Undocumented in source.
aiFreeScene
da_aiFreeScene aiFreeScene;
Undocumented in source.
aiGetCompileFlags
da_aiGetCompileFlags aiGetCompileFlags;
Undocumented in source.
aiGetErrorString
da_aiGetErrorString aiGetErrorString;
Undocumented in source.
aiGetExportFormatCount
da_aiGetExportFormatCount aiGetExportFormatCount;
Undocumented in source.
aiGetExportFormatDescription
da_aiGetExportFormatDescription aiGetExportFormatDescription;
Undocumented in source.
aiGetExtensionList
da_aiGetExtensionList aiGetExtensionList;
Undocumented in source.
aiGetImportFormatCount
da_aiGetImportFormatCount aiGetImportFormatCount;
Undocumented in source.
aiGetImportFormatDescription
da_aiGetImportFormatDescription aiGetImportFormatDescription;
Undocumented in source.
aiGetLegalString
da_aiGetLegalString aiGetLegalString;
Undocumented in source.
aiGetMaterialColor
da_aiGetMaterialColor aiGetMaterialColor;
Undocumented in source.
aiGetMaterialFloatArray
da_aiGetMaterialFloatArray aiGetMaterialFloatArray;
Undocumented in source.
aiGetMaterialIntegerArray
da_aiGetMaterialIntegerArray aiGetMaterialIntegerArray;
Undocumented in source.
aiGetMaterialProperty
da_aiGetMaterialProperty aiGetMaterialProperty;
Undocumented in source.
aiGetMaterialString
da_aiGetMaterialString aiGetMaterialString;
Undocumented in source.
aiGetMaterialTexture
da_aiGetMaterialTexture aiGetMaterialTexture;
Undocumented in source.
aiGetMaterialTextureCount
da_aiGetMaterialTextureCount aiGetMaterialTextureCount;
Undocumented in source.
aiGetMemoryRequirements
da_aiGetMemoryRequirements aiGetMemoryRequirements;
Undocumented in source.
aiGetPredefinedLogStream
da_aiGetPredefinedLogStream aiGetPredefinedLogStream;
Undocumented in source.
aiGetVersionMajor
da_aiGetVersionMajor aiGetVersionMajor;
Undocumented in source.
aiGetVersionMinor
da_aiGetVersionMinor aiGetVersionMinor;
Undocumented in source.
aiGetVersionRevision
da_aiGetVersionRevision aiGetVersionRevision;
Undocumented in source.
aiIdentityMatrix3
da_aiIdentityMatrix3 aiIdentityMatrix3;
Undocumented in source.
aiIdentityMatrix4
da_aiIdentityMatrix4 aiIdentityMatrix4;
Undocumented in source.
aiImportFile
da_aiImportFile aiImportFile;
Undocumented in source.
aiImportFileEx
da_aiImportFileEx aiImportFileEx;
Undocumented in source.
aiImportFileExWithProperties
da_aiImportFileExWithProperties aiImportFileExWithProperties;
Undocumented in source.
aiImportFileFromMemory
da_aiImportFileFromMemory aiImportFileFromMemory;
Undocumented in source.
aiImportFileFromMemoryWithProperties
da_aiImportFileFromMemoryWithProperties aiImportFileFromMemoryWithProperties;
Undocumented in source.
aiIsExtensionSupported
da_aiIsExtensionSupported aiIsExtensionSupported;
Undocumented in source.
aiMultiplyMatrix3
da_aiMultiplyMatrix3 aiMultiplyMatrix3;
Undocumented in source.
aiMultiplyMatrix4
da_aiMultiplyMatrix4 aiMultiplyMatrix4;
Undocumented in source.
aiReleaseExportBlob
da_aiReleaseExportBlob aiReleaseExportBlob;
Undocumented in source.
aiReleaseExportFormatDescription
da_aiReleaseExportFormatDescription aiReleaseExportFormatDescription;
Undocumented in source.
aiReleaseImport
da_aiReleaseImport aiReleaseImport;
Undocumented in source.
aiReleasePropertyStore
da_aiReleasePropertyStore aiReleasePropertyStore;
Undocumented in source.
aiSetImportPropertyFloat
da_aiSetImportPropertyFloat aiSetImportPropertyFloat;
Undocumented in source.
aiSetImportPropertyInteger
da_aiSetImportPropertyInteger aiSetImportPropertyInteger;
Undocumented in source.
aiSetImportPropertyMatrix
da_aiSetImportPropertyMatrix aiSetImportPropertyMatrix;
Undocumented in source.
aiSetImportPropertyString
da_aiSetImportPropertyString aiSetImportPropertyString;
Undocumented in source.
aiTransformVecByMatrix3
da_aiTransformVecByMatrix3 aiTransformVecByMatrix3;
Undocumented in source.
aiTransformVecByMatrix4
da_aiTransformVecByMatrix4 aiTransformVecByMatrix4;
Undocumented in source.
aiTransposeMatrix3
da_aiTransposeMatrix3 aiTransposeMatrix3;
Undocumented in source.
aiTransposeMatrix4
da_aiTransposeMatrix4 aiTransposeMatrix4;
Undocumented in source.

Meta