Package | Description |
---|---|
javafx.scene.shape3d |
Provides the set of 3D classes for defining and performing operations on
objects related to three-dimensional geometry.
|
Modifier and Type | Class and Description |
---|---|
class |
TriangleMesh
Defines a 3D geometric object contains separate arrays of points,
texture coordinates, and faces that describe a triangulated
geometric mesh.
|
Modifier and Type | Field and Description |
---|---|
private Mesh |
MeshViewBuilder.mesh |
Modifier and Type | Field and Description |
---|---|
private javafx.beans.property.ObjectProperty<Mesh> |
MeshView.mesh
Specifies the 3D mesh data of this
MeshView . |
Modifier and Type | Method and Description |
---|---|
Mesh |
MeshView.getMesh()
Gets the value of the property mesh.
|
Modifier and Type | Method and Description |
---|---|
javafx.beans.property.ObjectProperty<Mesh> |
MeshView.meshProperty()
Specifies the 3D mesh data of this
MeshView . |
Modifier and Type | Method and Description |
---|---|
void |
MeshBuilder.applyTo(Mesh x) |
B |
MeshViewBuilder.mesh(Mesh x)
Set the value of the
mesh property for the instance constructed by this builder. |
void |
MeshView.setMesh(Mesh value)
Sets the value of the property mesh.
|
Constructor and Description |
---|
MeshView(Mesh mesh)
Creates a new instance of
MeshView class with the specified Mesh
surface. |
Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.