I can't work out how to calculate the rotation on the vertical plane. Can't anybody give me some help??? The problem is that this vertival plane I have to rotate te camera on is changed by the rotation on the vertical axis.
I got this thing with my medicore maths knowledge:
rotX/rotZ=tan(rotY)
I ...
Search found 6 matches
- Fri Jul 31, 2009 8:15 pm
- Forum: Beginners Help
- Topic: How to set nodes' origin?
- Replies: 4
- Views: 597
- Mon Jul 27, 2009 8:47 pm
- Forum: Beginners Help
- Topic: How to set nodes' origin?
- Replies: 4
- Views: 597
It worked
It worked nicely, one thing to note is you have to update the camera's target if you rotate it .
EDIT: Well after a bit testing i found that I will have to use some complicated maths to calculate the rotation on the vertical plane do you know anything to bypass this? I'm not in the mood to write ...
EDIT: Well after a bit testing i found that I will have to use some complicated maths to calculate the rotation on the vertical plane do you know anything to bypass this? I'm not in the mood to write ...
- Mon Jul 27, 2009 7:44 pm
- Forum: Beginners Help
- Topic: How to set nodes' origin?
- Replies: 4
- Views: 597
How to set nodes' origin?
How can I set a node's origin? I mean the point wich it rotates around. I'd like to use it for a TPS camera, the camera parented to the character and both rotated by the mouse.
- Fri Jul 03, 2009 11:20 am
- Forum: Project Announcements
- Topic: IrrNewt irrlicht\newton framework >> SVN access
- Replies: 432
- Views: 168916
Problems solved
Well I tried it out with Newton SDK 1.53, that solved 49 of the errors, the 1 remaining was easy
(I had to change a pow function to a '^'operator)
- Wed Jul 01, 2009 8:34 am
- Forum: Project Announcements
- Topic: IrrNewt irrlicht\newton framework >> SVN access
- Replies: 432
- Views: 168916
Errors
I get a bunch of error when I'm trying to compile my program written with IrrNewt15(someone posted this lib a few pages before) and Irrlicht 1.5. I compile with VC 2008 Express. The includes are from IrrNewt 0.4, the error seem to be coming from those should I use the includes from SVN? Here is the ...
- Mon Jan 19, 2009 7:19 pm
- Forum: Beginners Help
- Topic: Compiling in MS Visual C++ Express 2008
- Replies: 9
- Views: 1677
Compiling in MS Visual C++ Express 2008
Hi!
I am an absolute newbie, I am just learning the C++ language(of course I have programming experience but in VB.NET). I tried to compile a demo which I downloaded with the engine, but it did not want to compile it, header files were missing. I replaced them, but the it said that there are over ...
I am an absolute newbie, I am just learning the C++ language(of course I have programming experience but in VB.NET). I tried to compile a demo which I downloaded with the engine, but it did not want to compile it, header files were missing. I replaced them, but the it said that there are over ...