jnsmalm / pixi3d

The 3D renderer for PixiJS. Seamless integration with 2D applications.
https://pixi3d.org
MIT License
759 stars 44 forks source link

PIXI v6 #36

Closed cvissie closed 3 years ago

cvissie commented 3 years ago

When using PIXI v6 there seems to be an issue with the depth buffer:

image

image

jnsmalm commented 3 years ago

Thanks for letting me know! It's was actually not a problem with the library, I noticed one of the materials for this model was incorrect. I have fixed this now. It should work fine for PixiJS 6+.

cvissie commented 3 years ago

Thank you for fixing! I was about to dig in and see if I can figure this out myself :)

Great library from what I have seen so far!