Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/updater/doc/KNOWLEDGE_BASE @ 3273

Last change on this file since 3273 was 2551, checked in by patrick, 20 years ago

orxonox/trunk: minor changes - enhanced sc controll, fixed uncontrolled rotation effect, added some debug outputs for testing purposes, reformatted some src files from win style but not all

File size: 748 bytes
Line 
1
2
3Matrixes Theory
4===============
5Very important to express any rotation for OpenGL.
6
7A very simple and though not too deep introduction, contains also a good Quaternion introduction:
8http://skal.planet-d.net/demo/matrixfaq.html
9
10Specialy Matrix Rotations:
11http://mathworld.wolfram.com/RotaionMatrix.html
12
13OpenGL Transformation/Rotation Matrixes:
14http://nehe.gamdev.net/data/articles/article.asp?article=02
15
16
17Quaternion Mathematics
18======================
19Orientations can be represented as Quaternions. They make it simpler and, in tearm of CPU-Time, cheaper to calculate rotations.
20
21A good and understandable introduction can be found here:
22http://pw1.netcom.com/~hjsmith/Quatdoc/Qindex.html
23
24
25www.gamedev.net/reference/articles/article1095.asp
26
27
Note: See TracBrowser for help on using the repository browser.