Basics
Guides
API Reference
Basics
Guides
API Reference
[12:7] extends: Shape3D
Wraps JavaFX MeshView, a Shape3D that renders an arbitrary Mesh. Most commonly used with a TriangleMesh that supplies custom geometry (loaded from a model file or generated procedurally).
MeshView (object MeshObj = null)
Creates a new MeshView. If a Mesh is provided, it becomes the initial geometry; otherwise the view starts empty.
MeshObj is an optional Mesh wrapper.setMesh (object MeshObj)
Sets the mesh whose geometry the view should render.
MeshObj is a Mesh wrapper (typically a TriangleMesh).this objectgetMesh ()
Returns the currently assigned mesh as a raw AussomJavaObject.
An AussomJavaObject wrapping the underlying Mesh, or null.meshProperty ()
Returns the mesh property for binding or change listeners.
An AussomJavaObject around an ObjectProperty
Aussom
Write once. Embed everywhere.
Copyright 2026 Austin Lehman. All rights reserved.