We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e2636e3 + e62afd3 commit 6174698Copy full SHA for 6174698
1 file changed
src/extrusion-geometry.ts
@@ -8,6 +8,9 @@ class ExtrusionGeometry extends BufferGeometry {
8
radialSegments: number;
9
closed: boolean;
10
};
11
+
12
+ readonly type: string;
13
14
constructor(
15
points: Vector3[] = [new Vector3()],
16
lineWidth: number = 0.6,
0 commit comments