Package org.lwjgl.assimp
Class Assimp.Functions
- java.lang.Object
-
- org.lwjgl.assimp.Assimp.Functions
-
- Enclosing class:
- Assimp
public static final class Assimp.Functions extends java.lang.Object
Contains the function pointers loaded from the assimpSharedLibrary
.
-
-
Field Summary
-
-
-
Field Detail
-
GetExportFormatCount, GetExportFormatDescription, ReleaseExportFormatDescription, CopyScene, FreeScene, ExportScene, ExportSceneEx, ExportSceneToBlob, ReleaseExportBlob, ImportFile, ImportFileEx, ImportFileExWithProperties, ImportFileFromMemory, ImportFileFromMemoryWithProperties, ApplyPostProcessing, AttachLogStream, EnableVerboseLogging, DetachLogStream, DetachAllLogStreams, ReleaseImport, GetErrorString, IsExtensionSupported, GetExtensionList, GetMemoryRequirements, CreatePropertyStore, ReleasePropertyStore, SetImportPropertyInteger, SetImportPropertyFloat, SetImportPropertyString, SetImportPropertyMatrix, CreateQuaternionFromMatrix, DecomposeMatrix, TransposeMatrix4, TransposeMatrix3, TransformVecByMatrix3, TransformVecByMatrix4, MultiplyMatrix4, MultiplyMatrix3, IdentityMatrix3, IdentityMatrix4, GetImportFormatCount, GetImportFormatDescription, GetImporterDesc, GetMaterialProperty, GetMaterialFloatArray, GetMaterialIntegerArray, GetMaterialColor, GetMaterialUVTransform, GetMaterialString, GetMaterialTextureCount, GetMaterialTexture, GetLegalString, GetVersionMinor, GetVersionMajor, GetVersionRevision, GetBranchName, GetCompileFlags
Function address.
-
-