Fix VideoTileLayer -> VideoTileProvider

This commit is contained in:
Alexander Bock
2023-12-04 19:53:10 +01:00
committed by Alexander Bock
parent 0cf0fe492b
commit f238bf8780
2 changed files with 3 additions and 3 deletions
@@ -1,4 +1,4 @@
-- To learn how you can include your own video, see the wiki
-- To learn how you can include your own video, see the wiki
-- http://wiki.openspaceproject.com/docs/builders/assets/resources.html
local earth = asset.require("scene/solarsystem/planets/earth/earth")
@@ -8,7 +8,7 @@ local earth = asset.require("scene/solarsystem/planets/earth/earth")
local Layer = {
Name = "Stretched Video Example",
Identifier = "StretchedVideoExample",
Type = "VideoTileLayer",
Type = "VideoTileProvider",
Video = asset.resource("examplevideo.mp4"),
StartTime = "2023 01 29 20:00:00",
EndTime = "2023 01 29 21:00:00",
@@ -15,7 +15,7 @@ local Layer = {
Video = data .. "/jupiter_movie_3600.mp4",
Name = "Jupiter Video",
Enabled = true,
Type = "VideoTileLayer"
Type = "VideoTileProvider"
}