Interface CylinderOptions

Optional arguments for procedural meshes with radii.

Hierarchy

Properties

baseMaterial?: Material

The material to use for the bases.

baseScale?: number

The scale of the base.

height?: number

The height of the prism/pyramid.

hints?: HintMap

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

maxSmoothAngle?: number

The maximum angle for hard normals to be turned into smooth normals.

radius?: number

The radius around the radial axis.

sideMaterial?: Material

The material to use for the sides.

smoothNormals?: boolean

Should smooth normals be added?

subDivisions?: number

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

Generated using TypeDoc