class ExtrudeGeometry
extends Geometry
Re-export
import { ExtrudeGeometry } from "https://deno.land/x/threejs_4_deno@v121/src/Three.d.ts";
Constructors
new
ExtrudeGeometry(shapes: Shape | Shape[], options?: ExtrudeGeometryOptions)Methods
addShapeList(shapes: Shape[], options?: any): void