virtualglobebook / OpenGlobe

A 3D engine for virtual globes (think Google Earth or NASA World Wind) designed to illustrate the engine design and rendering techniques described in our book. OpenGlobe is written in C# and uses OpenGL 3.3 core profile (via OpenTK). See the web site linked below for more information
http://www.virtualglobebook.com
Other
346 stars 113 forks source link

Rotating globe #6

Closed kcimit closed 4 years ago

kcimit commented 4 years ago

Looking for a way to rotate globe with fixed camera/observer to simulate earth rotation. Any guidance much appreciated.

kcimit commented 4 years ago

Basically resolved it by rotating all objects mapped to globe around their Z-axis.