Uses of Class
zombie.core.skinnedmodel.model.ModelMesh
Packages that use ModelMesh
Package
Description
-
Uses of ModelMesh in zombie.core.opengl
Methods in zombie.core.opengl with parameters of type ModelMesh -
Uses of ModelMesh in zombie.core.skinnedmodel
Methods in zombie.core.skinnedmodel with parameters of type ModelMesh -
Uses of ModelMesh in zombie.core.skinnedmodel.model
Fields in zombie.core.skinnedmodel.model declared as ModelMeshModifier and TypeFieldDescriptionAnimationAsset.AnimationAssetParams.animationsMesh
ModelMesh.MeshAssetParams.animationsMesh
Model.ModelAssetParams.animationsModel
ModelMesh.m_animationsMesh
final ModelMesh
Model.Mesh
Methods in zombie.core.skinnedmodel.model with parameters of type ModelMeshModifier and TypeMethodDescriptionprotected void
ModelLoader.applyToMesh
(ModelTxt modelTxt, ModelMesh modelMesh, SkinningData skinningData) static org.joml.Matrix4f
ModelInstanceRenderData.postMultiplyMeshTransform
(org.joml.Matrix4f matrix4f1, ModelMesh modelMesh) static org.joml.Matrix4f
ModelInstanceRenderData.preMultiplyMeshTransform
(org.joml.Matrix4f matrix4f1, ModelMesh modelMesh) Constructors in zombie.core.skinnedmodel.model with parameters of type ModelMeshModifierConstructorDescriptionFileTask_LoadMesh
(ModelMesh _mesh, FileSystem fileSystem, IFileTaskCallback cb) -
Uses of ModelMesh in zombie.core.skinnedmodel.model.jassimp
Methods in zombie.core.skinnedmodel.model.jassimp with parameters of type ModelMeshModifier and TypeMethodDescriptionvoid
ProcessedAiScene.applyToMesh
(ModelMesh mesh, JAssImpImporter.LoadMode mode, boolean bReverse, SkinningData skinnedTo) -
Uses of ModelMesh in zombie.scripting.objects
Fields in zombie.scripting.objects declared as ModelMesh