mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-07 21:08:33 -06:00
Fix inverted texture problem
- Change texture indices of PowerScaledSphere - Change texture generation in FBOBass for projections - Updated NewHorizons to download unflipped texture - Use new Ghoul version
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
return {
|
||||
FileRequest = {
|
||||
{ Identifier = "newhorizons_model", Destination = "models", Version = 1 },
|
||||
{ Identifier = "newhorizons_textures", Destination = "textures", Version = 1 }
|
||||
{ Identifier = "newhorizons_textures", Destination = "textures", Version = 2 }
|
||||
},
|
||||
TorrentFiles = {
|
||||
{ File = "NewHorizonsKernels.torrent", Destination = "${SPICE}" },
|
||||
|
||||
Reference in New Issue
Block a user