public final class VertexFormat extends Object
Modifier and Type | Field and Description |
---|---|
static VertexFormat |
POINT_NORMAL_TEXCOORD
Specifies the format of a vertex that consists of a point, normal and texture coordinates.
|
static VertexFormat |
POINT_TEXCOORD
Specifies the format of a vertex that consists of a point and texture coordinates.
|
Modifier and Type | Method and Description |
---|---|
int |
getNormalIndexOffset()
Returns the index offset in the face array of the normal component within
a vertex.
|
int |
getPointIndexOffset()
Returns the index offset in the face array of the point component within
a vertex.
|
int |
getTexCoordIndexOffset()
Returns the index offset in the face array of the texture coordinates
component within a vertex.
|
int |
getVertexIndexSize()
Returns the number of component indices that represents a vertex.
|
String |
toString() |
public static final VertexFormat POINT_TEXCOORD
public static final VertexFormat POINT_NORMAL_TEXCOORD
public int getVertexIndexSize()
public int getPointIndexOffset()
public int getNormalIndexOffset()
public int getTexCoordIndexOffset()
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 2008, 2017, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.