Zoom in a specific slot/group and rotate individually #4962
Unanswered
osnysantos
asked this question in
Q&A
Replies: 1 comment
-
We don't currently expose an API at that level. #4904 and #4940 are moving in that direction. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Let's consider this 3D model with multiple objects in the scene. Each object is grouped so it can be targeted individually. My goal is to allow the user to click on a specific object (e.g., a chair) to zoom in on it—this part is already working using this example. Once zoomed in, I want to make only that object's group (or "slot") rotatable while locking the rotation for other groups. The sibling groups would remain locked until the user zooms out to view all the objects together.
How feasible is this?
Beta Was this translation helpful? Give feedback.
All reactions