-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Focusing point with camera #133
Comments
Hi @kingjin94 ! I have an open PR about this: #109 |
Great to hear that it is not just a problem of understanding the available API 😅 Is there any way I could help to expedite this PR? |
I'm not sure. The maintainer seems very busy and maybe would like some help to look at PRs and merge them. @rdeits, are you open to onboarding some folks to help maintain meshcat? |
Hi all, I see that the pull request #109 has been merged. But in my code if do something like:
then |
It's Working well for me installed from source. |
When generating more complex scenes I would like to guide the user's view to the most important elements.
The demos suggest using
How do you use these to move the camera close to an arbitrary position, such as (10., 0., 0.) and look at this arbitrary position?
The
set_property
seems to be able to reposition the camera (in the three js system where "up" = z_meshcat = +y_three_js and z_three_js = -y_meshcat). The camera seems to keep focusing on the origin. How to do you change the position the camera points at and pans around?The text was updated successfully, but these errors were encountered: