|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.jreality.vr.ViewerVR
JRViewer
instead
public class ViewerVR
Constructor Summary | |
---|---|
ViewerVR()
Deprecated. |
Method Summary | |
---|---|
void |
addAlignTab()
Deprecated. |
void |
addAppTab()
Deprecated. |
void |
addEnvTab()
Deprecated. |
void |
addHelpTab()
Deprecated. |
void |
addLoadTab(java.lang.String[][] examples)
Deprecated. |
void |
addTerrainTab()
Deprecated. |
void |
addTexTab()
Deprecated. |
void |
addToolTab()
Deprecated. |
void |
alignContent()
Deprecated. |
void |
avatarToGround()
Deprecated. |
void |
bakeTerrain(Viewer v)
Deprecated. |
static ViewerVR |
createDefaultViewerVR(java.lang.String[][] loadableResources)
Deprecated. |
ViewerApp |
display()
Deprecated. use ViewerVR.initialize() |
void |
exportPreferences(java.io.File file)
Deprecated. |
SceneGraphComponent |
getAvatarNode()
Deprecated. |
SceneGraphPath |
getAvatarPath()
Deprecated. |
SceneGraphPath |
getCameraPath()
Deprecated. |
Appearance |
getContentAppearance()
Deprecated. |
Matrix |
getContentMatrix()
Deprecated. |
double |
getContentOffset()
Deprecated. |
double |
getContentSize()
Deprecated. |
SceneGraphComponent |
getCurrentContent()
Deprecated. |
ImageData[] |
getEnvironment()
Deprecated. |
java.awt.Color |
getHeadLightColor()
Deprecated. |
double |
getHeadLightIntensity()
Deprecated. |
HeadTransformationTool |
getHeadTransformationTool()
Deprecated. |
double |
getLightIntensity()
Deprecated. |
double |
getObjectScale()
Deprecated. |
Appearance |
getRootAppearance()
Deprecated. |
SceneGraphComponent |
getSceneRoot()
Deprecated. |
ShipNavigationTool |
getShipNavigationTool()
Deprecated. |
java.awt.Color |
getSkyLightColor()
Deprecated. |
double |
getSkyLightIntensity()
Deprecated. |
SceneGraphComponent |
getSkyLightNode()
Deprecated. |
double |
getSunIntensity()
Deprecated. |
java.awt.Color |
getSunLightColor()
Deprecated. |
SceneGraphComponent |
getTerrain()
Deprecated. |
Appearance |
getTerrainAppearance()
Deprecated. |
SceneGraphComponent |
getTerrainNode()
Deprecated. |
double |
getTerrainScale()
Deprecated. |
JRWindowManager |
getWindowManager()
Deprecated. |
void |
importPreferences(java.io.File file)
Deprecated. |
void |
importPreferences(java.io.InputStream is)
Deprecated. |
ViewerApp |
initialize()
Deprecated. Initializes a ViewerApp to display the scene. |
boolean |
isDoAlign()
Deprecated. |
boolean |
isGeneratePickTrees()
Deprecated. |
boolean |
isPanelInScene()
Deprecated. |
static void |
main(java.lang.String[] args)
Deprecated. |
static ViewerApp |
mainImpl(java.lang.String[] args)
Deprecated. |
void |
registerPlugin(PluginVR plugin)
Deprecated. |
static ViewerApp |
remoteMain(java.lang.String[] args)
Deprecated. |
void |
restoreDefaults()
Deprecated. |
void |
restorePreferences(java.util.prefs.Preferences prefs)
Deprecated. |
void |
savePreferences(java.util.prefs.Preferences prefs)
Deprecated. |
void |
setAvatarHeight(double y)
Deprecated. |
void |
setAvatarPosition(double x,
double y,
double z)
Deprecated. |
void |
setContent(SceneGraphComponent content)
Deprecated. |
void |
setContentMatrix(Matrix contentMatrix)
Deprecated. |
void |
setContentOffset(double contentOffset)
Deprecated. |
void |
setContentSize(double contentSize)
Deprecated. |
void |
setDoAlign(boolean doAlign)
Deprecated. |
void |
setEnvironment(ImageData[] datas)
Deprecated. |
void |
setGeneratePickTrees(boolean generatePickTrees)
Deprecated. |
void |
setHeadLightColor(java.awt.Color c)
Deprecated. |
void |
setHeadLightIntensity(double x)
Deprecated. |
void |
setLightIntensity(double intensity)
Deprecated. |
void |
setPanelInScene(boolean b)
Deprecated. |
void |
setSkyLightColor(java.awt.Color c)
Deprecated. |
void |
setSkyLightIntensity(double x)
Deprecated. |
void |
setSkyLightNode(SceneGraphComponent s)
Deprecated. |
void |
setSunIntensity(double x)
Deprecated. |
void |
setSunLightColor(java.awt.Color c)
Deprecated. |
void |
setTerrain(SceneGraphComponent c)
Deprecated. |
void |
setTerrainWithCenter(SceneGraphComponent c)
Deprecated. |
void |
showPanel()
Deprecated. |
void |
switchTo(javax.swing.JPanel panel)
Deprecated. |
void |
switchToDefaultPanel()
Deprecated. |
void |
switchToFileChooser(javax.swing.JComponent fileChooser)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ViewerVR()
Method Detail |
---|
public SceneGraphComponent getTerrain()
public void setTerrain(SceneGraphComponent c)
public void avatarToGround()
public void setTerrainWithCenter(SceneGraphComponent c)
public ImageData[] getEnvironment()
public void setEnvironment(ImageData[] datas)
public void registerPlugin(PluginVR plugin)
public void switchToDefaultPanel()
public void switchTo(javax.swing.JPanel panel)
public void switchToFileChooser(javax.swing.JComponent fileChooser)
public void showPanel()
public void setContent(SceneGraphComponent content)
public void alignContent()
public ViewerApp initialize()
public ViewerApp display()
ViewerVR.initialize()
public void setAvatarPosition(double x, double y, double z)
public void setAvatarHeight(double y)
public void restoreDefaults()
public void savePreferences(java.util.prefs.Preferences prefs)
public void restorePreferences(java.util.prefs.Preferences prefs)
public void exportPreferences(java.io.File file)
public void importPreferences(java.io.File file) throws java.io.IOException, java.util.prefs.InvalidPreferencesFormatException
java.io.IOException
java.util.prefs.InvalidPreferencesFormatException
public void importPreferences(java.io.InputStream is) throws java.io.IOException, java.util.prefs.InvalidPreferencesFormatException
java.io.IOException
java.util.prefs.InvalidPreferencesFormatException
public double getObjectScale()
public double getTerrainScale()
public boolean isGeneratePickTrees()
public void setGeneratePickTrees(boolean generatePickTrees)
public void bakeTerrain(Viewer v)
public boolean isPanelInScene()
public void setPanelInScene(boolean b)
public SceneGraphComponent getSceneRoot()
public SceneGraphComponent getTerrainNode()
public Appearance getContentAppearance()
public ShipNavigationTool getShipNavigationTool()
public HeadTransformationTool getHeadTransformationTool()
public SceneGraphComponent getCurrentContent()
public Appearance getRootAppearance()
public SceneGraphPath getCameraPath()
public Appearance getTerrainAppearance()
public Matrix getContentMatrix()
public void setContentMatrix(Matrix contentMatrix)
public double getContentOffset()
public void setContentOffset(double contentOffset)
public double getContentSize()
public void setContentSize(double contentSize)
public java.awt.Color getSunLightColor()
public void setSunLightColor(java.awt.Color c)
public java.awt.Color getHeadLightColor()
public void setHeadLightColor(java.awt.Color c)
public java.awt.Color getSkyLightColor()
public void setSkyLightColor(java.awt.Color c)
public double getSunIntensity()
public void setSunIntensity(double x)
public double getHeadLightIntensity()
public void setHeadLightIntensity(double x)
public double getSkyLightIntensity()
public void setSkyLightIntensity(double x)
public void setLightIntensity(double intensity)
public double getLightIntensity()
public void addEnvTab()
public void addTerrainTab()
public void addAppTab()
public void addAlignTab()
public void addLoadTab(java.lang.String[][] examples)
public void addToolTab()
public void addTexTab()
public void addHelpTab()
public static void main(java.lang.String[] args)
public static ViewerApp remoteMain(java.lang.String[] args)
public static ViewerVR createDefaultViewerVR(java.lang.String[][] loadableResources)
public static ViewerApp mainImpl(java.lang.String[] args)
public SceneGraphComponent getSkyLightNode()
public void setSkyLightNode(SceneGraphComponent s)
public SceneGraphPath getAvatarPath()
public JRWindowManager getWindowManager()
public boolean isDoAlign()
public void setDoAlign(boolean doAlign)
public SceneGraphComponent getAvatarNode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |