Class FBORenderShadows

java.lang.Object
zombie.iso.fboRenderChunk.FBORenderShadows

public final class FBORenderShadows extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addShadow(float ox, float oy, float oz, float x0, float y0, float x1, float y1, float x2, float y2, float x3, float y3, float r, float g, float b, float a, Texture texture, boolean bVehicle)
     
    void
    addShadow(float x, float y, float z, org.joml.Vector3f forward, float w, float fm, float bm, float r, float g, float b, float a, boolean bAnimal)
     
    void
     
    void
     
     
    void
    renderMain(int z)
     

    Methods inherited from class Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • getInstance

      public static FBORenderShadows getInstance()
    • clear

      public void clear()
    • addShadow

      public void addShadow(float x, float y, float z, org.joml.Vector3f forward, float w, float fm, float bm, float r, float g, float b, float a, boolean bAnimal)
    • addShadow

      public void addShadow(float ox, float oy, float oz, float x0, float y0, float x1, float y1, float x2, float y2, float x3, float y3, float r, float g, float b, float a, Texture texture, boolean bVehicle)
    • renderMain

      public void renderMain(int z)
    • endRender

      public void endRender()