Update assets to new properties

This commit is contained in:
Ylva Selling
2023-02-09 12:44:11 -05:00
parent c3d265c12b
commit 6935cc571f
2 changed files with 1 additions and 7 deletions

View File

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

View File

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