Skip to content

Commit fe112fe

Browse files
committed
readme
1 parent 52f5f74 commit fe112fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ npm run dev
1919

2020
```javascript
2121
const gltf = await Gltf2Parser.fetch( '../_res/models/nabba/nabba.gltf' );
22+
scene.add( gltf.loadMesh( gltf ) );
2223

2324
//--------------------------------
2425
// Example of Turning GTLF Mesh into ThreeJS Mesh

0 commit comments

Comments
 (0)