java.lang.Object
javafx.scene.shape.Mesh
- Direct Known Subclasses:
TriangleMesh
Base class for representing a 3D geometric surface.
Note that this is a conditional feature. See
ConditionalFeature.SCENE3D
for more information.- Since:
- JavaFX 8.0
-
Constructor Summary
ModifierConstructorDescriptionprotected
Mesh()
A constructor that is called by anyMesh
implementation. -
Method Summary
-
Constructor Details
-
Mesh
protected Mesh()A constructor that is called by anyMesh
implementation.
-