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.
1 parent aa72bbf commit d8629c4Copy full SHA for d8629c4
projectManager.js
@@ -302,7 +302,7 @@ export class ProjectManager {
302
objData.geometry.tube,
303
objData.geometry.radialSegments,
304
objData.geometry.tubularSegments,
305
- objData.geometry.arc || Math.PI * 2 // Default to full circle if not specified
+ objData.geometry.arc
306
);
307
} else if (objData.type === 'ConeGeometry') {
308
geometry = new THREE.ConeGeometry(
0 commit comments