mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-23 12:39:24 -05:00
Limit camera to not go below the ground in globebrowsing interaction mode.
This commit is contained in:
@@ -30,7 +30,7 @@ return {
|
||||
Body = "EARTH",
|
||||
Radii = {6378137.0, 6378137.0, 6356752.314245}, -- Earth's radii
|
||||
--Radii = {3396190.0, 3396190.0, 3396190.0}, -- Mars as a spheroid
|
||||
SegmentsPerPatch = 90,
|
||||
SegmentsPerPatch = 64,
|
||||
TextureInitData = {
|
||||
ColorTextureMinimumSize = 1024,
|
||||
OverlayMinimumSize = 2048,
|
||||
|
||||
Reference in New Issue
Block a user