Class WorldSimulation.Drawer3

java.lang.Object
zombie.core.textures.TextureDraw.GenericDrawer
zombie.core.physics.WorldSimulation.Drawer3
Enclosing class:
WorldSimulation

public static class WorldSimulation.Drawer3
extends TextureDraw.GenericDrawer
  • Field Summary

    Fields
    Modifier and Type Field Description
    static WorldSimulation.Drawer3[] instance  
  • Constructor Summary

    Constructors
    Constructor Description
    Drawer3​(int playerIndex)  
  • Method Summary

    Modifier and Type Method Description
    void init()  
    void render()  
    float XToScreenExact​(float objectX, float objectY, float objectZ, int screenZ)  
    float YToScreenExact​(float objectX, float objectY, float objectZ, int screenZ)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • Drawer3

      public Drawer3​(int playerIndex)
  • Method Details

    • init

      public void init()
    • render

      public void render()
      Overrides:
      render in class TextureDraw.GenericDrawer
    • YToScreenExact

      public float YToScreenExact​(float objectX, float objectY, float objectZ, int screenZ)
    • XToScreenExact

      public float XToScreenExact​(float objectX, float objectY, float objectZ, int screenZ)