|
@@ -1,10 +1,3 @@
|
|
|
-import { Geometry } from '../core/Geometry';
|
|
|
-import { Float32BufferAttribute } from '../core/BufferAttribute';
|
|
|
-import { BufferGeometry } from '../core/BufferGeometry';
|
|
|
-import { Vector3 } from '../math/Vector3';
|
|
|
-import { Vector2 } from '../math/Vector2';
|
|
|
-import { _Math } from '../math/Math';
|
|
|
-
|
|
|
/**
|
|
|
* @author astrodud / http://astrodud.isgreat.org/
|
|
|
* @author zz85 / https://github.com/zz85
|
|
@@ -12,6 +5,13 @@ import { _Math } from '../math/Math';
|
|
|
* @author Mugen87 / https://github.com/Mugen87
|
|
|
*/
|
|
|
|
|
|
+import { Geometry } from '../core/Geometry';
|
|
|
+import { Float32BufferAttribute } from '../core/BufferAttribute';
|
|
|
+import { BufferGeometry } from '../core/BufferGeometry';
|
|
|
+import { Vector3 } from '../math/Vector3';
|
|
|
+import { Vector2 } from '../math/Vector2';
|
|
|
+import { _Math } from '../math/Math';
|
|
|
+
|
|
|
// LatheGeometry
|
|
|
|
|
|
function LatheGeometry( points, segments, phiStart, phiLength ) {
|