Three.js學習筆記-Blender導出的gltf格式的材質沒法顯示問題處理

代碼 var gltfLoader = new THREE.GLTFLoader(); gltfLoader.load( 'assset/test/testgltf1.gltf', function ( gltf ) { gltf.scene.position.set(0,2,3); scene.add(
相關文章
相關標籤/搜索