godot-4-3d-third-person-controller icon indicating copy to clipboard operation
godot-4-3d-third-person-controller copied to clipboard

Extract photo mode to a reusable addon

Open NathanLovato opened this issue 2 years ago • 2 comments

close #6

Tasks:

  • Add gamepad controls
  • Consider setting some input actions and registering them from the addon automatically to keep input code simple?
  • Fix lag on mouse rotation
  • Add ability to move faster with modifier
  • Add key/input to control the base movement speed at runtime? E.g. scroll wheel

NathanLovato avatar Dec 27 '22 17:12 NathanLovato

You may also be interested in https://github.com/Calinou/godot-photo-mode-demo, which I started working on as a reusable photo mode add-on for any game. It doesn't offer camera controls yet though: it's mainly focused on increasing graphics settings, taking a screenshot then restoring the previous graphics settings.

Calinou avatar Feb 21 '23 21:02 Calinou

Thanks much for sharing Hugo. I'll def. check this once we're done with the release. We worked on a system for graphics settings too, to be able to switch profiles, but I'll check your code and see which would work best for us.

It's part of the little project trying to automatically pick graphics settings based on user hardware, a sample copy of which currently lives in a branch: https://github.com/gdquest-demos/godot-4-3d-third-person-controller/tree/feature/benchmark

NathanLovato avatar Feb 23 '23 19:02 NathanLovato