de.jreality.vr
Class Landscape
java.lang.Object
de.jreality.vr.Landscape
public class Landscape
- extends java.lang.Object
Constructor Summary |
Landscape()
|
Landscape(java.lang.String selected)
|
Landscape(java.lang.String[][] skyboxes,
java.lang.String selected)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Landscape
public Landscape(java.lang.String[][] skyboxes,
java.lang.String selected)
- Parameters:
skyboxes
- an array of skybox descriptions:
{ "name" "pathToFiles/filePrefix", "fileEnding",
"pathToTerrainTexture/textureFile", "terrainTextureScale" }selected
- the name of the intially selected sky box
Landscape
public Landscape(java.lang.String selected)
Landscape
public Landscape()
main
public static void main(java.lang.String[] args)
getSelectionComponent
public javax.swing.JComponent getSelectionComponent()
getCubeMap
public ImageData[] getCubeMap()
addChangeListener
public void addChangeListener(javax.swing.event.ChangeListener listener)
removeChangeListener
public void removeChangeListener(javax.swing.event.ChangeListener listener)
getEnvironment
public java.lang.String getEnvironment()
setEvironment
public void setEvironment(java.lang.String environment)
isCustomEnvironment
public boolean isCustomEnvironment()
isProceduralEnvironment
public boolean isProceduralEnvironment()