public static class I3DXML.TextureCoordinatesBufferType
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
I3DXML.TextureCoordinatesBufferType.TextureDimensionType |
Modifier and Type | Field and Description |
---|---|
int |
channel |
I3DXML.TextureCoordinatesBufferType.TextureDimensionType |
dimension |
double[][] |
textureXYZ |
java.lang.String |
value |
Constructor and Description |
---|
TextureCoordinatesBufferType() |
TextureCoordinatesBufferType(I3DXML.TextureCoordinatesBufferType t) |
Modifier and Type | Method and Description |
---|---|
void |
setTextureCoordinates(java.lang.String coordinatesStr) |
public java.lang.String value
public int channel
public I3DXML.TextureCoordinatesBufferType.TextureDimensionType dimension
public double[][] textureXYZ
public TextureCoordinatesBufferType()
public TextureCoordinatesBufferType(I3DXML.TextureCoordinatesBufferType t)