Interface CuboidMaterialOptions

Optional arguments for procedural meshes which accept hints.

Hierarchy

Properties

backMaterial?: Material

The material to use for the back (-Z) cube face.

downMaterial?: Material

The material to use for the down (-Y) cube face.

frontMaterial?: Material

The material to use for the front (+Z) cube face.

hints?: HintMap

How many sub-divisions should there be around the radial axis?

leftMaterial?: Material

The material to use for the left (-X) cube face.

material?: Material

The material to use for all of the cube faces, or the cube faces that weren't specified.

rightMaterial?: Material

The material to use for the right (+X) cube face.

upMaterial?: Material

The material to use for the up (+Y) cube face.

Generated using TypeDoc