We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c772a2 commit a67318aCopy full SHA for a67318a
1 file changed
docs/tutorials/loading-models.mdx
@@ -126,7 +126,7 @@ import { useLoader } from '@react-three/fiber'
126
import { FBXLoader } from 'three/addons/loaders/FBXLoader.js'
127
```
128
129
-To create our scene we can get the FBX as a return value of the useLoader by passing the `FBXloader` and the location of our file like so:
+To create our scene we can get the FBX as a return value of `useLoader` by passing `FBXLoader` and the location of our file like so:
130
131
```jsx
132
function Scene() {
0 commit comments