Adding new textures and color calculation for Saturn's Rings.

This commit is contained in:
Jonathas Costa
2021-01-11 23:11:08 -05:00
parent f98730ef25
commit 1c3e630506
5 changed files with 123 additions and 6 deletions
@@ -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)