Class 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 Detail

      • Mesh

        protected Mesh()
        A constructor that is called by any Mesh implementation.