add new model and "optimizations"

This commit is contained in:
MihailRis
2024-06-30 18:24:30 +03:00
parent 1ec5f0b170
commit df39a9a8f3
7 changed files with 123 additions and 28 deletions
+2 -2
View File
@@ -22,7 +22,7 @@ end
function on_update()
if inair then
tsf:set_rot(mat4.rotate(tsf:get_rot(), {0, 1, 0}, math.random()*12))
tsf:set_rot(mat4.rotate(tsf:get_rot(), {0, 0, 1}, math.random()*12))
tsf:set_rot(mat4.rotate(tsf:get_rot(), {0, 1, 0}, math.random()*4))
tsf:set_rot(mat4.rotate(tsf:get_rot(), {0, 0, 1}, math.random()*4))
end
end