dmarcos / aframe-motion-capture-components

Capture entity motions and replay them on other entities
http://swimminglessonsformodernlife.com/aframe-motion-capture-components/
MIT License
132 stars 31 forks source link

allow disabling of avatar-replayer from query param #24

Closed ngokevin closed 7 years ago

ngokevin commented 7 years ago

I often go to take a recording on another machine but I forgot to remove the avatar-replayer from my development HTML.

Or I am using replaying on one machine, but want to test without recording on another without having to change my HTML.

Or sometimes I want to share my project without replaying even though I have avatar-replayer set in the HTML.

Or cases where people publish with the avatar-replayer set and need a way to have a URL with it disabled.

ngokevin commented 7 years ago

@dmarcos quick r?