com.metsci.glimpse.gl.texture
Class FloatTexture2D
java.lang.Object
com.metsci.glimpse.gl.texture.AbstractTexture
com.metsci.glimpse.gl.texture.FloatTexture2D
- All Implemented Interfaces:
- DrawableTexture, Texture
public class FloatTexture2D
- extends AbstractTexture
- implements DrawableTexture
A two dimensional texture storing float values.
- Author:
- osborn
Constructor Summary |
FloatTexture2D(double[] min,
double[] max,
int n0,
int n1,
boolean centers)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FloatTexture2D
public FloatTexture2D(double[] min,
double[] max,
int n0,
int n1,
boolean centers)
draw
public void draw(javax.media.opengl.GL gl,
int texUnit)
- Specified by:
draw
in interface DrawableTexture
mutate
public void mutate(FloatTexture2D.MutatorFloat2D mutator)
Copyright © 2012 Metron, Inc.. All Rights Reserved.