Package | Description |
---|---|
com.threed.jpct | |
com.threed.jpct.util |
Constructor and Description |
---|
Light(World world)
Creates a new light in the world.
|
Modifier and Type | Method and Description |
---|---|
World |
SkyBox.getWorld()
Gets the world that this skybox uses.
|
Modifier and Type | Method and Description |
---|---|
void |
SkyBox.render(World world,
FrameBuffer buffer)
Renders the skybox.
|
void |
LensFlare.update(FrameBuffer buffer,
World world)
Updates the lens flare.
|
void |
ShadowHelper.updateShadowMap(FrameBuffer buffer,
World world)
Updates the shadow map.
|
Constructor and Description |
---|
Overlay(World world,
FrameBuffer buffer,
java.lang.String textureName)
Creates a new overlay that covers the whole screen.
|
Overlay(World world,
int upperLeftX,
int upperLeftY,
int lowerRightX,
int lowerRightY,
java.lang.String textureName)
Creates a new overlay of arbritary size.
|
Overlay(World world,
int upperLeftX,
int upperLeftY,
int lowerRightX,
int lowerRightY,
java.lang.String textureName,
boolean modifyUV)
Creates a new overlay of arbritary size with (optional) modifiable
uv-coordinates.
|