Basics
Guides
API Reference
Basics
Guides
API Reference
[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.

Aussom
Write once. Embed everywhere.
Copyright 2026 Austin Lehman. All rights reserved.