Hello Johny
Firstly Thank U so much for replying me when i was alot upset as evrything is new to me
first thing is i m using blink eye event i tried as u said adding IK file in XML and i guess i was correct at adding in tht
i m attaching a picture here so tht u can check if i added correctly the IK at its place in XML or not
kindly see pic "a" in my attached pictures ......
but i get an error
Quote:
XML Parsing Error inside file 'model_scene_file_name'.
Error: File not found
At line 0, column 0
On ur directions i tried using ik gaze function and i added ik files in xml u can see picture "c" and check if i m adding correctly on correct place
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
if (m_keys['L'])
{
float target_x = 0 + (1.0f/rand());
float target_y = 0 + (1.0f/rand());
float target_z = 0 + (1.0f/rand());
GameEngine::IK_gaze( m_characterID, target_x, target_y, target_z, true, true, true, 0 );
}
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
but it give me an error as follows
>DemoApp.obj : error LNK2001: unresolved external symbol __imp__IK_gaze
1>C:\Users\Imran\Documents\WorkspaceHorde3D\Tools\GameEngine\/bin/DemoAppd.exe : fatal error LNK1120: 1 unresolved externals
Kindly help and if u can tell me where i can find for implementing a control on the character do refer some link plz
Regards Imran Habib