de.jreality.vr
Class Landscape
java.lang.Object
de.jreality.vr.Landscape
public class Landscape
- extends Object
Landscape
public Landscape(String[][] skyboxes,
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(String selected)
Landscape
public Landscape()
main
public static void main(String[] args)
getSelectionComponent
public JComponent getSelectionComponent()
getCubeMap
public ImageData[] getCubeMap()
addChangeListener
public void addChangeListener(ChangeListener listener)
removeChangeListener
public void removeChangeListener(ChangeListener listener)
getEnvironment
public String getEnvironment()
setEvironment
public void setEvironment(String environment)
isCustomEnvironment
public boolean isCustomEnvironment()
isProceduralEnvironment
public boolean isProceduralEnvironment()