Is your feature request related to a problem? Please describe.
Since a potential user is interested in using TresJS to load FBX models and to be honest, along with Gltf is one of the most used formats let's add support for it
Describe the solution you'd like
Same thing as useGLTFbut for fbx models
Suggested solution
import { useFBX } from '@tresjs/cientos'
const { scene } = await useFBX('/models/AkuAku.fbx')
Is your feature request related to a problem? Please describe. Since a potential user is interested in using TresJS to load FBX models and to be honest, along with Gltf is one of the most used formats let's add support for it
Describe the solution you'd like Same thing as
useGLTF
but forfbx
modelsSuggested solution
or
for the composable import the loader from
three-stdlib