Changed blackhole mass to represent Sagittarius A*

Co-Authored-By: Emil Wallberg <49481622+EmilWallberg@users.noreply.github.com>
This commit is contained in:
Wilhelm Björkström
2025-03-13 16:36:18 +01:00
parent e59f39e502
commit 70cb3c2a57
5 changed files with 34 additions and 9 deletions

View File

@@ -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",

View File

@@ -10,7 +10,7 @@
"position": {
"x": 0,
"y": 0,
"z": 80.4607304725808E15
"z": 0.4607304725808E15
},
"type": "setNavigationState",
"up": {