- aiApplyPostProcessing
const(aiScene*) aiApplyPostProcessing(aiScene* pScene, uint pFlags)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- aiAttachLogStream
void aiAttachLogStream(aiLogStream* stream)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- aiCopyScene
void aiCopyScene(aiScene* pIn, aiScene** pOut)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- aiCreatePropertyStore
aiPropertyStore* aiCreatePropertyStore()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- aiCreateQuaternionFromMatrix
void aiCreateQuaternionFromMatrix(aiQuaternion* quat, aiMatrix3x3* mat)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- aiDecomposeMatrix
void aiDecomposeMatrix(aiMatrix4x4* mat, aiVector3D* scaling, aiQuaternion* rotation, aiVector3D* position)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- aiDetachAllLogStreams
void aiDetachAllLogStreams()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- aiDetachLogStream
aiReturn aiDetachLogStream(aiLogStream* stream)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- aiEnableVerboseLogging
void aiEnableVerboseLogging(aiBool d)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- aiExportScene
aiReturn aiExportScene(aiScene* pScene, char* pFormatId, char* pFileName, uint pPreprocessing)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- aiExportSceneEx
aiReturn aiExportSceneEx(aiScene* pScene, char* pFormatId, char* pFileName, aiFileIO* pIO, uint pPreprocessing)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- aiExportSceneToBlob
const(aiExportDataBlob*) aiExportSceneToBlob(aiScene* pScene, char* pFormatId, uint pPreprocessing)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- aiFreeScene
void aiFreeScene(aiScene* pIn)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- aiGetBranchName
const(char*) aiGetBranchName()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- aiGetCompileFlags
uint aiGetCompileFlags()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- aiGetErrorString
const(char*) aiGetErrorString()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- aiGetExportFormatCount
size_t aiGetExportFormatCount()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- aiGetExportFormatDescription
const(aiExportFormatDesc*) aiGetExportFormatDescription(size_t pIndex)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- aiGetExtensionList
void aiGetExtensionList(aiString* szOut)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- aiGetImportFormatCount
size_t aiGetImportFormatCount()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- aiGetImportFormatDescription
const(aiImporterDesc*) aiGetImportFormatDescription(size_t pIndex)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- aiGetImporterDesc
const(aiImporterDesc*) aiGetImporterDesc(char* extension)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- aiGetLegalString
const(char*) aiGetLegalString()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- aiGetMaterialColor
aiReturn aiGetMaterialColor(aiMaterial* pMat, char* pKey, uint type, uint index, aiColor4D* pOut)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- aiGetMaterialFloat
aiReturn aiGetMaterialFloat(aiMaterial* pMat, char* pKey, uint type, uint index, ai_real* pOut)
Undocumented in source. Be warned that the author may not have intended to support it.
- aiGetMaterialFloatArray
aiReturn aiGetMaterialFloatArray(aiMaterial* pMat, char* pKey, uint type, uint index, ai_real* pOut, uint* pMax)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- aiGetMaterialInteger
aiReturn aiGetMaterialInteger(aiMaterial* pMat, char* pKey, uint type, uint index, int* pOut, uint* pMax)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- aiGetMaterialInteger
aiReturn aiGetMaterialInteger(aiMaterial* pMat, char* pKey, uint type, uint index, int* pOut)
Undocumented in source. Be warned that the author may not have intended to support it.
- aiGetMaterialIntegerArray
aiReturn aiGetMaterialIntegerArray(aiMaterial* pMat, char* pKey, uint type, uint index, int* pOut, uint* pMax)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- aiGetMaterialProperty
aiReturn aiGetMaterialProperty(aiMaterial* pMat, char* pKey, uint type, uint index, aiMaterialProperty** pPropOut)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- aiGetMaterialString
aiReturn aiGetMaterialString(aiMaterial* pMat, char* pKey, uint type, uint index, aiString* pOut)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- aiGetMaterialTexture
aiReturn aiGetMaterialTexture(aiMaterial* mat, aiTextureType type, uint index, aiString* path, aiTextureMapping* mapping, uint* uvindex, ai_real* blend, aiTextureOp* op, aiTextureMapMode* mapmode, uint* flags)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- aiGetMaterialTextureCount
uint aiGetMaterialTextureCount(aiMaterial* pMat, aiTextureType type)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- aiGetMaterialUVTransform
aiReturn aiGetMaterialUVTransform(aiMaterial* pMat, char* pKey, uint type, uint index, aiUVTransform* pOut)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- aiGetMemoryRequirements
void aiGetMemoryRequirements(aiScene* pIn, aiMemoryInfo* _in)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- aiGetPredefinedLogStream
aiLogStream aiGetPredefinedLogStream(aiDefaultLogStream pStreams, char* file)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- aiGetVersionMajor
uint aiGetVersionMajor()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- aiGetVersionMinor
uint aiGetVersionMinor()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- aiGetVersionRevision
uint aiGetVersionRevision()
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- aiIdentityMatrix3
void aiIdentityMatrix3(aiMatrix3x3* mat)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- aiIdentityMatrix4
void aiIdentityMatrix4(aiMatrix4x4* mat)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- aiImportFile
const(aiScene*) aiImportFile(char* pFile, uint pFlags)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- aiImportFileEx
const(aiScene*) aiImportFileEx(char* pFile, uint pFlags, aiFileIO* pFS)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- aiImportFileExWithProperties
const(aiScene*) aiImportFileExWithProperties(char* pFile, uint pFlags, aiFileIO* pFS, aiPropertyStore* pProps)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- aiImportFileFromMemory
const(aiScene*) aiImportFileFromMemory(char* pBuffer, uint pLength, uint pFlags, char* pHint)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- aiImportFileFromMemoryWithProperties
const(aiScene*) aiImportFileFromMemoryWithProperties(char* pBuffer, uint pLength, uint pFlags, char* pHint, aiPropertyStore* pProps)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- aiIsExtensionSupported
aiBool aiIsExtensionSupported(char* szExtension)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- aiMultiplyMatrix3
void aiMultiplyMatrix3(aiMatrix3x3* dst, aiMatrix3x3* src)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- aiMultiplyMatrix4
void aiMultiplyMatrix4(aiMatrix4x4* dst, aiMatrix4x4* src)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- aiReleaseExportBlob
void aiReleaseExportBlob(aiExportDataBlob* pData)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- aiReleaseExportFormatDescription
void aiReleaseExportFormatDescription(aiExportFormatDesc* desc)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- aiReleaseImport
void aiReleaseImport(aiScene* pScene)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- aiReleasePropertyStore
void aiReleasePropertyStore(aiPropertyStore* p)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- aiSetImportPropertyFloat
void aiSetImportPropertyFloat(aiPropertyStore* store, char* szName, ai_real value)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- aiSetImportPropertyInteger
void aiSetImportPropertyInteger(aiPropertyStore* store, char* szName, int value)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- aiSetImportPropertyMatrix
void aiSetImportPropertyMatrix(aiPropertyStore* store, char* szName, aiMatrix4x4* mat)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- aiSetImportPropertyString
void aiSetImportPropertyString(aiPropertyStore* store, char* szName, aiString* st)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- aiTransformVecByMatrix3
void aiTransformVecByMatrix3(aiVector3D* vec, aiMatrix3x3* mat)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- aiTransformVecByMatrix4
void aiTransformVecByMatrix4(aiVector3D* vec, aiMatrix4x4* mat)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- aiTransposeMatrix3
void aiTransposeMatrix3(aiMatrix3x3* mat)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- aiTransposeMatrix4
void aiTransposeMatrix4(aiMatrix4x4* mat)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.