Fixed blackhole asset and profile spelling

This commit is contained in:
Emil Wallberg
2025-03-31 19:29:39 +02:00
parent d3d2a6069e
commit 033aee83b9
2 changed files with 6 additions and 6 deletions
@@ -10,13 +10,13 @@ local colormaps = asset.resource({
})
local Node = {
Identifier = "Blackhole_Example",
Identifier = "schwarzschild",
InteractionSphere = 0.8 * lightday,
BoundingSphere = 3 * lightday,
Transform = {
Translation = {
Type = "StaticTranslation",
Position = { 10, 20, 30 }
Position = { 0, 20, 30 }
}
},
Renderable = {
@@ -25,7 +25,7 @@ local Node = {
ColorMap = colormaps .. "colorbv.cmap",
},
GUI = {
Name = "Schwarzchild Blackhole",
Name = "Schwarzschild",
Path = "/Blackholes"
}
}
+3 -3
View File
@@ -1,11 +1,11 @@
{
"assets": [
"base_blank",
"blackholes/schwarzchild"
"blackholes/schwarzschild"
],
"camera": {
"aim": "",
"anchor": "Blackhole_Example",
"anchor": "schwarzschild",
"frame": "",
"position": {
"x": 0,
@@ -24,7 +24,7 @@
1.0
],
"mark_nodes": [
"Blackhole_Example"
"schwarzschild"
],
"meta": {
"author": "OpenSpace Team",