|
@@ -227,7 +227,9 @@
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- /** Correct UVs to be compatible with `flipY=false` textures. */
|
|
|
|
|
|
|
+ /*
|
|
|
|
|
+ * Correct UVs to be compatible with `flipY=false` textures.
|
|
|
|
|
+ */
|
|
|
function flipY( geometry ) {
|
|
function flipY( geometry ) {
|
|
|
|
|
|
|
|
const uv = geometry.attributes.uv;
|
|
const uv = geometry.attributes.uv;
|