Charge
October 13, 2022, 2:38pm
1
Hi,
I have recently upgraded to Webpack 5 and am now moving to versions of babylon.js greater than 5.21.0.
I noticed that in version 5.24.0 anti-aliasing has been disabled on the Quest 2. The issue seems similar to the aliasing issue I described here: WebXR layers feature broken on Quest 2 with skybox and environment - #10
Playground showing the aliasing issue: https://playground.babylonjs.com/#9K3MRA#741
Playground showing a workaround by forcing the samples to 4 (restoring anti-aliasing): https://playground.babylonjs.com/#9K3MRA#808
Thanks
Hi,
If I understand correctly, you are saying that since > 5.21 the samples are set incorrectly when using the quest.
Iāll look into it. The code hasnāt changed, so I find it a little mysterious
1 Like
Charge
October 13, 2022, 2:44pm
4
just to confirm, the issue was introduced in 5.24.
5.23 is fine
1 Like
got it. letās see what we damaged in the process
1 Like
Seems to be related to this PR - OIT aliasing fixes by CraigFeldspar Ā· Pull Request #12916 Ā· BabylonJS/Babylon.js (github.com)
iāll have to debug this further, but at least we found the culprit.
1 Like
Charge
October 13, 2022, 7:35pm
9
Thank you for fixing that
Charge
October 21, 2022, 4:22pm
10
Hi @RaananW ,
unfortunately, it looks like your fix didnāt work as I still see the issue in Babylon.js 5.29.0 and the playgrounds I posted at the top of this thread confirm this.
RaananW
October 21, 2022, 4:57pm
11
iāll check that, thanks
1 Like
RaananW
November 8, 2022, 1:22pm
13
1 Like