Package | Description |
---|---|
com.threed.jpct.util |
Modifier and Type | Method and Description |
---|---|
Projector |
ShadowHelper.getLightSource()
Returns the light source.
|
Modifier and Type | Method and Description |
---|---|
void |
ShadowHelper.setLightSource(Projector projector)
Sets the light source to another one.
|
Constructor and Description |
---|
ShadowHelper(FrameBuffer buffer,
Projector lightSource,
int maxSize)
Creates a new shadow helper.
|
ShadowHelper(FrameBuffer buffer,
Projector lightSource,
int maxSize,
float bias)
Creates a new shadow helper.
|