Sfoglia il codice sorgente

Update webgl_loader_texture_lottie.html

Remove unused import.
Michael Herzog 10 mesi fa
parent
commit
d891d2c3cf
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      examples/webgl_loader_texture_lottie.html

+ 0 - 1
examples/webgl_loader_texture_lottie.html

@@ -27,7 +27,6 @@
 			import * as THREE from 'three';
 			import * as THREE from 'three';
 			import { RoomEnvironment } from 'three/addons/environments/RoomEnvironment.js';
 			import { RoomEnvironment } from 'three/addons/environments/RoomEnvironment.js';
 			import { RoundedBoxGeometry } from 'three/addons/geometries/RoundedBoxGeometry.js';
 			import { RoundedBoxGeometry } from 'three/addons/geometries/RoundedBoxGeometry.js';
-			import { LottieLoader } from 'three/addons/loaders/LottieLoader.js';
 
 
 			import lottie from 'https://cdn.jsdelivr.net/npm/lottie-web@5.12.2/+esm';
 			import lottie from 'https://cdn.jsdelivr.net/npm/lottie-web@5.12.2/+esm';
 
 

粤ICP备19079148号