jjdh.opengl.meshes.common
Class HeightMapMesh.HeightMapConfiguration
java.lang.Object
jjdh.opengl.meshes.common.HeightMapMesh.HeightMapConfiguration
- Enclosing class:
- HeightMapMesh
public static class HeightMapMesh.HeightMapConfiguration
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sizeX
private float sizeX
sizeY
private float sizeY
sizeZ
private float sizeZ
HeightMapMesh.HeightMapConfiguration
public HeightMapMesh.HeightMapConfiguration(float sizeX,
float sizeY,
float sizeZ)
getSizeX
public float getSizeX()
setSizeX
public void setSizeX(float sizeX)
getSizeY
public float getSizeY()
setSizeY
public void setSizeY(float sizeY)
getSizeZ
public float getSizeZ()
setSizeZ
public void setSizeZ(float sizeZ)
Copyright © 2006 Jonas Jacobi and Dennis Heidsiek. All Rights Reserved.