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 int
renderRefCount
int
testNotReady
-
Constructor Summary
Constructors Constructor Description ModelInstanceTextureCreator()
-
Method Summary
Modifier and Type Method Description static ModelInstanceTextureCreator
alloc()
void
init(IsoGameCharacter gameCharacter)
void
init(HumanVisual humanVisual, ItemVisuals itemVisuals, ModelInstance modelInstance)
boolean
isRendered()
void
postRender()
void
render()
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:
render
in classTextureDraw.GenericDrawer
-
postRender
public void postRender()- Overrides:
postRender
in classTextureDraw.GenericDrawer
-
isRendered
public boolean isRendered() -
alloc
-