/* Auto-generated by: https://github.com/pmndrs/gltfjsx */ import React, { useRef } from 'react' import { useGLTF } from '@react-three/drei' export function Model({ truckRef, wheelRefs, dashboardRefs, ...props }) { const { nodes, materials } = useGLTF('/models/3d_scene_final.glb') return ( ) } useGLTF.preload('/models/3d_scene_final.glb')