Jelajahi Sumber

Controller model example animates models;

bjorn 1 tahun lalu
induk
melakukan
c96764dbf8
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      examples/Interaction/Controller_Models/main.lua

+ 1 - 0
examples/Interaction/Controller_Models/main.lua

@@ -8,6 +8,7 @@ end
 function lovr.draw(pass)
   for hand, model in pairs(models) do
     if lovr.headset.isTracked(hand) then
+      lovr.headset.animate(model)
       pass:draw(model, mat4(lovr.headset.getPose(hand)))
     end
   end