Include L2 and L2 Sun line in jwst asset

This commit is contained in:
Emma Broman
2024-09-20 13:11:44 +02:00
parent 21dbc9fd18
commit fe359cbf23

View File

@@ -5,6 +5,9 @@ asset.require("./mission")
asset.require("./model")
asset.require("./viewingband")
asset.require("scene/solarsystem/planets/earth/lagrange_points/l2/l2")
asset.require("scene/solarsystem/planets/earth/lagrange_points/l2/l2sunline")
asset.onInitialize(function()
@@ -21,6 +24,8 @@ asset.meta = {
Description = [[
This assets adds the content for the James Webb Space Telescope mission, including
the animated model, safe viewing band, field of view, label, mission file and actions.
It also includes visuals about the Lagrange point L2, and a line between L2 and the
Sun.
]],
Author = "OpenSpace Team",
URL = "http://openspaceproject.com",