Browse Source

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

Michael Herzog 1 year ago
parent
commit
eb25afa5a7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/examples/en/utils/CameraUtils.html

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

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