First Steps in VR
2 Comments
Comments are ordered by helpfulness, as indicated by you. Help us pick out the gems and discourage asshattery by voting on notable comments.
Got something to add? You can leave a comment below.
Shane Hudson
Craig Keeling
Working through this and just noticed an error in the initial markup.
Line 49 “box.setAttribute(‘static-body’, ‘);”
The walls didn’t show up until I added a second ‘ to make it:
box.setAttribute(‘static-body’, ‘’);
Looking forward to digging into the rest. Thanks for putting this together!
Hi Craig,
You’re quite right, there is a typo there! If you have any more issues, please let me know and you can check it against the working code.
Codebase: https://github.com/shanehudson/first-steps-in-vr
Cheers,
Shane