|
@@ -32558,7 +32558,7 @@ function toJSON( shapes, data ) {
|
|
|
|
|
|
class SphereGeometry extends BufferGeometry {
|
|
|
|
|
|
- constructor( radius = 1, widthSegments = 8, heightSegments = 6, phiStart = 0, phiLength = Math.PI * 2, thetaStart = 0, thetaLength = Math.PI ) {
|
|
|
+ constructor( radius = 1, widthSegments = 32, heightSegments = 16, phiStart = 0, phiLength = Math.PI * 2, thetaStart = 0, thetaLength = Math.PI ) {
|
|
|
|
|
|
super();
|
|
|
this.type = 'SphereGeometry';
|