Class GlobalLight
-
- All Implemented Interfaces:
public final class GlobalLight
-
-
Constructor Summary
Constructors Constructor Description GlobalLight(Vector3 ambient, Vector3 color, Vector3 direction)
-
Method Summary
Modifier and Type Method Description final Vector3getAmbient()final Vector3getColor()final Vector3getDirection()-
-
Method Detail
-
getAmbient
final Vector3 getAmbient()
-
getColor
final Vector3 getColor()
-
getDirection
final Vector3 getDirection()
-
-
-
-