mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 11:39:49 -06:00
Changed blackhole mass to represent Sagittarius A*
Co-Authored-By: Emil Wallberg <49481622+EmilWallberg@users.noreply.github.com>
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
local lightyear = 9.4607304725808E15
|
||||
local parsec = 3.0856776E16
|
||||
local lightday = 9.4607304725808E15 / 365
|
||||
local _MBlackHole = 4.297E6;
|
||||
|
||||
local Node = {
|
||||
Identifier = "Blackhole_Example",
|
||||
InteractionSphere = 1 * parsec,
|
||||
BoundingSphere = 1 * parsec,
|
||||
InteractionSphere = 0.8 * lightday,
|
||||
BoundingSphere = 3 * lightday,
|
||||
Transform = {
|
||||
Translation = {
|
||||
Type = "StaticTranslation",
|
||||
@@ -13,6 +14,7 @@ local Node = {
|
||||
},
|
||||
Renderable = {
|
||||
Type = "RenderableBlackHole",
|
||||
SolarMass = 4.297e6
|
||||
},
|
||||
GUI = {
|
||||
Name = "Schwarzchild Blackhole",
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
"position": {
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
"z": 80.4607304725808E15
|
||||
"z": 0.4607304725808E15
|
||||
},
|
||||
"type": "setNavigationState",
|
||||
"up": {
|
||||
|
||||
Reference in New Issue
Block a user