mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 11:09:37 -06:00
Update assets to new properties
This commit is contained in:
@@ -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]]
|
||||
|
||||
@@ -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]]
|
||||
|
||||
Reference in New Issue
Block a user