JavaFX object to be wrapped.
JavaFX object to be wrapped.
Verifies if a object is equals to this delegate.
Verifies if a object is equals to this delegate.
Object to be compared.
if the other object is equals to this delegate or not.
The delegate hashcode
Returns the index offset in the face array of the normal component within a vertex.
Returns the index offset in the face array of the normal component within a vertex.
the offset to the normal component.
Returns the index offset in the face array of the point component within a vertex.
Returns the index offset in the face array of the point component within a vertex.
the offset to the point component.
Returns the index offset in the face array of the texture coordinates component within a vertex.
Returns the index offset in the face array of the texture coordinates component within a vertex.
the offset to the texture coordinates component.
Returns the original delegate's toString()
adding a [SFX]
prefix.
Returns the number of component indices that represents a vertex.
Returns the number of component indices that represents a vertex. For example,
a PointTexcoord
vertex consists of 2 indices, one for point component and
the other for texture coordinates component. Hence its value will be 2.
the number of component indices
Defines the format of the vertices in a mesh. A vertex consists of an array of points, normals (optional), and texture coordinates.
Wraps a JavaFX VertexFormat.