de.jreality.plugin.basic
Class Scene
java.lang.Object
Plugin
de.jreality.plugin.basic.Scene
public class Scene
- extends Plugin
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Scene
public Scene()
Scene
public Scene(JrScene jrscene)
getPluginInfo
public PluginInfo getPluginInfo()
getCameraPath
public SceneGraphPath getCameraPath()
getAvatarPath
public SceneGraphPath getAvatarPath()
getEmptyPickPath
public SceneGraphPath getEmptyPickPath()
getContentPath
public SceneGraphPath getContentPath()
getBackdropPath
public SceneGraphPath getBackdropPath()
getMicrophonePath
public SceneGraphPath getMicrophonePath()
setCameraPath
public void setCameraPath(SceneGraphPath path)
setBackdropPath
public void setBackdropPath(SceneGraphPath path)
setAvatarPath
public void setAvatarPath(SceneGraphPath path)
setEmptyPickPath
public void setEmptyPickPath(SceneGraphPath path)
setMicrophonePath
public void setMicrophonePath(SceneGraphPath path)
addChangeListener
public boolean addChangeListener(javax.swing.event.ChangeListener l)
removeChangeListener
public boolean removeChangeListener(javax.swing.event.ChangeListener listener)
getSceneRoot
public SceneGraphComponent getSceneRoot()
getRootAppearance
public Appearance getRootAppearance()
getContentAppearance
public Appearance getContentAppearance()
getAvatarComponent
public SceneGraphComponent getAvatarComponent()
getCameraComponent
public SceneGraphComponent getCameraComponent()
getContentComponent
public SceneGraphComponent getContentComponent()
getEmptyPickComponent
public SceneGraphComponent getEmptyPickComponent()
getBackdropComponent
public SceneGraphComponent getBackdropComponent()
isAutomaticClippingPlanes
public boolean isAutomaticClippingPlanes()
setAutomaticClippingPlanes
public void setAutomaticClippingPlanes(boolean clippingPlanes)
encompassFactoryForScene
public static EncompassFactory encompassFactoryForScene(Scene scene)