Class Texture

java.lang.Object
  |
  +--Texture

public class Texture
extends java.lang.Object


Constructor Summary
Texture(HeightField h, float heightdiff, float s, float f)
           
 
Method Summary
 float[] getTexture()
           
 void makeTexture(float hd, float prosentsno, float prosentfjell)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Texture

public Texture(HeightField h,
               float heightdiff,
               float s,
               float f)
Method Detail

makeTexture

public void makeTexture(float hd,
                        float prosentsno,
                        float prosentfjell)

getTexture

public float[] getTexture()