Samsung / GearVRf

The GearVR framework(GearVRf) is an Open Source VR rendering library for application development on VR-supported Android devices.
http://www.gearvrf.org
Apache License 2.0
407 stars 217 forks source link

X3D: Fixed errors with mesh having normals; new cursor setting. #1936

Closed mwitchwilliams closed 6 years ago

mwitchwilliams commented 6 years ago

Corrected two issues: Mesh with no normals (see demo below); and set the gaze cursor from default to be on surface.

NoNormalsDemo.zip

GearVRf-DCO-1.0-Signed-off-by: Mitch Williams m1.williams@partner.samsung.com

liaxim commented 6 years ago

This is what I see when I run the attached demo:

shot

Is that expected?

mwitchwilliams commented 6 years ago

Interesting, because it worked ok for me, including the slider bar interactivity. I'm working with an S7 screenshot_20180713-101020 Not sure where this leaves us.

liaxim commented 6 years ago

I will try again on different phones.

liaxim commented 6 years ago

Ok, not a problem with this pull request. Planning to merge this one on Monday.

The problem is fixed by https://github.com/Samsung/GearVRf/pull/1943.