mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-05 02:20:11 -05:00
Fixed blackhole asset and profile spelling
This commit is contained in:
+3
-3
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user