|
@@ -18,9 +18,7 @@ import { TorusGeometry } from './geometries/TorusGeometry.js';
|
|
|
import { TorusKnotGeometry } from './geometries/TorusKnotGeometry.js';
|
|
|
import { TubeGeometry } from './geometries/TubeGeometry.js';
|
|
|
|
|
|
-// r144
|
|
|
-
|
|
|
-export class BoxBufferGeometry extends BoxGeometry {
|
|
|
+export class BoxBufferGeometry extends BoxGeometry { // @deprecated, r144
|
|
|
|
|
|
constructor( width, height, depth, widthSegments, heightSegments, depthSegments ) {
|
|
|
|
|
@@ -32,9 +30,7 @@ export class BoxBufferGeometry extends BoxGeometry {
|
|
|
|
|
|
}
|
|
|
|
|
|
-// r144
|
|
|
-
|
|
|
-export class CapsuleBufferGeometry extends CapsuleGeometry {
|
|
|
+export class CapsuleBufferGeometry extends CapsuleGeometry { // @deprecated, r144
|
|
|
|
|
|
constructor( radius, length, capSegments, radialSegments ) {
|
|
|
|
|
@@ -45,9 +41,7 @@ export class CapsuleBufferGeometry extends CapsuleGeometry {
|
|
|
|
|
|
}
|
|
|
|
|
|
-// r144
|
|
|
-
|
|
|
-export class CircleBufferGeometry extends CircleGeometry {
|
|
|
+export class CircleBufferGeometry extends CircleGeometry { // @deprecated, r144
|
|
|
|
|
|
constructor( radius, segments, thetaStart, thetaLength ) {
|
|
|
|
|
@@ -58,9 +52,7 @@ export class CircleBufferGeometry extends CircleGeometry {
|
|
|
|
|
|
}
|
|
|
|
|
|
-// r144
|
|
|
-
|
|
|
-export class ConeBufferGeometry extends ConeGeometry {
|
|
|
+export class ConeBufferGeometry extends ConeGeometry { // @deprecated, r144
|
|
|
|
|
|
constructor( radius, height, radialSegments, heightSegments, openEnded, thetaStart, thetaLength ) {
|
|
|
|
|
@@ -71,9 +63,7 @@ export class ConeBufferGeometry extends ConeGeometry {
|
|
|
|
|
|
}
|
|
|
|
|
|
-// r144
|
|
|
-
|
|
|
-export class CylinderBufferGeometry extends CylinderGeometry {
|
|
|
+export class CylinderBufferGeometry extends CylinderGeometry { // @deprecated, r144
|
|
|
|
|
|
constructor( radiusTop, radiusBottom, height, radialSegments, heightSegments, openEnded, thetaStart, thetaLength ) {
|
|
|
|
|
@@ -84,9 +74,7 @@ export class CylinderBufferGeometry extends CylinderGeometry {
|
|
|
|
|
|
}
|
|
|
|
|
|
-// r144
|
|
|
-
|
|
|
-export class DodecahedronBufferGeometry extends DodecahedronGeometry {
|
|
|
+export class DodecahedronBufferGeometry extends DodecahedronGeometry { // @deprecated, r144
|
|
|
|
|
|
constructor( radius, detail ) {
|
|
|
|
|
@@ -97,9 +85,7 @@ export class DodecahedronBufferGeometry extends DodecahedronGeometry {
|
|
|
|
|
|
}
|
|
|
|
|
|
-// r144
|
|
|
-
|
|
|
-export class ExtrudeBufferGeometry extends ExtrudeGeometry {
|
|
|
+export class ExtrudeBufferGeometry extends ExtrudeGeometry { // @deprecated, r144
|
|
|
|
|
|
constructor( shapes, options ) {
|
|
|
|
|
@@ -110,9 +96,7 @@ export class ExtrudeBufferGeometry extends ExtrudeGeometry {
|
|
|
|
|
|
}
|
|
|
|
|
|
-// r144
|
|
|
-
|
|
|
-export class IcosahedronBufferGeometry extends IcosahedronGeometry {
|
|
|
+export class IcosahedronBufferGeometry extends IcosahedronGeometry { // @deprecated, r144
|
|
|
|
|
|
constructor( radius, detail ) {
|
|
|
|
|
@@ -123,9 +107,7 @@ export class IcosahedronBufferGeometry extends IcosahedronGeometry {
|
|
|
|
|
|
}
|
|
|
|
|
|
-// r144
|
|
|
-
|
|
|
-export class LatheBufferGeometry extends LatheGeometry {
|
|
|
+export class LatheBufferGeometry extends LatheGeometry { // @deprecated, r144
|
|
|
|
|
|
constructor( points, segments, phiStart, phiLength ) {
|
|
|
|
|
@@ -136,9 +118,7 @@ export class LatheBufferGeometry extends LatheGeometry {
|
|
|
|
|
|
}
|
|
|
|
|
|
-// r144
|
|
|
-
|
|
|
-export class OctahedronBufferGeometry extends OctahedronGeometry {
|
|
|
+export class OctahedronBufferGeometry extends OctahedronGeometry { // @deprecated, r144
|
|
|
|
|
|
constructor( radius, detail ) {
|
|
|
|
|
@@ -149,9 +129,7 @@ export class OctahedronBufferGeometry extends OctahedronGeometry {
|
|
|
|
|
|
}
|
|
|
|
|
|
-// r144
|
|
|
-
|
|
|
-export class PlaneBufferGeometry extends PlaneGeometry {
|
|
|
+export class PlaneBufferGeometry extends PlaneGeometry { // @deprecated, r144
|
|
|
|
|
|
constructor( width, height, widthSegments, heightSegments ) {
|
|
|
|
|
@@ -162,9 +140,7 @@ export class PlaneBufferGeometry extends PlaneGeometry {
|
|
|
|
|
|
}
|
|
|
|
|
|
-// r144
|
|
|
-
|
|
|
-export class PolyhedronBufferGeometry extends PolyhedronGeometry {
|
|
|
+export class PolyhedronBufferGeometry extends PolyhedronGeometry { // @deprecated, r144
|
|
|
|
|
|
constructor( vertices, indices, radius, detail ) {
|
|
|
|
|
@@ -175,9 +151,7 @@ export class PolyhedronBufferGeometry extends PolyhedronGeometry {
|
|
|
|
|
|
}
|
|
|
|
|
|
-// r144
|
|
|
-
|
|
|
-export class RingBufferGeometry extends RingGeometry {
|
|
|
+export class RingBufferGeometry extends RingGeometry { // @deprecated, r144
|
|
|
|
|
|
constructor( innerRadius, outerRadius, thetaSegments, phiSegments, thetaStart, thetaLength ) {
|
|
|
|
|
@@ -188,9 +162,7 @@ export class RingBufferGeometry extends RingGeometry {
|
|
|
|
|
|
}
|
|
|
|
|
|
-// r144
|
|
|
-
|
|
|
-export class ShapeBufferGeometry extends ShapeGeometry {
|
|
|
+export class ShapeBufferGeometry extends ShapeGeometry { // @deprecated, r144
|
|
|
|
|
|
constructor( shapes, curveSegments ) {
|
|
|
|
|
@@ -201,9 +173,7 @@ export class ShapeBufferGeometry extends ShapeGeometry {
|
|
|
|
|
|
}
|
|
|
|
|
|
-// r144
|
|
|
-
|
|
|
-export class SphereBufferGeometry extends SphereGeometry {
|
|
|
+export class SphereBufferGeometry extends SphereGeometry { // @deprecated, r144
|
|
|
|
|
|
constructor( radius, widthSegments, heightSegments, phiStart, phiLength, thetaStart, thetaLength ) {
|
|
|
|
|
@@ -214,9 +184,7 @@ export class SphereBufferGeometry extends SphereGeometry {
|
|
|
|
|
|
}
|
|
|
|
|
|
-// r144
|
|
|
-
|
|
|
-export class TetrahedronBufferGeometry extends TetrahedronGeometry {
|
|
|
+export class TetrahedronBufferGeometry extends TetrahedronGeometry { // @deprecated, r144
|
|
|
|
|
|
constructor( radius, detail ) {
|
|
|
|
|
@@ -227,9 +195,7 @@ export class TetrahedronBufferGeometry extends TetrahedronGeometry {
|
|
|
|
|
|
}
|
|
|
|
|
|
-// r144
|
|
|
-
|
|
|
-export class TorusBufferGeometry extends TorusGeometry {
|
|
|
+export class TorusBufferGeometry extends TorusGeometry { // @deprecated, r144
|
|
|
|
|
|
constructor( radius, tube, radialSegments, tubularSegments, arc ) {
|
|
|
|
|
@@ -240,9 +206,7 @@ export class TorusBufferGeometry extends TorusGeometry {
|
|
|
|
|
|
}
|
|
|
|
|
|
-// r144
|
|
|
-
|
|
|
-export class TorusKnotBufferGeometry extends TorusKnotGeometry {
|
|
|
+export class TorusKnotBufferGeometry extends TorusKnotGeometry { // @deprecated, r144
|
|
|
|
|
|
constructor( radius, tube, tubularSegments, radialSegments, p, q ) {
|
|
|
|
|
@@ -253,9 +217,7 @@ export class TorusKnotBufferGeometry extends TorusKnotGeometry {
|
|
|
|
|
|
}
|
|
|
|
|
|
-// r144
|
|
|
-
|
|
|
-export class TubeBufferGeometry extends TubeGeometry {
|
|
|
+export class TubeBufferGeometry extends TubeGeometry { // @deprecated, r144
|
|
|
|
|
|
constructor( path, tubularSegments, radius, radialSegments, closed ) {
|
|
|
|
|
@@ -265,5 +227,3 @@ export class TubeBufferGeometry extends TubeGeometry {
|
|
|
}
|
|
|
|
|
|
}
|
|
|
-
|
|
|
-
|