nytimes / aframe-loader-3dtiles-component

A-Frame component using 3D-Tiles
Other
189 stars 26 forks source link

Shimmering textures #18

Open Avnerus opened 2 years ago

Avnerus commented 2 years ago

When viewed in Oculus Quest, textures (especially ones that are further from the camera) appear to be shimmering. The issue probably has to do with texture sampling. Some links to review:

kfarr commented 5 months ago

I also noticed texture shimmering in the distance on desktop browser and it appeared to be z-fighting.

Setting renderer="logarithmicDepthBuffer: true;" on the A-Frame scene entity stopped the flickering. I did not test on quest.