Package | Description |
---|---|
com.tyrlib2.graphics.lighting | |
com.tyrlib2.graphics.scene |
Modifier and Type | Class and Description |
---|---|
class |
DirectionalLight
Represents a directional light.
|
class |
PointLight
Represents a point light.
|
Modifier and Type | Method and Description |
---|---|
Light |
SceneManager.createLight(Light.Type type) |
Light |
SceneManager.getLight(int index)
Get a light object
|