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

Pixi Projection for Graphics #100

Open
lvanngo opened this issue Nov 18, 2021 · 3 comments
Open

Pixi Projection for Graphics #100

lvanngo opened this issue Nov 18, 2021 · 3 comments

Comments

@lvanngo
Copy link

lvanngo commented Nov 18, 2021

Hi, I'm pretty new to the whole graphics area and I was wondering if you can help me understand what would be the difference between something like this https://observablehq.com/@rkaravia/2d-shapes-in-three-js (where you have 2d objects in 3d space) vs what pixi-projection would be providing in the Graphics support area?

@lvanngo lvanngo changed the title Pixi Projection for Graphicss Pixi Projection for Graphics Nov 18, 2021
@ivanpopelyshev
Copy link
Collaborator

ivanpopelyshev commented Nov 18, 2021

Difference is z-buffer. pixi-projection doesnt use it, so you have to sort your shapes correctly.

But yeah, if we want Graphics, i thnk its even possible to make https://github.com/pixijs/graphics-smooth/ work with projection . However currently my position in pixijs is not clear, whether i left it or im just on break. You can report your case to https://github.com/pixijs/pixi.js/discussions ,that'll certainly help

@petem24
Copy link

petem24 commented Oct 17, 2022

any update on graphics support? :)

@ivanpopelyshev
Copy link
Collaborator

Nope, i dont even have time to update spine plugin for pixi-7 :(

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

3 participants