Skip to content

Commit

Permalink
UVsDebug: Clean up. (#29794)
Browse files Browse the repository at this point in the history
  • Loading branch information
linbingquan authored Nov 3, 2024
1 parent 9853674 commit bcf79e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/jsm/utils/UVsDebug.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 ) ) );
*
*/

Expand Down

0 comments on commit bcf79e4

Please sign in to comment.