Limit camera to not go below the ground in globebrowsing interaction mode.

This commit is contained in:
Kalle Bladin
2016-06-21 22:57:12 -04:00
parent 69aef205af
commit 5e8018b715
8 changed files with 210 additions and 24 deletions
+1 -1
View File
@@ -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,