I have a json filled with product-infos, path to the fbx-files, etc. Now I want to build a dynamic component, based on my json file, which loads my fbx-files onto my canvas. I later want to reference the objects, group these and animate them. This was no problem in native threejs with react. But I have no idea how to achieve this in r3f.
I created a component loading the 3d files, but already struggled referencing and animating them specifically.
Everything seems so unneccessary complicated with r3f.
Can you tell me what would be best practice here?