VocabularyraylibClass descriptionMeshes, materials and animation data
Fields| transform | Matrix | Local transform matrix. |
| meshCount | int | Number of meshes. |
| materialCount | int | Number of materials. |
| _meshes | void* | Meshes array. |
| _materials | void* | Materials array. |
| meshMaterial | int* | Mesh material number. |
| skeleton | ModelSkeleton | Skeleton for animation. |
| currentPose | void* | Current animation pose (Transform[]). |
| boneMatrices | Matrix* | Bones animated transformation matrices. |
DefinitionMethods