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 8a699fe commit ba209eaCopy full SHA for ba209ea
examples/src/demos/TopDownVehicle/Pylon.tsx
@@ -16,7 +16,7 @@ type GLTFResult = GLTF & {
16
}
17
18
export default function Model(props) {
19
- const { nodes, materials } = useGLTF('/kenney_carKit/pylon.glb') as GLTFResult
+ const { nodes, materials } = useGLTF('/kenney_carkit/pylon.glb') as GLTFResult
20
21
const [group] = useCircle(() => ({
22
mass: 0.1,
@@ -36,4 +36,4 @@ export default function Model(props) {
36
)
37
38
39
-useGLTF.preload('/kenney_carKit//pylon.glb')
+useGLTF.preload('/kenney_carkit/pylon.glb')
0 commit comments