Geometry

ExtrudeGeometry

Creates extruded geometry from a path shape

Constructor

ExtrudeGeometry(shapes, options)

shapes — Shape or an array of shapes.
options — Object that can contain the following parameters.
This object extrudes an 2D shape to an 3D geometry.

Properties

Methods

.addShapeList (shapes, options)

shapes — An Array of shapes to add.
options — Object that can contain the following parameters.
Adds the shapes to the list to extrude.

.addShape (shape, options)

shape — A shape to add.
options — Object that can contain the following parameters.
Add the shape to the list to extrude.

Source

src/extras/geometries/ExtrudeGeometry.js
Edit