general system refactors, updates

This commit is contained in:
turanszkij
2018-08-20 20:54:02 +01:00
parent 7a64dfbf85
commit a897ec4f75
46 changed files with 1066 additions and 1856 deletions
+7
View File
@@ -308,6 +308,13 @@ runProcess(function()
--intersection
DrawAxis(player.p,0.5)
-- Head bone
DrawAxis(player.skeleton.GetBone("testa").GetPosition(),1.0)
-- Left hand bone
DrawAxis(player.skeleton.GetBone("mano_L").GetPosition(),1.0)
-- Right hand bone
DrawAxis(player.skeleton.GetBone("mano_R").GetPosition(),1.0)
-- Wait for the engine to render the scene
render()