mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-07 04:00:37 -06:00
Show animation in example asset modelshader.asset
This commit is contained in:
@@ -27,6 +27,10 @@ local model = {
|
||||
PerformShading = true,
|
||||
VertexShader = asset.localResource("model_vs.glsl"),
|
||||
FragmentShader = asset.localResource("model_fs.glsl"),
|
||||
EnableAnimation = true,
|
||||
AnimationStartTime = "2023 05 11 00:00:00",
|
||||
AnimationTimeScale = "Second",
|
||||
AnimationMode = "LoopInfinitely",
|
||||
},
|
||||
GUI = {
|
||||
Name = "Model Shader",
|
||||
|
||||
Reference in New Issue
Block a user