jjdh API

jjdh.opengl.meshes.common
Class HeightMapMesh.HeightMapConfiguration

java.lang.Object
  extended by jjdh.opengl.meshes.common.HeightMapMesh.HeightMapConfiguration
Enclosing class:
HeightMapMesh

public static class HeightMapMesh.HeightMapConfiguration
extends Object


Field Summary
private  float sizeX
           
private  float sizeY
           
private  float sizeZ
           
 
Constructor Summary
HeightMapMesh.HeightMapConfiguration(float sizeX, float sizeY, float sizeZ)
           
 
Method Summary
 float getSizeX()
           
 float getSizeY()
           
 float getSizeZ()
           
 void setSizeX(float sizeX)
           
 void setSizeY(float sizeY)
           
 void setSizeZ(float sizeZ)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sizeX

private float sizeX

sizeY

private float sizeY

sizeZ

private float sizeZ
Constructor Detail

HeightMapMesh.HeightMapConfiguration

public HeightMapMesh.HeightMapConfiguration(float sizeX,
                                            float sizeY,
                                            float sizeZ)
Method Detail

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)

jjdh API

Copyright © 2006 Jonas Jacobi and Dennis Heidsiek. All Rights Reserved.