2
0
Эх сурвалжийг харах

Fix the Lua IK sample crash due to missing bindings.

Yao Wei Tjong 姚伟忠 8 жил өмнө
parent
commit
11299ce86e

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

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