vasturiano / three-spritetext

A sprite based text component for ThreeJS
https://vasturiano.github.io/three-spritetext/example/basic/
MIT License
336 stars 46 forks source link

text is hidden when looknig down in vr #25

Open webciter opened 3 years ago

webciter commented 3 years ago

theirs a strange glitch in VR where the text is hidden in when looking down, why would this happen?

vasturiano commented 3 years ago

@webciter would you mind including a link to the example where you've notice this, and a screenshot of the view?

VR device you're using may also be helpful, if it turns out it's device specific.

webciter commented 3 years ago

this is from an oculus go, https://www.youtube.com/watch?v=t8uWd7NuI4g the camera is at position 0,0,0, the project creates a sprite sheet at the target position from the raycaster point.

vasturiano commented 3 years ago

Thanks. Do you have a link to a simple example where this is reproduced? Also, were you able to check whether this glitch happens with any ThreeJs Sprite object, or just with this module?

webciter commented 3 years ago

this seems to be a problem with webxr and three js, iv tried other projects and getting the same problem

vasturiano commented 3 years ago

May be worth scanning the issues on Three to see if someone has observed the same problem, and if there's any workaround.