public class FloatTexture2D extends AbstractTexture implements DrawableTexture
Modifier and Type | Class and Description |
---|---|
static interface |
FloatTexture2D.MutatorFloat2D |
Constructor and Description |
---|
FloatTexture2D(double[] min,
double[] max,
int n0,
int n1,
boolean centers) |
Modifier and Type | Method and Description |
---|---|
void |
draw(javax.media.opengl.GL2 gl,
int texUnit) |
void |
mutate(FloatTexture2D.MutatorFloat2D mutator) |
dispose, getDimensionSize, getNumDimension, isDirty, isResident, makeDirty, prepare
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
dispose, getDimensionSize, getNumDimension, isDirty, isResident, makeDirty, prepare
public FloatTexture2D(double[] min, double[] max, int n0, int n1, boolean centers)
public void draw(javax.media.opengl.GL2 gl, int texUnit)
draw
in interface DrawableTexture
public void mutate(FloatTexture2D.MutatorFloat2D mutator)
Copyright © 2013 Metron, Inc.. All rights reserved.