mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-03 01:59:35 -06:00
Remove version numbers from asset files
This commit is contained in:
@@ -25,7 +25,6 @@ asset.export("UndoEventFade", UndoEventFade.Identifier)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Actions - Undo All Event Fading",
|
||||
Version = "1.0",
|
||||
Description = "Asset providing debug ability to undo all event fading",
|
||||
Author = "OpenSpace Team",
|
||||
URL = "http://openspaceproject.com",
|
||||
|
||||
@@ -52,7 +52,6 @@ asset.export("SiderealDayDecrease", SiderealDayDecrease.Identifier)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Actions - Time",
|
||||
Version = "1.0",
|
||||
Description = "Asset providing actions around time",
|
||||
Author = "OpenSpace Team",
|
||||
URL = "http://openspaceproject.com",
|
||||
|
||||
@@ -76,7 +76,6 @@ asset.export("MinorMoonsOff", MinorMoonsOff.Identifier)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Actions - Turn ON/OFF all Minor Moons",
|
||||
Version = "1.0",
|
||||
Description = "Asset providing actions to turn ON/OFF all minor moons and their trails",
|
||||
Author = "OpenSpace Team",
|
||||
URL = "http://openspaceproject.com",
|
||||
|
||||
@@ -27,7 +27,6 @@ asset.export("ToggleDwarfPlanetTrails", ToggleDwarfPlanetTrails.Identifier)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Actions - Toggle Dwarf Planet Trails",
|
||||
Version = "1.0",
|
||||
Description = "Asset providing actions to toggle all dwarf planet trails on and off",
|
||||
Author = "OpenSpace Team",
|
||||
URL = "http://openspaceproject.com",
|
||||
|
||||
@@ -27,7 +27,6 @@ asset.export("ToggleMinorMoonTrails", ToggleMinorMoonTrails.Identifier)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Actions - Toggle Minor Moon Trails",
|
||||
Version = "1.0",
|
||||
Description = "Asset providing actions to toggle all minor moon trails on and off",
|
||||
Author = "OpenSpace Team",
|
||||
URL = "http://openspaceproject.com",
|
||||
|
||||
@@ -114,7 +114,6 @@ asset.export("ShowTrail", ShowTrail.Identifier)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Actions - Toggle current Trails",
|
||||
Version = "1.0",
|
||||
Description = "Asset providing actions to toggle trails",
|
||||
Author = "OpenSpace Team",
|
||||
URL = "http://openspaceproject.com",
|
||||
|
||||
@@ -106,7 +106,6 @@ end)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Customization - GlobeBrowsing",
|
||||
Version = "1.0",
|
||||
Description = [[This asset adds planetary images that can be downloaded separately
|
||||
and placed in the OpenSpaceData folder]],
|
||||
Author = "OpenSpace Team",
|
||||
|
||||
@@ -10,7 +10,6 @@ asset.export("webguiDevelopmentMode", false)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Customization - User Interface",
|
||||
Version = "1.0",
|
||||
Description = "This asset is used by developers working on the GUI",
|
||||
Author = "OpenSpace Team",
|
||||
URL = "http://openspaceproject.com",
|
||||
|
||||
@@ -19,7 +19,6 @@ asset.export(Item)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Dashboard - Date",
|
||||
Version = "1.0",
|
||||
Description = "This asset provides a Date dashboard item",
|
||||
Author = "OpenSpace Team",
|
||||
URL = "http://openspaceproject.com",
|
||||
|
||||
@@ -9,7 +9,6 @@ asset.require("./globelocation")
|
||||
|
||||
asset.meta = {
|
||||
Name = "Dashboard - Default Items",
|
||||
Version = "1.0",
|
||||
Description = "This asset provides the default items for the dashboard",
|
||||
Author = "OpenSpace Team",
|
||||
URL = "http://openspaceproject.com",
|
||||
|
||||
@@ -19,7 +19,6 @@ asset.export(Item)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Dashboard - Distance",
|
||||
Version = "1.0",
|
||||
Description = "This asset provides a Distance dashboard item",
|
||||
Author = "OpenSpace Team",
|
||||
URL = "http://openspaceproject.com",
|
||||
|
||||
@@ -19,7 +19,6 @@ asset.export(Item)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Dashboard - Framerate",
|
||||
Version = "1.0",
|
||||
Description = "This asset provides a Framerate dashboard item",
|
||||
Author = "OpenSpace Team",
|
||||
URL = "http://openspaceproject.com",
|
||||
|
||||
@@ -19,7 +19,6 @@ asset.export(Item)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Dashboard - GlobeLocation",
|
||||
Version = "1.0",
|
||||
Description = "This asset provides a GlobeLocation dashboard item",
|
||||
Author = "OpenSpace Team",
|
||||
URL = "http://openspaceproject.com",
|
||||
|
||||
@@ -19,7 +19,6 @@ asset.export(Item)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Dashboard - ParallelConnection",
|
||||
Version = "1.0",
|
||||
Description = "This asset provides a ParallelConnection dashboard item",
|
||||
Author = "OpenSpace Team",
|
||||
URL = "http://openspaceproject.com",
|
||||
|
||||
@@ -19,7 +19,6 @@ asset.export(Item)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Dashboard - Simulation Increment",
|
||||
Version = "1.0",
|
||||
Description = [[This asset provides a dashboard item that shows the simulation
|
||||
increment, meaning how fast the in-game time progresses relative to the wall-clock]],
|
||||
Author = "OpenSpace Team",
|
||||
|
||||
@@ -20,7 +20,6 @@ asset.export(Item)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Dashboard - Velocity",
|
||||
Version = "1.0",
|
||||
Description = "This asset provides a dashboard item that shows the camera's velocity",
|
||||
Author = "OpenSpace Team",
|
||||
URL = "http://openspaceproject.com",
|
||||
|
||||
@@ -70,7 +70,6 @@ asset.export("FadeoutCyclesAction", FadeoutCyclesAction.Identifier)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Epicycle",
|
||||
Version = "1.0",
|
||||
Description = [[This asset includes the trails of the planets from earth.
|
||||
In addition, it provides some actions for manipulating them.]],
|
||||
Author = "OpenSpace Team",
|
||||
|
||||
@@ -89,7 +89,6 @@ asset.export("ResetPositionAction", ResetPositionAction.Identifier)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Scale Model - Arc de Triomphe",
|
||||
Version = "1.0",
|
||||
Description = [[A 1:1 scale model of the Arc de Triomphe. Per default it is placed at
|
||||
its actual position in Paris, France. But the asset also includes actions to move it
|
||||
to a position under the camera, or back to its original position.]],
|
||||
|
||||
@@ -90,7 +90,6 @@ asset.export("ResetPositionAction", ResetPositionAction.Identifier)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Scale Model - Big Ben",
|
||||
Version = "1.0",
|
||||
Description = [[A 1:1 scale model of the Big Ben. Per default it is placed at its
|
||||
actual position in London, England. But the asset also includes actions to move
|
||||
it to a position under the camera, or back to its original position.]],
|
||||
|
||||
@@ -90,7 +90,6 @@ asset.export("ResetPositionAction", ResetPositionAction.Identifier)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Scale Model - Burj Khalifa",
|
||||
Version = "1.0",
|
||||
Description = [[A 1:1 scale model of the Burj Khalifa. Per default it is placed at its
|
||||
actual position in Dubai. But the asset also includes actions to move it to a
|
||||
position under the camera, or back to its original position.]],
|
||||
|
||||
@@ -94,7 +94,6 @@ asset.export("ResetPositionAction", ResetPositionAction.Identifier)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Scale Model - Eiffel Tower",
|
||||
Version = "1.0",
|
||||
Description = [[A 1:1 scale model of the Eiffel Tower. Per default it is placed at
|
||||
its actual position in Paris, France. But the asset also includes actions to move it
|
||||
to a position under the camera, or back to its original position.]],
|
||||
|
||||
@@ -94,7 +94,6 @@ asset.export("ResetPositionAction", ResetPositionAction.Identifier)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Scale Model - Empire State Building",
|
||||
Version = "1.0",
|
||||
Description = [[A 1:1 scale model of the Empire State Building. Per default it is
|
||||
placed at its actual position in New York City. But the asset also includes actions
|
||||
to move it to a position under the camera, or back to its original position.]],
|
||||
|
||||
@@ -94,7 +94,6 @@ asset.export("ResetPositionAction", ResetPositionAction.Identifier)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Scale Model - Gateway Arch",
|
||||
Version = "1.0",
|
||||
Description = [[A 1:1 scale model of the Gateway Arch. Per default it is placed at its
|
||||
actual position in Saint Louis, Missouri. But the asset also includes actions to move
|
||||
it to a position under the camera, or back to its original position.]],
|
||||
|
||||
@@ -94,7 +94,6 @@ asset.export("ResetPositionAction", ResetPositionAction.Identifier)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Scale Model - Golden Gate Bridge",
|
||||
Version = "1.0",
|
||||
Description = [[A 1:1 scale model of the Golden Gate Bridge. Per default it is placed
|
||||
at its actual position in San Fransisco. But the asset also includes actions to move
|
||||
it to a position under the camera, or back to its original position.]],
|
||||
|
||||
@@ -88,7 +88,6 @@ asset.export("ResetPositionAction", ResetPositionAction.Identifier)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Scale Model - Kuala Lumpur Tower",
|
||||
Version = "1.0",
|
||||
Description = [[A 1:1 scale model of the Kuala Lumpur Tower. Per default it is placed
|
||||
at its actual position in Kuala Lumpur, Malaysia. But the asset also includes actions
|
||||
to move it to a position under the camera, or back to its original position.]],
|
||||
|
||||
@@ -92,7 +92,6 @@ asset.export("ResetPositionAction", ResetPositionAction.Identifier)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Scale Model - Rose Bowl Stadium",
|
||||
Version = "1.0",
|
||||
Description = [[A 1:1 scale model of the Rose Bowl Stadium. Per default it is placed
|
||||
at its actual position in Pasadena, California. But the asset also includes actions
|
||||
to move it to a position under the camera, or back to its original position.]],
|
||||
|
||||
@@ -89,7 +89,6 @@ asset.export("ResetPositionAction", ResetPositionAction.Identifier)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Scale Model - Eiffel Tower",
|
||||
Version = "1.0",
|
||||
Description = [[A 1:1 scale model of a US school bus, with actions to move
|
||||
it to a position under the camera, or back to its start position.]],
|
||||
Author = "OpenSpace Team",
|
||||
|
||||
@@ -89,7 +89,6 @@ asset.export("ResetPositionAction", ResetPositionAction.Identifier)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Scale Model - Eiffel Tower",
|
||||
Version = "1.0",
|
||||
Description = [[A 1:1 scale model of a human scientist, with actions to move
|
||||
it to a position under the camera, or back to its start position.]],
|
||||
Author = "OpenSpace Team",
|
||||
|
||||
@@ -90,7 +90,6 @@ asset.export("ResetPositionAction", ResetPositionAction.Identifier)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Scale Model - Statue of Liberty",
|
||||
Version = "1.0",
|
||||
Description = [[A 1:1 scale model of the Statue of Liberty. Per default it is
|
||||
placed at its actual position on Liberty Island in New York City. But the asset
|
||||
also includes actions to move it to a position under the camera, or back to its
|
||||
|
||||
@@ -61,7 +61,6 @@ asset.export("ToggleSun", ToggleSun.Identifier)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Actions - Toggle current Trails",
|
||||
Version = "1.0",
|
||||
Description = "Asset providing actions to toggle trails",
|
||||
Author = "OpenSpace Team",
|
||||
URL = "http://openspaceproject.com",
|
||||
|
||||
@@ -176,7 +176,6 @@ asset.export(AnimationBounce)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Animation Example asset",
|
||||
Version = "1.0",
|
||||
Description = "Simple animation example asset with an animated box model",
|
||||
Author = "OpenSpace Team",
|
||||
URL = "http://openspaceproject.com",
|
||||
@@ -187,7 +186,6 @@ asset.meta = {
|
||||
-- @TODO: At the moment, this overwrites the previous meta description. Probably needs a way to specify multiple meta's per file?
|
||||
asset.meta = {
|
||||
Name = "Animated Box Model",
|
||||
Version = "1.0",
|
||||
Description = "Simple animated box model",
|
||||
Author = "Cesium, https://cesium.com/",
|
||||
URL = "https://github.com/KhronosGroup/glTF-Sample-Models/tree/master/2.0/BoxAnimated",
|
||||
|
||||
@@ -188,7 +188,6 @@ asset.export(InputState)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Dashboard Items Example",
|
||||
Version = "1.0",
|
||||
Description = [[Examples of different types of dashboard items. These are dynamic
|
||||
information texts that will be shown over the rendering (per default in the top
|
||||
left corner, on flat screens).]],
|
||||
|
||||
@@ -123,7 +123,6 @@ asset.export(SolarSystemBarycenterAxes)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Debug Coordinates",
|
||||
Version = "1.0",
|
||||
Description = [[A set of coordinate axes demonstrating different XYZ coordinate
|
||||
reference frames that are useful for debugging, such as the Earth or Solar
|
||||
System Barycenter.]],
|
||||
|
||||
@@ -55,7 +55,6 @@ asset.export(FullEllipticDisc)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Example Discs",
|
||||
Version = "1.0",
|
||||
Description = [[Examples of different types of rendered discs.]],
|
||||
Author = "OpenSpace Team",
|
||||
URL = "http://openspaceproject.com",
|
||||
|
||||
@@ -67,7 +67,6 @@ asset.export(MilkyWayVolume)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Milky Way Volume",
|
||||
Version = "1.1",
|
||||
Description = [[Volumetric rendering of Milky Way galaxy based on simulations from "
|
||||
"NAOJ with a custom shader]],
|
||||
Author = "OpenSpace Team",
|
||||
|
||||
@@ -43,7 +43,6 @@ asset.export(ExamplePolygon)
|
||||
|
||||
asset.meta = {
|
||||
Name = "GeoJson Example - Extruded and Shaded Polygon",
|
||||
Version = "1.0",
|
||||
Description = [[GeoJson example asset demonstrating how to apply shading from light
|
||||
sources on polygons]],
|
||||
Author = "OpenSpace Team",
|
||||
|
||||
@@ -35,7 +35,6 @@ asset.export(ExampleLines)
|
||||
|
||||
asset.meta = {
|
||||
Name = "GeoJson Example - Lines",
|
||||
Version = "1.0",
|
||||
Description = [[GeoJson example asset with lines]],
|
||||
Author = "OpenSpace Team",
|
||||
URL = "http://openspaceproject.com",
|
||||
|
||||
@@ -53,7 +53,6 @@ asset.export(ExamplePolygonDiffHeights)
|
||||
|
||||
asset.meta = {
|
||||
Name = "GeoJson Example - Multiple Polygons",
|
||||
Version = "1.0",
|
||||
Description = [[GeoJson example asset with multiple polygons]],
|
||||
Author = "OpenSpace Team",
|
||||
URL = "http://openspaceproject.com",
|
||||
|
||||
@@ -35,7 +35,6 @@ asset.export(ExamplePoints)
|
||||
|
||||
asset.meta = {
|
||||
Name = "GeoJson Example - Points",
|
||||
Version = "1.0",
|
||||
Description = [[GeoJson example asset with points that are facing the camera
|
||||
(default)]],
|
||||
Author = "OpenSpace Team",
|
||||
|
||||
@@ -36,7 +36,6 @@ asset.export(ExamplePoints)
|
||||
|
||||
asset.meta = {
|
||||
Name = "GeoJson Example - Outfacing Points",
|
||||
Version = "1.0",
|
||||
Description = [[GeoJson example asset with point that are aligned to "stick out" of
|
||||
the globe, i.e. face out of the planet]],
|
||||
Author = "OpenSpace Team",
|
||||
|
||||
@@ -35,7 +35,6 @@ asset.export(ExampleHoles)
|
||||
|
||||
asset.meta = {
|
||||
Name = "GeoJson Example - Polygon with holes",
|
||||
Version = "1.0",
|
||||
Description = [[GeoJson example asset with polygon that has holes in it]],
|
||||
Author = "OpenSpace Team",
|
||||
URL = "http://openspaceproject.com",
|
||||
|
||||
@@ -36,7 +36,6 @@ asset.export(ExampleRoverPath)
|
||||
|
||||
asset.meta = {
|
||||
Name = "GeoJson Example - Rover path",
|
||||
Version = "1.0",
|
||||
Description = [[GeoJson example asset that renderes a snapshot of the path of the
|
||||
Perseverance Rover on Mars. Data from: https://mars.nasa.gov/mars2020/mission/where-is-the-rover/]],
|
||||
Author = "OpenSpace Team",
|
||||
|
||||
@@ -37,7 +37,6 @@ asset.export(ExampleToronto)
|
||||
|
||||
asset.meta = {
|
||||
Name = "GeoJson Example - Toronto neighborhoods",
|
||||
Version = "1.0",
|
||||
Description = [[GeoJson example asset that shows the neighborhoods of the city Toronto,
|
||||
Canada, as polygons. Data source: https://handsondataviz.org/geojsonio.html]],
|
||||
Author = "OpenSpace Team",
|
||||
|
||||
@@ -60,7 +60,6 @@ asset.export(ExampleGlobeRotation)
|
||||
|
||||
asset.meta = {
|
||||
Name = "GlobeRotation Example",
|
||||
Version = "1.0",
|
||||
Description = [[An example that demonstrates how to load a 3D model from a geometry
|
||||
file, placing it on a planetary surface and rotate it to align with the surface
|
||||
normal using a "GlobeRotation" transform. Note that "GlobeTranslation" is needed to
|
||||
|
||||
@@ -78,7 +78,6 @@ asset.export(ExampleAdaptiveHeight)
|
||||
|
||||
asset.meta = {
|
||||
Name = "GlobeTranslation Example",
|
||||
Version = "1.0",
|
||||
Description = [[An example that demonstrates how to place an object on a planet surface
|
||||
using the "GlobeTranslation" transform. For the altitude, a fixed height can be used,
|
||||
or the height can be queried from the height map]],
|
||||
|
||||
@@ -115,7 +115,6 @@ asset.export(BoxGrid)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Example Grids",
|
||||
Version = "1.0",
|
||||
Description = [[Examples of different types of rendered grids.]],
|
||||
Author = "OpenSpace Team",
|
||||
URL = "http://openspaceproject.com",
|
||||
|
||||
@@ -98,7 +98,6 @@ end)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Joystick example",
|
||||
Version = "1.0",
|
||||
Description = [[Example asset that binds a joystick to use for input and navigation.
|
||||
More info on the OpenSpace wiki page.]],
|
||||
Author = "OpenSpace Team",
|
||||
|
||||
@@ -34,7 +34,6 @@ asset.export(RenderableNodeLineExample)
|
||||
|
||||
asset.meta = {
|
||||
Name = "RenderableNodeLine Example asset",
|
||||
Version = "1.0",
|
||||
Description = [[Example of a RenderableNodeLine, that can be used to draw an line
|
||||
between two scene graph nodes.]],
|
||||
Author = "OpenSpace Team",
|
||||
|
||||
@@ -61,7 +61,6 @@ asset.export(Ellipse)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Primitives Example",
|
||||
Version = "1.0",
|
||||
Description = [[Examples of different simple rendered primitives, such as circles
|
||||
and ellipses.]],
|
||||
Author = "OpenSpace Team",
|
||||
|
||||
@@ -19,7 +19,6 @@ asset.export(Browser)
|
||||
|
||||
asset.meta = {
|
||||
Name = "ScreenSpaceBrowser Example",
|
||||
Version = "1.0",
|
||||
Description = [[Example of how to load and show a webpage in the rendering. The loaded
|
||||
webpage is shown in screen space.]],
|
||||
Author = "OpenSpace Team",
|
||||
|
||||
@@ -53,7 +53,6 @@ end
|
||||
|
||||
asset.meta = {
|
||||
Name = "Spheres Example",
|
||||
Version = "1.0",
|
||||
Description = [[Example showing how to render textured spheres in 3D space. Some
|
||||
coding logic is used to generate 9 spheres with different size and position.]],
|
||||
Author = "OpenSpace Team",
|
||||
|
||||
@@ -75,7 +75,6 @@ end)
|
||||
|
||||
asset.meta = {
|
||||
Name = "State Machine",
|
||||
Version = "1.0",
|
||||
Description = [[Example of how to create a state machine in OpenSpace, where each
|
||||
state and transition between states may trigger different behaviors.]],
|
||||
Author = "OpenSpace Team",
|
||||
|
||||
@@ -61,7 +61,6 @@ asset.export("Folder", LayerFolder)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Climate Earth Layers",
|
||||
Version = "1.0",
|
||||
Description = "ERA5 data",
|
||||
Author = "OpenSpace Team",
|
||||
URL = "http://openspaceproject.com",
|
||||
|
||||
@@ -69,7 +69,6 @@ asset.resource({
|
||||
|
||||
asset.meta = {
|
||||
Name = "UrlSynchronization",
|
||||
Version = "1.0",
|
||||
Description = [[Example showing how to load resources (any type of data file) from
|
||||
online sources, using the UrlSynchronization resource type. These can then be used
|
||||
in other assets. See more information on resources on the OpenSpace wiki page.
|
||||
|
||||
@@ -28,7 +28,6 @@ asset.export("layer", Layer)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Video Player on Globe Example",
|
||||
Version = "1.0",
|
||||
Description = "An example asset that shows how to include a video on Earth.",
|
||||
Author = "OpenSpace Team",
|
||||
URL = "https://openspaceproject.com",
|
||||
|
||||
@@ -41,7 +41,6 @@ asset.export(Plane)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Video Plane Example",
|
||||
Version = "1.0",
|
||||
Description = "An example asset that shows how to include a video on a plane.",
|
||||
Author = "OpenSpace Team",
|
||||
URL = "https://openspaceproject.com",
|
||||
|
||||
@@ -23,7 +23,6 @@ asset.export(ScreenSpace)
|
||||
|
||||
asset.meta = {
|
||||
Name = "ScreenSpace Video Example",
|
||||
Version = "1.0",
|
||||
Description = "An example asset that shows how to include a video in screen space.",
|
||||
Author = "OpenSpace Team",
|
||||
URL = "https://openspaceproject.com",
|
||||
|
||||
@@ -31,7 +31,6 @@ asset.export(Sphere)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Video Player on Sphere Example",
|
||||
Version = "1.0",
|
||||
Description = "An example asset that shows how to include a video on a sphere.",
|
||||
Author = "OpenSpace Team",
|
||||
URL = "https://openspaceproject.com",
|
||||
|
||||
@@ -32,7 +32,6 @@ asset.export(Layer)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Stretched Video Example",
|
||||
Version = "1.0",
|
||||
Description = "This is a video mapped to the simulation time in OpenSpace.",
|
||||
Author = "OpenSpace Team",
|
||||
URL = "https://openspaceproject.com",
|
||||
|
||||
@@ -10,7 +10,6 @@ end)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Exoplanet Default Settings",
|
||||
Version = "1.0",
|
||||
Description = "Some default settings related to the exoplanet module",
|
||||
Author = "OpenSpace Team",
|
||||
URL = "http://openspaceproject.com",
|
||||
|
||||
@@ -33,7 +33,6 @@ asset.export("DataPath", dataPath)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Exoplanet Data",
|
||||
Version = "6.0",
|
||||
Description = [[The data that is used for the exoplanet systems. The data has been
|
||||
derived from the 'Planetary Systems Composite Data' dataset from the NASA Exoplanet
|
||||
Archive.]],
|
||||
|
||||
@@ -62,7 +62,6 @@ asset.export("TexturesPath", texturesPath)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Exoplanet Textures",
|
||||
Version = "2.0",
|
||||
Description = [[Adds all textures that are required for the exoplanet system
|
||||
visualizations]],
|
||||
Author = "OpenSpace Team",
|
||||
|
||||
@@ -8,7 +8,6 @@ end)
|
||||
|
||||
asset.meta = {
|
||||
Name = "SkyBrowser Module Default Settings",
|
||||
Version = "1.0",
|
||||
Description = "Some default settings related to the SkyBrowser module",
|
||||
Author = "OpenSpace Team",
|
||||
URL = "http://openspaceproject.com",
|
||||
|
||||
@@ -44,7 +44,6 @@ asset.export(circle)
|
||||
|
||||
asset.meta = {
|
||||
Name = "SkyBrowser Hover Circle",
|
||||
Version = "1.0",
|
||||
Description = [[Includes a circular marker that shows the position on the night sky
|
||||
of the object hovered in the sky browser UI]],
|
||||
Author = "OpenSpace Team",
|
||||
|
||||
@@ -18,7 +18,6 @@ end)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Touch Module Default Settings",
|
||||
Version = "1.0",
|
||||
Description = "Some default settings related to the touch module",
|
||||
Author = "OpenSpace Team",
|
||||
URL = "http://openspaceproject.com",
|
||||
|
||||
@@ -128,7 +128,6 @@ asset.export("ToggleAltaz", ToggleAltaz.Identifier)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Altitude/Azimuth Grid",
|
||||
Version = "1.0",
|
||||
Description = [[A local Altitude/Azimuth grid centered around your position on a
|
||||
planetary surface. The asset also includes some actions to toggle, hide or
|
||||
show the grid.]],
|
||||
|
||||
@@ -160,7 +160,6 @@ asset.export("HideNesw", HideNesw.Identifier)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Cardinal Directions",
|
||||
Version = "1.0",
|
||||
Description = [[Adds a sphere showing the cardinal directions, that follows the camera
|
||||
around when navigating on the planet surface. It also includes actions to change the
|
||||
texture of the sphere to different styles.
|
||||
|
||||
@@ -164,7 +164,6 @@ asset.export("ToggleEclipticBand", ToggleEclipticBand.Identifier)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Ecliptic Band/Line",
|
||||
Version = "1.0",
|
||||
Description = [[A line and band representation of the Ecliptic plane, including actions
|
||||
to toggle, hide and show each of them.]],
|
||||
Author = "OpenSpace Team",
|
||||
|
||||
@@ -92,7 +92,6 @@ asset.export("ToggleEquatorialLine", ToggleEquatorialLine.Identifier)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Equatorial Line",
|
||||
Version = "1.0",
|
||||
Description = [[A line representation of the Equatorial plane, including actions
|
||||
to toggle, hide and show it.]],
|
||||
Author = "OpenSpace Team",
|
||||
|
||||
@@ -78,7 +78,6 @@ asset.export("HideGalacticBand", HideGalacticBand.Identifier)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Galactic Line",
|
||||
Version = "1.0",
|
||||
Description = [[A line representation of the Galactic Equator plane, including actions
|
||||
to toggle, hide and show it.]],
|
||||
Author = "OpenSpace Team",
|
||||
|
||||
@@ -257,7 +257,6 @@ asset.export("UndoLightPollution", UndoLightPollution.Identifier)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Light Pollution",
|
||||
Version = "1.0",
|
||||
Description = [[Includes a sphere used to simulate the effect of light pollution on
|
||||
the night sky, and actions to set the desired level of pollution (with a scale
|
||||
from 1-9).]],
|
||||
|
||||
@@ -123,7 +123,6 @@ asset.export("ToggleMeridian", ToggleMeridian.Identifier)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Meridian",
|
||||
Version = "1.0",
|
||||
Description = [[A line representation of the Local Meridian, including actions
|
||||
to toggle, hide and show it.]],
|
||||
Author = "OpenSpace Team",
|
||||
|
||||
@@ -13,7 +13,6 @@ asset.require("actions/nightsky/daytime", false)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Night Sky Assets",
|
||||
Version = "1.0",
|
||||
Description = [[A collection of assets useful for studying the night sky.]],
|
||||
Author = "OpenSpace Team",
|
||||
URL = "http://openspaceproject.com",
|
||||
|
||||
@@ -210,7 +210,6 @@ asset.export("ToggleNightSkyPlanets", ToggleNightSkyPlanets.Identifier)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Night Sky Planets",
|
||||
Version = "1.0",
|
||||
Description = [[A collection of night sky versions of the planets Mercury, Venus,
|
||||
Mars, Jupiter and Saturn, including actions to toggle, hide and show them.]],
|
||||
Author = "OpenSpace Team",
|
||||
|
||||
@@ -131,7 +131,6 @@ asset.export("ToggleZenith", ToggleZenith.Identifier)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Zenith",
|
||||
Version = "1.0",
|
||||
Description = [[A dot representation of the Local Zenith (based on the current
|
||||
camera positon), including actions to toggle, hide and show it.]],
|
||||
Author = "OpenSpace Team",
|
||||
|
||||
@@ -73,7 +73,6 @@ asset.export(Object)
|
||||
|
||||
asset.meta = {
|
||||
Name = "2dF Galaxies",
|
||||
Version = "3.0",
|
||||
Description = "Digital Universe asset for the The Two-degree Field (2dF) Survey",
|
||||
Author = "Brian Abbott (AMNH), Eric Gawiser (Rutgers U)",
|
||||
URL = "https://www.amnh.org/research/hayden-planetarium/digital-universe",
|
||||
|
||||
@@ -68,7 +68,6 @@ asset.export(Object)
|
||||
|
||||
asset.meta = {
|
||||
Name = "2MASS Galaxies",
|
||||
Version = "2.0",
|
||||
Description = "Digital Universe asset for the Two Micron All-Sky Survey (2MASS) survey",
|
||||
Author = "Brian Abbott (AMNH)",
|
||||
URL = "https://www.amnh.org/research/hayden-planetarium/digital-universe",
|
||||
|
||||
@@ -72,7 +72,6 @@ asset.export(Object)
|
||||
|
||||
asset.meta = {
|
||||
Name = "6dF Galaxies",
|
||||
Version = "3.0",
|
||||
Description = "Digital Universe asset for The Six-degree Field (6dF) Galaxy Survey",
|
||||
Author = "Brian Abbott (AMNH)",
|
||||
URL = "https://www.amnh.org/research/hayden-planetarium/digital-universe",
|
||||
|
||||
@@ -84,7 +84,6 @@ asset.export(Object)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Abell Galaxy Clusters",
|
||||
Version = "3.0",
|
||||
Description = "Digital Universe asset for The Abell catalog",
|
||||
Author = "Stuart Levy (NCSA/UIUC), Brian Abbott (AMNH)",
|
||||
URL = "https://www.amnh.org/research/hayden-planetarium/digital-universe",
|
||||
|
||||
@@ -50,7 +50,6 @@ asset.export(Object)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Stars Labels - Alternate",
|
||||
Version = "2.0",
|
||||
Description = "Digital Universe asset for alternate start labels",
|
||||
Author = "Brian Abbott (AMNH)",
|
||||
URL = "https://www.amnh.org/research/hayden-planetarium/digital-universe",
|
||||
|
||||
@@ -139,7 +139,6 @@ asset.export(HAlpha)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Background Radiation",
|
||||
Version = "2.1",
|
||||
Description = [[Various AllSky images for the Milky Way and observable Universe.
|
||||
Included: Wilkinson Microwave Anisotropy Probe (WMAP), Cosmic Background Explorer,
|
||||
Planck, and H Alpha <br><br> Data Reference: Planck/ESA and the Planck
|
||||
|
||||
@@ -146,7 +146,6 @@ asset.export(PlanckMultiverse4)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Multiverse Background Radiation",
|
||||
Version = "2.1",
|
||||
Description = [[Non-physical representation of the location of hypothetical cosmic
|
||||
microwave background radiation images how they would be observed from other locations
|
||||
in the universe. <br> This is not a measured dataset]],
|
||||
|
||||
@@ -57,7 +57,6 @@ asset.export(Object)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Galaxy Clusters Labels",
|
||||
Version = "2.0",
|
||||
Description = "Digital Universe asset for Galaxy Clusters",
|
||||
Author = "Brian Abbott (AMNH)",
|
||||
URL = "https://www.amnh.org/research/hayden-planetarium/digital-universe",
|
||||
|
||||
@@ -57,7 +57,6 @@ asset.export(Object)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Constellation Bounds",
|
||||
Version = "1.2",
|
||||
Description = [[DU asset providing a Spherical mesh dividing the sky into regions that
|
||||
fit the constellations]],
|
||||
Author = "Brian Abbott (AMNH)",
|
||||
|
||||
@@ -164,7 +164,6 @@ asset.export("ShowZodiacs", ShowZodiacs.Identifier)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Constellations",
|
||||
Version = "1.3",
|
||||
Description = "Digital Universe asset for constellation lines",
|
||||
Author = "Brian Abbott (AMNH)",
|
||||
URL = "https://www.amnh.org/research/hayden-planetarium/digital-universe",
|
||||
|
||||
@@ -119,7 +119,6 @@ asset.export(DeepSkyObjectsImages)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Deep Sky Objects Images",
|
||||
Version = "3.0",
|
||||
Description = "Digital Universe asset for Deep Sky Objects and their Images",
|
||||
Author = "Nate Greenstein, Matt Everhart, Brian Abbott (AMNH)",
|
||||
URL = "https://www.amnh.org/research/hayden-planetarium/digital-universe",
|
||||
|
||||
@@ -39,7 +39,6 @@ asset.require("./voids")
|
||||
|
||||
asset.meta = {
|
||||
Name = "Digital Universe",
|
||||
Version = "1.0",
|
||||
Description = [[This asset is a meta asset, containing all the assets from the AMNH
|
||||
Digital Universe]],
|
||||
Author = "Brian Abbott (AMNH)",
|
||||
|
||||
@@ -84,7 +84,6 @@ asset.export(Object)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Brown Dwarfs",
|
||||
Version = "3.0",
|
||||
Description = "Digital Universe asset for Brown Dwarfs",
|
||||
Author = "Brian Abbott (AMNH)",
|
||||
URL = "https://www.amnh.org/research/hayden-planetarium/digital-universe",
|
||||
|
||||
@@ -65,7 +65,6 @@ asset.export(Object)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Exoplanets",
|
||||
Version = "2.0",
|
||||
Description = "Digital Universe asset for Exoplanets",
|
||||
Author = "Brian Abbott (AMNH)",
|
||||
URL = "https://www.amnh.org/research/hayden-planetarium/digital-universe",
|
||||
|
||||
@@ -64,7 +64,6 @@ asset.export(Object)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Planetary Candidates",
|
||||
Version = "3.0",
|
||||
Description = "Digital Universe asset for Planetary Candidates",
|
||||
Author = "Brian Abbott, Emily Rice, and Jason No (AMNH)",
|
||||
URL = "https://www.amnh.org/research/hayden-planetarium/digital-universe",
|
||||
|
||||
@@ -72,7 +72,6 @@ asset.export(Object)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Globular Clusters",
|
||||
Version = "3.0",
|
||||
Description = [[Census: 157 globular clusters. DU Version 2.6. Globular star clusters
|
||||
are gravitationally bound groups of 100,000 to 1 million stars. They are compact,
|
||||
spherical "balls" of stars with very high stellar densities in their centers (stars
|
||||
|
||||
@@ -696,7 +696,6 @@ asset.export(Plane20Gly)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Grids",
|
||||
Version = "3.0",
|
||||
Description = [[Various grids for showing size reference. Included: 10,000 light year
|
||||
grid, 10 light year grid, 20 billion light year grid, 10 million light year grid,
|
||||
100 light year grid, 100 million light year grid, Ecliptic Coordinate Sphere
|
||||
|
||||
@@ -56,7 +56,6 @@ asset.export(Object)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Galaxy Group Labels",
|
||||
Version = "2.0",
|
||||
Author = "Brian Abbott (AMNH)",
|
||||
Description = "Digital Universe asset for Galaxy Groups",
|
||||
URL = "https://www.amnh.org/research/hayden-planetarium/digital-universe",
|
||||
|
||||
@@ -70,7 +70,6 @@ asset.export(Object)
|
||||
|
||||
asset.meta = {
|
||||
Name = "HII Regions",
|
||||
Version = "2.0",
|
||||
Description = "Digital Universe asset for HII Regions",
|
||||
Author = "Carter Emmart, Brian Abbott (AMNH)",
|
||||
URL = "https://www.amnh.org/research/hayden-planetarium/digital-universe",
|
||||
|
||||
@@ -69,7 +69,6 @@ asset.export(Object)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Hubble Ultra Deep Field",
|
||||
Version = "2.0",
|
||||
Description = "Hubble Ultra Deep Field galaxy survey",
|
||||
Author = "Frank Summers (STScI), Brian Abbott (AMNH)",
|
||||
URL = "http://www.haydenplanetarium.org/universe",
|
||||
|
||||
@@ -76,7 +76,6 @@ asset.export(Object)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Local Group",
|
||||
Version = "3.0",
|
||||
Description = "Digital Universe asset for the Local Goup",
|
||||
Author = "Brian Abbott (AMNH)",
|
||||
URL = "https://www.amnh.org/research/hayden-planetarium/digital-universe",
|
||||
|
||||
@@ -66,7 +66,6 @@ asset.export(Object)
|
||||
|
||||
asset.meta = {
|
||||
Name = "MilkyWay Galaxy",
|
||||
Version = "3.0",
|
||||
Description = [[Digital Universe asset containt 2D image of the MilkyWay. For
|
||||
extragalactic viewing]],
|
||||
Author = "Brian Abbott, Carter Emmart (AMNH)",
|
||||
|
||||
@@ -64,7 +64,6 @@ asset.export(Object)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Milky Way Arms Labels",
|
||||
Version = "2.0",
|
||||
Description = "Image with arm labels for the Milky Way galaxy",
|
||||
Author = "Brian Abbott (AMNH)",
|
||||
URL = "https://www.amnh.org/research/hayden-planetarium/digital-universe",
|
||||
|
||||
@@ -50,7 +50,6 @@ asset.export(HomeLabel)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Home Label",
|
||||
Version = "2.0",
|
||||
Description = "Label for the Milky Way titled 'Home', sided for the galactic level",
|
||||
Author = "OpenSpace Team",
|
||||
URL = "http://openspaceproject.com",
|
||||
|
||||
@@ -50,7 +50,6 @@ asset.export(Sphere)
|
||||
|
||||
asset.meta = {
|
||||
Name = "Milky Way Galaxy Sphere",
|
||||
Version = "2.1",
|
||||
Description = "All sky image of the Milky Way",
|
||||
Author = "OpenSpace Team",
|
||||
URL = "http://openspaceproject.com",
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user