Uses of Interface
javafx.scene.shape.ObservableFaceArray
Package
Description
Provides the set of 2D classes for defining and performing operations on
objects related to two-dimensional geometry.
-
Uses of ObservableFaceArray in javafx.scene.shape
Modifier and TypeMethodDescriptionfinal ObservableFaceArray
TriangleMesh.getFaces()
Gets thefaces
array, indices into thepoints
,normals
(optional, if it is aVertexFormat.POINT_NORMAL_TEXCOORD
mesh) andtexCoords
arrays, of thisTriangleMesh
.