realmayus / engine-wgpu

WIP wgpu game engine written in Rust
3 stars 0 forks source link

Better Cam #2

Open LordRobin1 opened 12 months ago

LordRobin1 commented 12 months ago

Implement a camera which supports movement like the on in blender:

realmayus commented 12 months ago

While we're at it, we should also include a first person shooter-kind of camera which allows you move around with WASD and pan by moving your mouse

LordRobin1 commented 12 months ago

Part one has been partially implemented.

LordRobin1 commented 11 months ago

Update on part one:

Can't yet rotate over object

This will be a feature now.

Pan has issues when looking almost straight down/up (the reason is known though)

The reason is, in fact, not known. Will have to look into that again, but making #1 ready for merging is prio now.

The movement speed feels weird

This is actually solved, but the panning issues are annoying.