java.lang.Object
javafx.scene.shape.Mesh
- Direct Known Subclasses:
 TriangleMesh
public abstract class Mesh extends Object
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
Constructors Modifier Constructor Description protectedMesh()A constructor that is called by anyMeshimplementation. - 
Method Summary
 
- 
Constructor Details
- 
Mesh
protected Mesh()A constructor that is called by anyMeshimplementation. 
 -