Class TLcdEarthTexturedVertexArray
java.lang.Object
com.luciad.earth.tileset.datatype.TLcdEarthTexturedVertexArray
- Direct Known Subclasses:
TLcdEarthTexturedTerrainTileVertexArray
Container for a vertex array with texture data.
- Since:
- 8.2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondouble[]Returns the transformation that should be applied to the texture coordinates.voidsetTextureData(TLcdEarthTextureData aTextureData) voidsetTextureMatrix(double[] aTextureMatrix) Sets the transformation that should be applied to the texture coordinates.voidsetVertexArray(TLcdEarthVertexArray aVertexArray)
-
Constructor Details
-
TLcdEarthTexturedVertexArray
public TLcdEarthTexturedVertexArray()
-
-
Method Details
-
getVertexArray
-
setVertexArray
-
getTextureData
-
setTextureData
-
getTextureMatrix
public double[] getTextureMatrix()Returns the transformation that should be applied to the texture coordinates. Anullreturn value indicates no transformation should be applied.- Returns:
- the OpenGL texture matrix or
null
-
setTextureMatrix
public void setTextureMatrix(double[] aTextureMatrix) Sets the transformation that should be applied to the texture coordinates. Anullvalue indicates no transformation should be applied.- Parameters:
aTextureMatrix- the OpenGL texture matrix ornull
-