Explorar el Código

Docs: Fix import in `CameraUtils`. (#26591)

Michael Herzog hace 2 años
padre
commit
eb25afa5a7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      docs/examples/en/utils/CameraUtils.html

+ 1 - 1
docs/examples/en/utils/CameraUtils.html

@@ -21,7 +21,7 @@
 		</p>
 
 		<code>
-			import { CameraUtils } from 'three/addons/utils/CameraUtils.js';
+			import * as CameraUtils from 'three/addons/utils/CameraUtils.js';
 		</code>
 
 		<h2>Methods</h2>

粤ICP备19079148号