ssatguru / BabylonJS-CharacterController

A CharacterController for BabylonJS
Apache License 2.0
217 stars 46 forks source link

support top down/isometric kind of use case #11

Closed ssatguru closed 4 years ago

ssatguru commented 4 years ago

The current controller is good for third party or first person type of games. It is not suitable for top down or isometric kind of games where the camera follows but does not rotate the character or rotates when the character rotates. We should support both use cases.

ssatguru commented 4 years ago

added support with v0.4.1