林炳权 пре 1 година
родитељ
комит
bcf79e4e14
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      examples/jsm/utils/UVsDebug.js

+ 1 - 1
examples/jsm/utils/UVsDebug.js

@@ -6,7 +6,7 @@ import {
  * tool for "unwrapping" and debugging three.js geometries UV mapping
  *
  * Sample usage:
- *	document.body.appendChild( UVsDebug( new THREE.SphereGeometry( 10, 10, 10, 10 ) );
+ *	document.body.appendChild( UVsDebug( new THREE.SphereGeometry( 10, 10, 10, 10 ) ) );
  *
  */
 

粤ICP备19079148号