Basics

Guides

API Reference

Menu

Basics

Guides

API Reference

class: Material

[13:7] extends: FxObj

Wraps JavaFX Material, the abstract base class for materials applied to 3D shapes. Material itself has no public properties; the only built in concrete subclass is PhongMaterial. This wrapper exists as a base type so methods that accept any Material can document their parameter clearly. Material has no constructor (it is abstract). Use PhongMaterial.