Explorar el Código

Updated builds

Mr.doob hace 4 años
padre
commit
09ddab4bb9
Se han modificado 3 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      build/three.js
  2. 0 0
      build/three.min.js
  3. 1 1
      build/three.module.js

+ 1 - 1
build/three.js

@@ -23659,7 +23659,7 @@
 	}
 	}
 
 
 	class SphereGeometry extends BufferGeometry {
 	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();
 			super();
 			this.type = 'SphereGeometry';
 			this.type = 'SphereGeometry';
 			this.parameters = {
 			this.parameters = {

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 0 - 0
build/three.min.js


+ 1 - 1
build/three.module.js

@@ -32558,7 +32558,7 @@ function toJSON( shapes, data ) {
 
 
 class SphereGeometry extends BufferGeometry {
 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();
 		super();
 		this.type = 'SphereGeometry';
 		this.type = 'SphereGeometry';

Algunos archivos no se mostraron porque demasiados archivos cambiaron en este cambio

粤ICP备19079148号