Package com.cult3d.world

Class Summary
Camera This class provides a Java representation for a Cult3D camera that exists in the scene graph of the Cult3D Designer.
CultEvent This class provides a Java representation for a Manual Event that has been created in the Cult3D Designer.
CultObject This class provides a Java representation for a Cult3D object that exists in the scene graph of the Cult3D Designer.
Material This class allows you to change material properties on a CultObject.
Node This class provides a Java representation for a Cult3D Node that exists in the scene graph of the Cult3D project.
ParticleSystem This class provides a Java representation for a Particle System that exists in the scene graph of the Cult3D Designer.
Property This class provides a representation of a property in a node, sound, or event.
Resource This class provides a way to extract resources from a Cult3D object.
RGB This class provides a representation of a RGB color.
Sprite This class provides a way to access sprites in Cult3D.
Texture This class provides a Java representation of a texture that is mapped to some object in the scenegraph.
Tooltip This class provides a Java representation of a Cult3D Tooltip that exists in the scene graph of the Cult3D Designer.
World This class provides a representation of a Cult3D world.
 

Exception Summary
NameNotFoundException This exception is thrown when Cult3D Viewer cannot find a resource with a given name.
PropertyFormatException This exception is thrown when a property can't be converted to a specified type.
ReadOnlyException This exception is thrown when a property which is readonly is about to be changed.