and... I need function for scenenode -> GetAnimatorsCount() and GetAnimator(int num) !!
![Smile :)](./images/smilies/icon_smile.gif)
and... why when i use driver->draw3DLine(vector3df(0,0,0),vector3df(0,0,25),SColor(255,255,255,255)); line draw with black color ?
![Sad :(](./images/smilies/icon_sad.gif)
you need to do a driver->setMaterial(Material) or your line will use the last material that was used.jimon wrote:and... why when i use driver->draw3DLine(vector3df(0,0,0),vector3df(0,0,25),SColor(255,255,255,255)); line draw with black color ?