Class ModelInstanceTextureCreator
java.lang.Object
zombie.core.textures.TextureDraw.GenericDrawer
zombie.core.skinnedmodel.model.ModelInstanceTextureCreator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ModelInstanceTextureCreator
alloc()
void
init
(IsoGameCharacter chr) void
init
(AnimalVisual animalVisual, ModelInstance modelInstance) void
init
(BaseVisual baseVisual, ItemVisuals _itemVisuals, ModelInstance chrModelInstance) void
init
(HumanVisual humanVisual, ItemVisuals _itemVisuals, ModelInstance chrModelInstance) boolean
void
void
render()
Methods inherited from class zombie.core.textures.TextureDraw.GenericDrawer
render
-
Field Details
-
renderRefCount
public int renderRefCount -
testNotReady
public int testNotReady
-
-
Constructor Details
-
ModelInstanceTextureCreator
public ModelInstanceTextureCreator()
-
-
Method Details
-
init
-
init
-
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
-