Uses of Class
javafx.scene.shape.Mesh
Package
Description
Provides the set of 2D classes for defining and performing operations on
objects related to two-dimensional geometry.
-
Uses of Mesh in javafx.scene.shape
Modifier and TypeClassDescriptionclass
Defines a 3D triangle mesh that consists of its associatedVertexFormat
and a set of separate arrays of vertex components such as points, normals, texture coordinates, and an array of faces that define the individual triangles of the mesh.Modifier and TypeMethodDescriptionfinal Mesh
MeshView.getMesh()
Gets the value of themesh
property.Modifier and TypeMethodDescriptionfinal ObjectProperty
<Mesh> MeshView.meshProperty()
Specifies the 3D mesh data of thisMeshView
.Modifier and TypeMethodDescriptionfinal void
Sets the value of themesh
property.