Class ModelMesh
java.lang.Object
zombie.asset.Asset
zombie.core.skinnedmodel.model.ModelMesh
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class zombie.asset.Asset
Asset.ObserverCallback, Asset.State -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionModelMesh(AssetPath path, AssetManager manager, ModelMesh.MeshAssetParams params) -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()voidvoidDrawInstanced(Shader shader, int int0) getType()booleanisReady()voidvoidvoidMethods inherited from class zombie.asset.Asset
addDependency, getAssetManager, getObserverCb, getPath, getRefCount, getState, isEmpty, isFailure, onCreated, removeDependency
-
Field Details
-
vb
-
minXYZ
-
maxXYZ
-
meshAnimationClips
-
skinningData
-
softwareMesh
-
assetParams
-
m_transform
-
m_bHasVBO
public boolean m_bHasVBO -
m_animationsMesh
-
postProcess
-
m_modificationCount
public int m_modificationCount -
m_fullPath
-
ASSET_TYPE
-
-
Constructor Details
-
ModelMesh
-
-
Method Details
-
SetVertexBuffer
-
Draw
-
DrawInstanced
-
onBeforeReady
public void onBeforeReady() -
isReady
-
setAssetParams
- Overrides:
setAssetParamsin classAsset
-
getType
-
clear
public void clear()
-