Uses of Class
javafx.scene.shape.VertexFormat
Packages that use 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
Fields in javafx.scene.shape declared as VertexFormatModifier 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.Methods in javafx.scene.shape that return VertexFormatModifier and TypeMethodDescriptionfinal VertexFormat
TriangleMesh.getVertexFormat()
Gets the value of thevertexFormat
property.Methods in javafx.scene.shape that return types with arguments of type VertexFormatModifier and TypeMethodDescriptionfinal ObjectProperty<VertexFormat>
TriangleMesh.vertexFormatProperty()
Specifies the vertex format of thisTriangleMesh
, one ofVertexFormat.POINT_TEXCOORD
orVertexFormat.POINT_NORMAL_TEXCOORD
.Methods in javafx.scene.shape with parameters of type VertexFormatModifier and TypeMethodDescriptionfinal void
TriangleMesh.setVertexFormat
(VertexFormat value) Sets the value of thevertexFormat
property.Constructors in javafx.scene.shape with parameters of type VertexFormatModifierConstructorDescriptionTriangleMesh
(VertexFormat vertexFormat) Creates a new instance ofTriangleMesh
class with the specifiedVertexFormat
.