Max on Nostr: npub14yqjk…vrfl3 hope you don't mind a random question? I've been playing with ...
npub14yqjkzqkgv4a27egvq5xmh2ravemytg9g5kldqeqfts92uvh90sq2vrfl3 (npub14yq…rfl3) hope you don't mind a random question?
I've been playing with Godot and implemented your mouse aim tutorial (which works brilliantly!), and I'm trying to add movement keys for a fly cam. I've got some basics working and I can fly up and down with jump/crouch, and left/right/forward/back in the X/Z plane, but I was hoping to get it to fly forward along the head direction.
Currently I'm essentially doing dir * character basis, but not sure how to get the head rotation involved!
I've been playing with Godot and implemented your mouse aim tutorial (which works brilliantly!), and I'm trying to add movement keys for a fly cam. I've got some basics working and I can fly up and down with jump/crouch, and left/right/forward/back in the X/Z plane, but I was hoping to get it to fly forward along the head direction.
Currently I'm essentially doing dir * character basis, but not sure how to get the head rotation involved!