Skip to content
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

add Observable version of project() #4619

Open
aplavin opened this issue Nov 22, 2024 · 0 comments
Open

add Observable version of project() #4619

aplavin opened this issue Nov 22, 2024 · 0 comments
Labels
enhancement Feature requests and enhancements

Comments

@aplavin
Copy link
Contributor

aplavin commented Nov 22, 2024

Feature description

The result of project(scene, point) depends on a lot of stuff, it's not enough to just do @lift project($scene, $point). One needs to do

@lift ($(scene.camera.projectionview); $(scene.viewport); project($scene, $point))

, and I'm not sure if that's the complete list. Is it specified anywhere?

Would be useful and less error-prone to add project_obs(scene, point)::Observable that takes care of including all proper dependencies of project().

@aplavin aplavin added the enhancement Feature requests and enhancements label Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Feature requests and enhancements
Projects
None yet
Development

No branches or pull requests

1 participant