Browse Source

Fix the Lua IK sample crash due to missing bindings.

Yao Wei Tjong 姚伟忠 8 years ago
parent
commit
11299ce86e
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Source/Urho3D/LuaScript/pkgs/IK/IKSolver.pkg

+ 3 - 0
Source/Urho3D/LuaScript/pkgs/IK/IKSolver.pkg

@@ -33,6 +33,9 @@ class IKSolver : public Component
     void ResetToInitialPose();
     void ResetToInitialPose();
     void UpdateInitialPose();
     void UpdateInitialPose();
 
 
+    void MarkSolverTreeDirty();
+    void DrawDebugGeometry(bool depthTest);
+
     tolua_property__get_set Algorithm algorithm;
     tolua_property__get_set Algorithm algorithm;
     tolua_property__get_set unsigned maximumIterations;
     tolua_property__get_set unsigned maximumIterations;
     tolua_property__get_set float tolerance;
     tolua_property__get_set float tolerance;