From 6935cc571f0e8f2e2246706ec9e4bdbae7a678a8 Mon Sep 17 00:00:00 2001 From: Ylva Selling Date: Thu, 9 Feb 2023 12:44:11 -0500 Subject: [PATCH] Update assets to new properties --- modules/globebrowsing/video.asset | 4 +--- modules/globebrowsing/video_loop.asset | 4 ---- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/modules/globebrowsing/video.asset b/modules/globebrowsing/video.asset index 62ab359af4..c13a463bb4 100644 --- a/modules/globebrowsing/video.asset +++ b/modules/globebrowsing/video.asset @@ -4,9 +4,7 @@ local layer = { StartTime = '2023 01 29 20:00:00', EndTime = '2023 01 29 21:00:00', Name = "Test Video", - AnimationMode = "MapToSimulationTime", - Duration = 41.0, - Resolution = { 2048, 1024 }, + PlaybackMode = "MapToSimulationTime", Enabled = asset.enabled, Type = "VideoTileLayer", Description = [[Testing video]] diff --git a/modules/globebrowsing/video_loop.asset b/modules/globebrowsing/video_loop.asset index 58c02d0454..bd86ce64c8 100644 --- a/modules/globebrowsing/video_loop.asset +++ b/modules/globebrowsing/video_loop.asset @@ -1,11 +1,7 @@ local layer = { Identifier = "TestVideoLoop", File = "C:/Users/ylvaselling/Documents/Work/Testmovies/black_carbon_sulfate.mp4", - StartTime = '2023 01 29 20:00:00', - EndTime = '2023 01 29 21:00:00', Name = "Test Video", - AnimationMode = "RealTimeLoop", - Resolution = { 2048, 1024 }, Enabled = asset.enabled, Type = "VideoTileLayer", Description = [[Testing video]]