Creates a new instance of TriangleMesh
class with the specified VertexFormat
.
Creates a new instance of TriangleMesh
class with the specified VertexFormat
.
specifies the vertex format type.
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.
Gets the number of array components representing a single face.
Gets the ObservableIntegerArray of face smoothing groups of this TriangleMesh.
Set face smoothing groups to given array.
Set face smoothing groups to given array.
Integer array to replace the contents of the face smoothing groups array.
Gets the ObservableIntegerArray of faces, indices into the points and texCoords arrays, of this TriangleMesh
Set faces to given array.
Set faces to given array.
Integer array to replace the contents of the faces array.
The delegate hashcode
Gets the number of array components representing a single point.
Gets the ObservableFloatArray of points of this TriangleMesh.
Set points to given array.
Set points to given array.
Float array to replace the contents of the points array.
Gets the number of array components representing a single text coordinate.
Gets the ObservableFloatArray of texture coordinates of this TriangleMesh.
Set texture coordinates to given array.
Set texture coordinates to given array.
Float array to replace the contents of the texture coordinates array.
Returns the original delegate's toString()
adding a [SFX]
prefix.
Specifies the vertex format of this TriangleMesh
, one of
VertexFormat.PointTexcoord or VertexFormat.PointNormalTexcoord.
Specifies the vertex format of this TriangleMesh
, one of
VertexFormat.PointTexcoord or VertexFormat.PointNormalTexcoord.
Default value VertexFormat.PointTexcoord
Wraps http://docs.oracle.com/javafx/8/api/javafx/scene/shape/TriangleMesh.html.