public class ExternalTextureProjected2D extends TextureProjected2D
BYTES_PER_FLOAT, NUM_DIMENSIONS, VERTICES_PER_QUAD
Constructor and Description |
---|
ExternalTextureProjected2D(int texHandle,
int dataSizeX,
int dataSizeY,
boolean useVertexZCoord) |
Modifier and Type | Method and Description |
---|---|
void |
resize(int dataSizeX,
int dataSizeY)
Resizes this two dimensional texture to the given new size.
|
dispose, draw, draw, getDataValue, getDataValue, getDimensionSize, getHandles, getMaxGLTextureSize, getNumDimension, getProjection, isDirty, isResident, makeDirty, makeProjectionDirty, prepare, setProjection
public ExternalTextureProjected2D(int texHandle, int dataSizeX, int dataSizeY, boolean useVertexZCoord)
public void resize(int dataSizeX, int dataSizeY)
TextureProjected2D
resize
in class TextureProjected2D
dataSizeX
- the number of texture elements in the 1st, or x, dimensiondataSizeY
- the number of texture elements in the 2nd, or y, dimensionCopyright © 2016 Metron, Inc.. All rights reserved.