Browse Source

Fix Rhino3dmLoader import in the example (#25616)

Daniel González Reina 2 years ago
parent
commit
c2c2d73bc3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/examples/en/loaders/3DMLoader.html

+ 1 - 1
docs/examples/en/loaders/3DMLoader.html

@@ -25,7 +25,7 @@
 		</p>
 
 		<code>
-			import { 3DMLoader } from 'three/addons/loaders/3DMLoader.js';
+			import { Rhino3dmLoader } from 'three/addons/loaders/3DMLoader.js';
 		</code>
 
 		<h2>Supported Conversions</h2>