Package | Description |
---|---|
de.jreality.scene |
This package contains the essential classes of the jReality scene graph.
|
de.jreality.scene.event |
This package contains the classes for handling events in the jReality scene graph.
|
de.jreality.util |
Miscellaneous jReality utilities used in the core packages.
|
de.jreality.writer.u3d |
Modifier and Type | Class and Description |
---|---|
class |
DirectionalLight
This is a directional (or parallel or distant) light.
|
class |
PointLight
A point light class.
|
class |
SpotLight
This is a spot light.
|
Modifier and Type | Method and Description |
---|---|
Light |
SceneGraphComponent.getLight()
Returns the light child if any.
|
Modifier and Type | Method and Description |
---|---|
void |
SceneGraphComponent.setLight(Light newLight)
Adds a light, replacing any previously added light.
|
void |
SceneGraphVisitor.visit(Light l) |
Modifier and Type | Method and Description |
---|---|
Light |
LightEvent.getLight()
Returns the sourceLight.
|
Constructor and Description |
---|
LightEvent(Light source)
Constructor for LightEvent.
|
Modifier and Type | Method and Description |
---|---|
void |
CopyVisitor.copyAttr(Light src,
Light dst) |
Modifier and Type | Method and Description |
---|---|
static List<Light> |
U3DSceneUtility.getLights(JrScene scene) |