Browse Source

Fix Rhino3dmLoader import in the example (#25616)

Daniel González Reina 2 năm trước cách đây
mục cha
commit
c2c2d73bc3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>