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.animationsMeshModelMesh.animationsMeshModelMesh.MeshAssetParams.animationsMeshModel.ModelAssetParams.animationsModelfinal ModelMeshModel.meshMethods in zombie.core.skinnedmodel.model with parameters of type ModelMeshModifier and TypeMethodDescriptionstatic org.joml.Matrix4fModelInstanceRenderData.postMultiplyMeshTransform(org.joml.Matrix4f transform, ModelMesh mesh) static org.joml.Matrix4fModelInstanceRenderData.preMultiplyMeshTransform(org.joml.Matrix4f transform, ModelMesh mesh) 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 TypeMethodDescriptionvoidProcessedAiScene.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