lampe-games / godot-open-rts

Open Source RTS game made in Godot 4
https://lampe-games.itch.io/open-rts
MIT License
593 stars 79 forks source link

Fix problem with shadows misrepresenting the unit position #72

Closed Scony closed 11 months ago

Scony commented 1 year ago

in SC2 it's done the same way I do - it needs to be checked what's different - maybe it's just a matter of camera projection

Scony commented 11 months ago

I've checked again and I'm 99% sure it's about the camera. At this point, I think it would be nice to have an optional, perspective camera as an alternative to an orthogonal one.