java.lang.Object
codechicken.lib.render.lighting.LC
All Implemented Interfaces:
Copyable<LC>

public class LC extends Object implements Copyable<LC>
  • Field Details

    • side

      public int side
    • fa

      public float fa
    • fb

      public float fb
    • fc

      public float fc
    • fd

      public float fd
  • Constructor Details

    • LC

      public LC()
    • LC

      public LC(int s, float a, float b, float c, float d)
  • Method Details

    • set

      public LC set(int s, float a, float b, float c, float d)
    • set

      public LC set(LC lc)
    • compute

      public LC compute(Vector3 vec, Vector3 normal)
    • compute

      public LC compute(Vector3 vec, int side)
    • computeO

      public LC computeO(Vector3 vec, int side)
    • copy

      public LC copy()
      Specified by:
      copy in interface Copyable<LC>