mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-04 10:40:09 -06:00
Small profile tweaks
This commit is contained in:
@@ -11,7 +11,7 @@ local colormaps = asset.resource({
|
||||
|
||||
|
||||
local Node = {
|
||||
Identifier = "black_hole",
|
||||
Identifier = "blackhole",
|
||||
Transform = {
|
||||
Translation = {
|
||||
Type = "StaticTranslation",
|
||||
@@ -24,8 +24,8 @@ local Node = {
|
||||
ColorMap = colormaps .. "colorbv.cmap",
|
||||
},
|
||||
GUI = {
|
||||
Name = "black_hole",
|
||||
Path = "/black_holes"
|
||||
Name = "Black Hole",
|
||||
Path = "/blackhole"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"assets": [
|
||||
"base_blank",
|
||||
"blackholes/black_holes"
|
||||
"blackholes/blackhole"
|
||||
],
|
||||
"camera": {
|
||||
"aim": "",
|
||||
"anchor": "black_hole",
|
||||
"anchor": "blackhole",
|
||||
"frame": "",
|
||||
"position": {
|
||||
"x": 0,
|
||||
|
||||
Reference in New Issue
Block a user