devwiki:three_js

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
devwiki:three_js [2022/07/07 11:37] – [Three.js Problem and Solution] yingdevwiki:three_js [2022/07/07 11:38] – [Three.js Problem and Solution] ying
Line 402: Line 402:
 const main_texLoader = new THREE.TextureLoader(load_manager) const main_texLoader = new THREE.TextureLoader(load_manager)
 const cn_text_ctex = main_texLoader.load("./img/cn_texture.jpg"); const cn_text_ctex = main_texLoader.load("./img/cn_texture.jpg");
 +cn_text_ctex.flipY = false;
 if(child.name == "lang_texture_geo") ){ if(child.name == "lang_texture_geo") ){
     lang_texture_geo = child     lang_texture_geo = child
  • devwiki/three_js.txt
  • Last modified: 2022/07/17 11:49
  • by ying