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]]