Class GlobalLight

  • All Implemented Interfaces:

    
    public final class GlobalLight
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Vector3 ambient
      private final Vector3 color
      private final Vector3 direction
    • Constructor Summary

      Constructors 
      Constructor Description
      GlobalLight(Vector3 ambient, Vector3 color, Vector3 direction)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Vector3 getAmbient()
      final Vector3 getColor()
      final Vector3 getDirection()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GlobalLight

        GlobalLight(Vector3 ambient, Vector3 color, Vector3 direction)