Uses of Class
com.threed.jpct.World

Packages that use World
com.threed.jpct   
com.threed.jpct.util   
 

Uses of World in com.threed.jpct
 

Constructors in com.threed.jpct with parameters of type World
Light(World world)
          Creates a new light in the world.
 

Uses of World in com.threed.jpct.util
 

Constructors in com.threed.jpct.util with parameters of type World
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.