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 operator to convert 2D projection matrix into 3D view point #14

Open
glopesdev opened this issue Jun 27, 2021 · 0 comments
Open

Add operator to convert 2D projection matrix into 3D view point #14

glopesdev opened this issue Jun 27, 2021 · 0 comments
Labels
proposal Request for a new feature

Comments

@glopesdev
Copy link
Contributor

Currently drawing 3D objects requires a specialized structure containing the view matrix, projection matrix and light source for rendering the scene. It would be useful to include a node for converting 2D (or 3D) projection matrices straight into a fixed 3D view point e.g. (Eye at (0,0,0) looking into -Z) and fixed or configurable light source.

This would allow easily drawing 3D objects into the eye-centric coordinate frame which is very useful in certain situations.

@glopesdev glopesdev added the proposal Request for a new feature label Jun 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
proposal Request for a new feature
Projects
None yet
Development

No branches or pull requests

1 participant