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

How is the complete Canvas/Windows shown in layers? #14

Open
wingoku opened this issue May 23, 2016 · 1 comment
Open

How is the complete Canvas/Windows shown in layers? #14

wingoku opened this issue May 23, 2016 · 1 comment

Comments

@wingoku
Copy link

wingoku commented May 23, 2016

This is so fascinating! I am just amazed how is the entire canvas/Windows is shown in 3D layers? What code is responsible for it?

@danielzeller
Copy link
Owner

danielzeller commented May 23, 2016

The graphic scenes are drawn on a canvas so everything is in 2D space, except the BitmapMesh part which is kind of 3D. The layered Views in the menu are just rotated on the XY axis and scaled down to give it that 3D effect. The custom shadow rendering technique also contributes to the 3D feel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants