Update JWST animation

This commit is contained in:
Malin E
2021-09-14 11:51:03 +02:00
parent a39d18c752
commit a61afa6404
2 changed files with 4 additions and 4 deletions
@@ -23,7 +23,7 @@ local model = asset.syncedResource({
Name = "JWST Model",
Type = "HttpSynchronization",
Identifier = "jwst_model",
Version = 2
Version = 3
})
local band = asset.syncedResource({
@@ -111,7 +111,7 @@ local JWSTModel = {
},
Renderable = {
Type = "RenderableModel",
GeometryFile = model .. "/jwst_2fps_2556000.osmodel",
GeometryFile = model .. "/jwst_anim74_2fps_2018_nb.osmodel",
ModelScale = 0.0328, -- First scale down with centimeters then scale up with feet
EnableAnimation = true,
AnimationStartTime = "2018 10 01 14:05:52",
@@ -239,7 +239,7 @@ local JWSTLaunchModel = {
},
Renderable = {
Type = "RenderableModel",
GeometryFile = model .. "/jwst_2fps_2556000.osmodel",
GeometryFile = model .. "/jwst_anim74_2fps_2018_nb.osmodel",
ModelScale = 0.0328, -- First scale down with centimeters then scale up with feet
EnableAnimation = true,
AnimationStartTime = "2018 10 01 14:05:52",
+1 -1
View File
@@ -40,7 +40,7 @@ namespace {
// executed instead
std::string time;
// The Lua script that will be executed when the specified time is passed
// The Lua script that will be executed when the specified time is passed
// independent of its direction. This script will be executed before the
// specific scripts if both versions are specified
std::optional<std::string> script;