Stev-eH Posted November 28 Posted November 28 Hello forum, I've tried finding posts regarding this topic but I did not find anything. I'm new to developing with Wave SDK (v6.1.0) with the Vive XR Elite. When displaying UI Elements I have a bug where the elements render too far apart, which causes them to overlap out of place and have ghosting effects. This problem seems to occur at random and either is there after deploying or is not, restarting the device doesn't seem to fix it. My canvases are on Render Mode: World Space I have tried comparing my canvas setup to Wave Sample Scenes, but there doesn't seem to be any differences. My project currently consists of: - Wave XRSDK + dependencies - Wave Native - Wave Essence No additional imports were done with Essence My render mode is Single Pass I've set up the camera so that it displays passtrough, on my first development build I've simply set up canvas (Width: 1080, Height: 1080, Scale.xyz: 0.005) with a white background and sample text to display, bug didn't occur. On the second dev build, I've added a simple TCP listener to my project, deployed, bug occured. Reverted changes, deployed, bug is still occuring. If I need to supply more information please let me know. Thanks in advance!
VIVE_chengnay Posted November 29 Posted November 29 8 hours ago, Stev-eH said: My render mode is Single Pass Hi @Stev-eH, Did you try Multi-Pass? If the issue still exists, could you share your project to us for further investigation?
Stev-eH Posted November 29 Author Posted November 29 I tried Multi-Pass but it has the same result https://github.com/Stev-eH/ViveRenderingBug I hope the issue is recreatable and you can shed some light on what I'm missing, thank you.
VIVE_chengnay Posted November 29 Posted November 29 Hi @Stev-eH, May I know the ROM version that is running on your XR Elite? You can check it by going to Settings>General>About>System version.
VIVE_chengnay Posted November 30 Posted November 30 Hi @Stev-eH, I build your project into APK and run on my XR Elite running with 1.0.999.702, I didn't see the ghosting effect that you mentioned. Are you able to share me your APK build? Or is the ghosting effect only will occur when you're using Direct Preview?
Stev-eH Posted December 3 Author Posted December 3 I've since been able to figure out the source of the problem, it's rather silly. There was never anything wrong with the build to begin with, but since I was looking at my computer screen trough the passtrough, my eyes didn't focus on the UI Element properly which caused it to appear double for me. When I tested it again looking somewhere else the problem didnt occur. Sorry for the inconvenience, topic can be closed now. I'm using builds on device, not Direct Preview I've attached a build with the repository.
VIVE_chengnay Posted December 3 Posted December 3 Hi @Stev-eH, No problem, and feel free to ask for help if you have questions. 🙂 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now