mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-28 23:09:32 -05:00
Adding new textures and color calculation for Saturn's Rings.
This commit is contained in:
@@ -22,6 +22,8 @@ local Saturn = {
|
||||
Layers = {},
|
||||
Rings = {
|
||||
Texture = texturesPath .. "/saturn_rings.png",
|
||||
TextureFwrd = texturesPath .. "/final_color_forward_os.png",
|
||||
TextureBckwrd = texturesPath .. "/final_color_backwards_os.png",
|
||||
Size = 140445000,
|
||||
Offset = { 74500 / 140445.100671159, 1.0 }, -- min / max extend
|
||||
},
|
||||
|
||||
@@ -2,6 +2,6 @@ local TexturesPath = asset.syncedResource({
|
||||
Type = "HttpSynchronization",
|
||||
Name = "Saturn textures",
|
||||
Identifier = "saturn_textures",
|
||||
Version = 3
|
||||
Version = 4
|
||||
})
|
||||
asset.export("TexturesPath", TexturesPath)
|
||||
|
||||
Reference in New Issue
Block a user