juddydev / Uninoverse

This is 3D model viewer using react three fiber implement texture images
https://uninoverse.com/
4 stars 0 forks source link

How to use flipY in three.js? #21

Open juddydev opened 4 months ago

juddydev commented 4 months ago

(upperTextures.map as THREE.Texture).flipY = false; (upperTextures.normalMap as THREE.Texture).flipY = false; (upperTextures.roughnessMap as THREE.Texture).flipY = false; (bolangdiOutsoleTextures.map as THREE.Texture).flipY = false; (bolangdiOutsoleTextures.normalMap as THREE.Texture).flipY = false; (bolangdiOutsoleTextures.roughnessMap as THREE.Texture).flipY = false;