Show animation in example asset modelshader.asset

This commit is contained in:
Ylva Selling
2023-05-11 10:00:18 -04:00
parent 3c4c362683
commit fbf40a4d79

View File

@@ -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",