Skip to content

24 ways to impress your friends

First Steps in VR

2 Comments

Shane Hudson

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

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!