Package zombie.core.skinnedmodel.model
Class ModelOutlines.Drawer
java.lang.Object
zombie.core.textures.TextureDraw.GenericDrawer
zombie.core.skinnedmodel.model.ModelOutlines.Drawer
- Enclosing class:
- ModelOutlines
public static final class ModelOutlines.Drawer extends TextureDraw.GenericDrawer
-
Constructor Summary
Constructors Constructor Description Drawer()
-
Method Summary
Modifier and Type Method Description void
postRender()
void
render()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Drawer
public Drawer()
-
-
Method Details
-
render
public void render()- Specified by:
render
in classTextureDraw.GenericDrawer
-
postRender
public void postRender()- Overrides:
postRender
in classTextureDraw.GenericDrawer
-