added more samples/tests and scripts

This commit is contained in:
turanszkij
2018-10-01 18:30:14 +01:00
parent 192ec7befd
commit 83dbec2e81
14 changed files with 276 additions and 2 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ runProcess(function()
-- Rotate teapot by parent transform:
local transform = scene.Component_GetTransform(parent);
transform.Rotate(Vector(0, 0.01, 0.001));
transform.Rotate(Vector(0, 0.01, 0));
fixedupdate(); -- wait for new frame