Interface ExtrusionMaterialOptions

Optional material arguments for an extrusion.

Hierarchy

Properties

endMaterial?: null | Material

The material used for the end base of the extrusion.

hints?: HintMap

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

segmentMaterial?: null | Material

The material used for the sides (segments) of the extrusion.

startMaterial?: null | Material

The material used for the starting base of the extrusion.

Generated using TypeDoc