Przeglądaj źródła

UVsDebug: Clean up. (#29794)

林炳权 1 rok temu
rodzic
commit
bcf79e4e14
1 zmienionych plików z 1 dodań i 1 usunięć
  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号