| |
|
| java.lang.Object org.jdesktop.j3d.loaders.vrml97.impl.Scene
Scene | public class Scene implements Namespace(Code) | | This is an internal class used by the Loader.
Collects elements loaded by the Loader into a lists
|
audioClips | public Vector audioClips(Code) | | Description of the Field
|
backgrounds | public Vector backgrounds(Code) | | Description of the Field
|
description | public String description(Code) | | Description of the Field
|
firstProto | public Proto firstProto(Code) | | Description of the Field
|
navInfos | public Vector navInfos(Code) | | Description of the Field
|
numTris | public int numTris(Code) | | Description of the Field
|
sharedGroups | public Vector sharedGroups(Code) | | Description of the Field
|
timeSensors | public Vector timeSensors(Code) | | Description of the Field
|
touchSensors | public Vector touchSensors(Code) | | Description of the Field
|
viewpoints | public Vector viewpoints(Code) | | Description of the Field
|
visibilitySensors | public Vector visibilitySensors(Code) | | Description of the Field
|
addAudioClip | void addAudioClip(AudioClip ac)(Code) | | Adds a feature to the AudioClip attribute of the Scene object
Parameters: ac - The feature to be added to the AudioClip attribute |
addBackground | void addBackground(Background background)(Code) | | Adds a feature to the Background attribute of the Scene object
Parameters: background - The feature to be added to the Background attribute |
addFog | void addFog(Fog fog)(Code) | | Adds a feature to the Fog attribute of the Scene object
Parameters: fog - The feature to be added to the Fog attribute |
addLight | void addLight(Light light)(Code) | | Adds a feature to the Light attribute of the Scene object
Parameters: light - The feature to be added to the Light attribute |
addNavigationInfo | void addNavigationInfo(NavigationInfo navInfo)(Code) | | Adds a feature to the NavigationInfo attribute of the Scene object
Parameters: navInfo - The feature to be added to the NavigationInfo attribute |
addSharedGroup | void addSharedGroup(SharedGroup sg)(Code) | | Adds a feature to the SharedGroup attribute of the Scene object
Parameters: sg - The feature to be added to the SharedGroup attribute |
addTimeSensor | void addTimeSensor(TimeSensor ts)(Code) | | Adds a feature to the TimeSensor attribute of the Scene object
Parameters: ts - The feature to be added to the TimeSensor attribute |
addTouchSensor | void addTouchSensor(TouchSensor ts)(Code) | | Adds a feature to the TouchSensor attribute of the Scene object
Parameters: ts - The feature to be added to the TouchSensor attribute |
addViewpoint | void addViewpoint(Viewpoint viewpoint)(Code) | | Adds a feature to the Viewpoint attribute of the Scene object
Parameters: viewpoint - The feature to be added to the Viewpoint attribute |
addVisibilitySensor | void addVisibilitySensor(VisibilitySensor vs)(Code) | | Adds a feature to the VisibilitySensor attribute of the Scene object
Parameters: vs - The feature to be added to the VisibilitySensor attribute |
define | public void define(String defName, BaseNode node)(Code) | | Description of the Method
Parameters: defName - Description of the Parameter Parameters: node - Description of the Parameter |
setDescription | void setDescription(String desc)(Code) | | Sets the description attribute of the Scene object
Parameters: desc - The new description value |
setWorldInfo | void setWorldInfo(WorldInfo wi)(Code) | | Sets the worldInfo attribute of the Scene object
Parameters: wi - The new worldInfo value |
use | public BaseNode use(String defName)(Code) | | Description of the Method
Parameters: defName - Description of the Parameter Description of the Return Value |
|
|
|