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

3D Turtle and Graphics Box Operations #91

Open
sgithens opened this issue Jun 28, 2024 · 0 comments
Open

3D Turtle and Graphics Box Operations #91

sgithens opened this issue Jun 28, 2024 · 0 comments

Comments

@sgithens
Copy link
Member

This ticket is for tracking initial work and prototyping of 3D turtle operations. Ideally this will be done in a straightforward manner of extending the existing graphics command list and sprite operations. Technically, everything on a turtle canvas is 3d at the repaint level, just everything has a 0 for their z-indices. We'll start by allowing some rotating, zooming, and panning around the current flat 2d drawings, then slowly add in a z value for sprites and the ability to be z values in addition to x and y on the graphics command list vectors. Ideally at some point we could then play around with some new primitives for pitching, yawing, rolling, etc.

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

1 participant