frostyfan109 / tranql

A Translator Query Language
https://researchsoftwareinstitute.github.io/data-translator/apps/tranql
MIT License
0 stars 1 forks source link

VR mode doesn't work. #90

Closed frostyfan109 closed 5 years ago

frostyfan109 commented 5 years ago

No idea what happened, but VR mode does not display anything.

frostyfan109 commented 5 years ago

The force graph seems to have a height of 0 when in VR mode. When the container is adjusted to be the correct height, the VR overlay (with the headset and bottom usage tip) displays correctly. The vr scene (something like a-scene) also has the correct height, but the graph itself still doesn't render.

When the height of the containers are not adjusted, the force graph assumes a height of 0 px, even though when inspected with react-dev-tools, it has height = {x} in its props, where x is the correct height.