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

Way to extrude 2d shape to 3d? #5

Open
stuaxo opened this issue Jul 19, 2015 · 1 comment
Open

Way to extrude 2d shape to 3d? #5

stuaxo opened this issue Jul 19, 2015 · 1 comment

Comments

@stuaxo
Copy link

stuaxo commented Jul 19, 2015

Is there a way to extrude these to 3d?

@hsharrison
Copy link
Owner

Not at present. 3D doesn't seem to be supported by the geometry library we rely on, Polygon2. Perhaps you can open an issue there. Support from Polygon2 would make this easier.

The alternative would be to interface with a separate library for 3D geometry, or implementing some simple transformations. But that does represent a non-trivial amount of work. I'd accept a pull request (although we might have to change the name from pyglet2d) but realistically I'm not likely to get around to it myself.

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