Search found 4 matches
- Wed Oct 08, 2008 4:38 pm
- Forum: Beginners Help
- Topic: adjust model to vectors
- Replies: 12
- Views: 1825
- Wed Oct 08, 2008 2:01 pm
- Forum: Beginners Help
- Topic: adjust model to vectors
- Replies: 12
- Views: 1825
- Wed Oct 08, 2008 1:39 pm
- Forum: Beginners Help
- Topic: adjust model to vectors
- Replies: 12
- Views: 1825
Okay, i try to explain what i want to achieve. I got an object that has a precomputed direction vector , right vector and an up vector . Now I want to rotate that object(it's an IMeshSceneNode) around till it faces in the direction of the direction vector . I hope you understand it now :). Thanks :)
- Wed Oct 08, 2008 1:24 pm
- Forum: Beginners Help
- Topic: adjust model to vectors
- Replies: 12
- Views: 1825
adjust model to vectors
Hello there, i've got a problem adjusting a model to three given vectors(right vector, up vector and view vector). I'm able to compute them properly and the look in the direction i want them to look. I also changed the Irrlicht Code to override the relative Transformation routine to change the matri...