فهرست منبع

Update UniformArrayNode.js

Fix message.
Michael Herzog 1 سال پیش
والد
کامیت
bc62d42c41
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/nodes/accessors/UniformArrayNode.js

+ 1 - 1
src/nodes/accessors/UniformArrayNode.js

@@ -145,7 +145,7 @@ export const uniformArray = ( values, nodeType ) => nodeObject( new UniformArray
 
 
 export const uniforms = ( values, nodeType ) => { // @deprecated, r168
 export const uniforms = ( values, nodeType ) => { // @deprecated, r168
 
 
-	console.warn( 'THREE.WebGPURenderer: uniforms() has been renamed to uniformArray().' );
+	console.warn( 'THREE.UniformArrayNode: uniforms() has been renamed to uniformArray().' );
 	return nodeObject( new UniformArrayNode( values, nodeType ) );
 	return nodeObject( new UniformArrayNode( values, nodeType ) );
 
 
 };
 };

粤ICP备19079148号