mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-24 13:28:55 -05:00
Global cleanup pass over asset files
- Lua style guides - FrameConversions - unloadMission, Add mission identifiers
This commit is contained in:
-1
@@ -60,7 +60,6 @@ local Node = {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
asset.onInitialize(function()
|
||||
openspace.addSceneGraphNode(Node)
|
||||
end)
|
||||
|
||||
-1
@@ -43,7 +43,6 @@ local Node = {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
asset.onInitialize(function()
|
||||
openspace.addSceneGraphNode(Node)
|
||||
end)
|
||||
|
||||
@@ -57,7 +57,6 @@ local Node_Invert = {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
asset.onInitialize(function()
|
||||
openspace.addSceneGraphNode(Node)
|
||||
openspace.addSceneGraphNode(Node_Invert)
|
||||
|
||||
Reference in New Issue
Block a user