class LightSet
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) boolean |
isDirty |
(package private) boolean |
lightingOn |
(package private) LightRetained[] |
lights
The Lights that make up this set
|
(package private) LightSet |
next |
(package private) int |
nlights |
(package private) LightSet |
prev |
| Constructor and Description |
|---|
LightSet(RenderBin rb,
RenderAtom ra,
LightRetained[] lights,
int nlights,
boolean lightOn)
Constructs a new LightSet
|
| Modifier and Type | Method and Description |
|---|---|
(package private) boolean |
equals(RenderBin rb,
LightRetained[] lights,
int nlights,
boolean lightOn) |
(package private) void |
reset(RenderBin rb,
RenderAtom ra,
LightRetained[] lights,
int nlights,
boolean lightOn) |
LightRetained[] lights
int nlights
LightSet next
LightSet prev
boolean lightingOn
boolean isDirty
LightSet(RenderBin rb, RenderAtom ra, LightRetained[] lights, int nlights, boolean lightOn)
void reset(RenderBin rb, RenderAtom ra, LightRetained[] lights, int nlights, boolean lightOn)
boolean equals(RenderBin rb, LightRetained[] lights, int nlights, boolean lightOn)
Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.