We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dbbca38 + 3fefb00 commit 1c557fdCopy full SHA for 1c557fd
examples/js/utils/UVsDebug.js
@@ -83,7 +83,7 @@ THREE.UVsDebug = function ( geometry, size ) {
83
uvs[ 1 ].fromBufferAttribute( uvAttribute, face[ 1 ] );
84
uvs[ 2 ].fromBufferAttribute( uvAttribute, face[ 2 ] );
85
86
- processFace( face, uvs, i );
+ processFace( face, uvs, i / 3 );
87
88
}
89
@@ -101,7 +101,7 @@ THREE.UVsDebug = function ( geometry, size ) {
101
102
103
104
105
106
107
0 commit comments