瀏覽代碼

Revert message

Paul Masson 7 年之前
父節點
當前提交
910a8202f2
共有 1 個文件被更改,包括 1 次插入1 次删除
  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.' );
 
 	}