Uses of Class
javafx.scene.shape.VertexFormat
Package
Description
Provides the set of 2D classes for defining and performing operations on
objects related to two-dimensional geometry.
-
Uses of VertexFormat in javafx.scene.shape
Modifier and TypeFieldDescriptionstatic final VertexFormat
VertexFormat.POINT_NORMAL_TEXCOORD
Specifies the format of a vertex that consists of a point, normal and texture coordinates.static final VertexFormat
VertexFormat.POINT_TEXCOORD
Specifies the format of a vertex that consists of a point and texture coordinates.Modifier and TypeMethodDescriptionfinal VertexFormat
TriangleMesh.getVertexFormat()
Gets the value of thevertexFormat
property.Modifier and TypeMethodDescriptionfinal ObjectProperty
<VertexFormat> TriangleMesh.vertexFormatProperty()
Specifies the vertex format of thisTriangleMesh
, one ofVertexFormat.POINT_TEXCOORD
orVertexFormat.POINT_NORMAL_TEXCOORD
.Modifier and TypeMethodDescriptionfinal void
TriangleMesh.setVertexFormat
(VertexFormat value) Sets the value of thevertexFormat
property.ModifierConstructorDescriptionTriangleMesh
(VertexFormat vertexFormat) Creates a new instance ofTriangleMesh
class with the specifiedVertexFormat
.