mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-15 16:28:52 -06:00
Fix an issue that prevented the spheres from being rendered
This commit is contained in:
@@ -18,7 +18,7 @@ for z=1,3 do
|
||||
Size = 0.20 + i * 0.01,
|
||||
Segments = 80,
|
||||
Opacity = 1,
|
||||
Texture = "${DATA}/test2.jpg",
|
||||
Texture = openspace.absPath("${DATA}/test2.jpg"),
|
||||
Orientation = "Both",
|
||||
},
|
||||
GUI = {
|
||||
|
||||
Reference in New Issue
Block a user