Selaa lähdekoodia

Update misc_exporter_gltf_normals.html

Fix import.
Michael Herzog 2 viikkoa sitten
vanhempi
sitoutus
70ea716718
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      examples/misc_exporter_gltf_normals.html

+ 1 - 1
examples/misc_exporter_gltf_normals.html

@@ -27,7 +27,7 @@
 
 		<script type="module">
 
-			import * as THREE from '../build/three.module.js';
+			import * as THREE from 'three';
 
 			import { OrbitControls } from 'three/addons/controls/OrbitControls.js';
 			import { GLTFExporter } from 'three/addons/exporters/GLTFExporter.js';

粤ICP备19079148号