Hacker News new | ask | show | jobs
by damon_c 994 days ago
How do I add WASD controls to the camera?
1 comments

That's something you'll have to code up yourself, however to get you started this script checks for pressing the W key and moves forward:

https://pastebin.com/8kMTCu3Y

Hugely helpful, thanks! I really did give it a few minutes and look for docs/examples before asking. I promise!
Also hopefully these docs can be of use. They're a bit of a mess as they were never properly ported to GitHub wiki: https://github.com/zeroengineteam/ZeroDocs/blob/master/getti...