Explorar el Código

Revert message

Paul Masson hace 7 años
padre
commit
910a8202f2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/geometries/ParametricGeometry.js

+ 1 - 1
src/geometries/ParametricGeometry.js

@@ -65,7 +65,7 @@ function ParametricBufferGeometry( func, slices, stacks ) {
 
 	if ( func.length < 3 ) {
 
-		console.error( 'THREE.ParametricGeometry: "func" now has a third mandatory parameter, the result vector of the surface equation.' );
+		console.error( 'THREE.ParametricGeometry: Function must now modify a Vector3 as third parameter.' );
 
 	}