Lab 007 – Console logging in VR with Babylon JS
Explore the idea of overriding console.log() so I can view the log in VR
- This is just a proof-of-concept, not a full-fledged solution
- Override console.log() and stash the message in a reactive variable
- Watch the variable and display the message in VR by updating the text in a scroll view
- Limited to simple strings, no objects or arrays