最終更新:2021-03-11 (木) 17:12:47 (1141d)  

THREE.TextureLoader
Top / THREE.TextureLoader

https://threejs.org/docs/#api/loaders/TextureLoader

メモ

  • const createTexture = (filePath) => {
      return new THREE.TextureLoader().load(filePath);
    };

deprecated