Basics

Guides

API Reference

Menu

Basics

Guides

API Reference

class: Mesh

[13:7] extends: FxObj

Wraps JavaFX Mesh, the abstract base class for 3D meshes that supply geometry data to a MeshView. The only concrete subclass that ships with JavaFX is TriangleMesh. This wrapper exists as a base type so methods that accept any Mesh can document their parameter clearly. Mesh has no constructor (it is abstract). Use TriangleMesh.