Explorar o código

Update error message

Paul Masson %!s(int64=7) %!d(string=hai) anos
pai
achega
30f103f004
Modificáronse 1 ficheiros con 1 adicións e 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: Function must now modify a Vector3 as third parameter.' );
+		console.error( 'THREE.ParametricGeometry: "func" now has a third mandatory parameter, the result vector of the surface equation.' );
 
 	}