org.autochthonous.graphics.rt.models
Class ImageHeightfield
java.lang.Object
org.autochthonous.graphics.rt.Renderable
org.autochthonous.graphics.rt.Bounded
org.autochthonous.graphics.rt.objects.Heightfield
org.autochthonous.graphics.rt.models.ImageHeightfield
- All Implemented Interfaces:
- java.lang.Cloneable, ColorCalculator, Partitionable, Traceable
- public class ImageHeightfield
- extends Heightfield
Fields inherited from class org.autochthonous.graphics.rt.Bounded |
bBox |
Methods inherited from class org.autochthonous.graphics.rt.Renderable |
clone, createObjectSpaceRay, getColor, getColor, getShader, hasShader, isSelfShadowing, processObject, readObject, setColor, setColor, setSelfShadowing, setShader, toObjectSpace, toObjectSpace, transformNormal |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.autochthonous.graphics.rt.Traceable |
clone |
ImageHeightfield
public ImageHeightfield(Point3f p1,
Point3f p2,
java.lang.String name)
throws java.io.IOException
ImageHeightfield
public ImageHeightfield(Point3f p1,
Point3f p2,
java.lang.String name,
java.lang.String tileName)
throws java.io.IOException
getInstance
public static Heightfield getInstance(RMLReader in)
throws java.io.IOException
- Throws:
java.io.IOException
setTile
public void setTile(java.lang.String tileName)
throws java.io.IOException
- Throws:
java.io.IOException
processParameters
protected void processParameters(ParametersMap params)
- Overrides:
processParameters
in class Heightfield