asny / three-d

2D/3D renderer - makes it simple to draw stuff across platforms (including web)
MIT License
1.29k stars 109 forks source link

Allow using keyboard in `CameraControl`? #416

Closed jjant closed 9 months ago

jjant commented 10 months ago

Hi, I'm just learning about three-d and was confused about things like FirstPersonControl only using the mouse, I thought it'd be possible to move with the WASD keys, but that seems not possible at the moment.

asny commented 9 months ago

You're welcome to improve the controls (see #334) adding keyboard input should be easy.