and... I need function for scenenode -> GetAnimatorsCount() and GetAnimator(int num) !!
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 ?
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 ?