I need to use Sketchfab Model in React. and make it work exactly like it's showing. #2104
-
So this is the Sketchfab Model. My Goal is to display this Model in the background of the App's Front Page, and show other Items on top of it. Now What I feature I want to have is : I am new learner and it's difficult to wrap your stuff around this. It would mean a lot, if you can share your insights on how to achieve this goal. TIA |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
this is a combination of drei/orbitcontrols for generics mouse rotation, you can clamp angles so it just rotates in certain ways, drei/html for annotations and drei/bounds for zooming towards a point. |
Beta Was this translation helpful? Give feedback.
this is a combination of drei/orbitcontrols for generics mouse rotation, you can clamp angles so it just rotates in certain ways, drei/html for annotations and drei/bounds for zooming towards a point.