Package zombie.core.skinnedmodel.model
Class ModelInstanceTextureCreator
java.lang.Object
zombie.core.textures.TextureDraw.GenericDrawer
zombie.core.skinnedmodel.model.ModelInstanceTextureCreator
public final class ModelInstanceTextureCreator extends TextureDraw.GenericDrawer
-
Field Summary
Fields Modifier and Type Field Description intrenderRefCountinttestNotReady -
Constructor Summary
Constructors Constructor Description ModelInstanceTextureCreator() -
Method Summary
Modifier and Type Method Description static ModelInstanceTextureCreatoralloc()voidinit(IsoGameCharacter gameCharacter)voidinit(HumanVisual humanVisual, ItemVisuals itemVisuals, ModelInstance modelInstance)booleanisRendered()voidpostRender()voidrender()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
renderRefCount
public int renderRefCount -
testNotReady
public int testNotReady
-
-
Constructor Details
-
ModelInstanceTextureCreator
public ModelInstanceTextureCreator()
-
-
Method Details
-
init
-
init
-
render
public void render()- Specified by:
renderin classTextureDraw.GenericDrawer
-
postRender
public void postRender()- Overrides:
postRenderin classTextureDraw.GenericDrawer
-
isRendered
public boolean isRendered() -
alloc
-