Forum Discussion
RumbleKai
1 year agoMember
Jagged moving edges
Hi I'm currently developing my first VR game! I am having issues that only happen on the quest build (playing the APK from the headset). Up close the detail is pretty good. But anything more than 5 ...
baroquedub
1 year agoMVP
Very hard to tell without screenshots but my guess is that you may be having a problem with Geometric Aliasing "Lots of polygons means lots of edges, and with few pixels to render them in, this results in more aliasing" As you get closer, the display panels have more pixels to render the object, but when in the distance if there's a lot of detail, you're likely to get aliasing. See: https://developer.arm.com/documentation/102073/0100/Aliasing
The answer's not necessarily to use MSAA, although you should have that enabled to at least x2, if not x4 if your frame budget allows. You could also consider LODs or even billboards, which lower the complexity of your geometry when further away. You'll additionally benefit from few verts and you could also reduce the material complexity for an additional performance gain. Using LODs or imposters to reduce aliasing isn't often talked about but is well worth considering.
- RumbleKai1 year agoMember
Thank you for taking the time to respond to me I really appreciate it. The arm developer website you provided looks to have a lot of information on the subject I'm struggling with. Alot of the information on the website is covers stuff I've not seen before.
I will do some homework and experiment with my project. If I'm still struggling after a day or two I will reach back out here and provide screenshots and the settings I've tried and am currently using!
Either way I will come back to post my findings to help developers in the future. Again I can't thank you enough for the feedback!
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 3 months ago
- 6 months ago