jnsmalm / pixi3d

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

iOS 16.4 rendering issue #171

Closed StelyanBaltov closed 1 year ago

StelyanBaltov commented 1 year ago

Hello, I,ve noticed that there has been an issue with the 3d library and ios 16.4. All demo projects are broken. I cannot load the 3d models in my game as well. You can check pixi3d.org projects. I think it might be webgl 2.0 issue, but I'm not sure. The issue only happen on iphone with latest version - 16.4

jnsmalm commented 1 year ago

Thanks for reporting, I'll take a look!

jnsmalm commented 1 year ago

@StelyanBaltov I have released 2.3.1, please let me know if this fixes your issue.

StelyanBaltov commented 1 year ago

Tested and confirmed that it is working! Thank you so much for the quick fix!