scenevr / client

:punch: Web client
7 stars 2 forks source link

Allow "running" #126

Closed sirkitree closed 9 years ago

sirkitree commented 9 years ago

Sort of like #16, when you hit the Shift key allow an avatar to move faster.

bnolan commented 9 years ago

There is actually running already, just hold down shift.

https://github.com/scenevr/client/blob/master/src/environment.js#L19

The problem is that it's only 30% faster than walking, so it's not very obvious. I copied the relative speeds from Minecraft. I'm not sure what the industry-wide standard is for running vs walking, but Janus for example has a much larger ratio between walking and running.

sirkitree commented 9 years ago

Is running achieved by holding Shift like Janus? If so I honestly don't notice an increase.

bnolan commented 9 years ago

Hmm, you're right, it seems like it's hardly accelerating at all. I'll look into it.

bnolan commented 9 years ago

Just deployed to www.scenevr.com - feels faster now. :)

sirkitree commented 9 years ago

:clap: I think this is a great improvement. Thanks!