Uses of Class
javafx.scene.shape.Mesh
Packages that use 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
Subclasses of Mesh in javafx.scene.shapeModifier 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.Methods in javafx.scene.shape that return MeshModifier and TypeMethodDescriptionfinal Mesh
MeshView.getMesh()
Gets the value of themesh
property.Methods in javafx.scene.shape that return types with arguments of type MeshModifier and TypeMethodDescriptionfinal ObjectProperty<Mesh>
MeshView.meshProperty()
Specifies the 3D mesh data of thisMeshView
.Methods in javafx.scene.shape with parameters of type MeshModifier and TypeMethodDescriptionfinal void
Sets the value of themesh
property.Constructors in javafx.scene.shape with parameters of type Mesh