How can I work on some hited keys together ?
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 ?
some about keys
some about keys
my english is very bad,sorry
-
- Posts: 93
- Joined: Tue Feb 08, 2005 12:19 pm
Re: some about keys
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 ?