SebLague / Geographical-Adventures

https://sebastian.itch.io/geographical-adventures
MIT License
3.41k stars 492 forks source link

Earth rotation #23

Closed RIZ3Nsoul closed 2 years ago

RIZ3Nsoul commented 2 years ago

Earth rotation is not working. Textures stay at the same position in the world space

wischi-chr commented 2 years ago

It's called "world space" for a reason 😄 jokes aside, does that even matter to the player?

SebLague commented 2 years ago

You can modify the terrain shader to use object space tex coords if you need this, but in the game I keep the earth stationary and rotate sun/moon etc. instead.