cutealien
|
e4fc752527
Fix some problems with CMatrix4::getRotationDegrees
|
2 rokov pred |
hybrid
|
0a2330890a
Bump copyright to 2012
|
12 rokov pred |
cutealien
|
a83a87594a
Replacing matrix4::setRotationRadiansLH and setRotationRadiansRH by setRotationRadians. Old functions had left handed and right handed just the wrong way round and contained an additional bug that did lead to wrong rotations (mixing up y,z). A single function for this is enough (people can just flip the axis) and this way people who already used the old functions (which only got added in trunk) don't just get new behavior but some compile error. Thanks to Randajad for finding the error with the wrong results, giving a testcase and insisting that there's really a bug when I didn't see it on first try :-)
|
12 rokov pred |
cutealien
|
14a4a07e66
Add documentation and some compile-tests for matrix.
|
12 rokov pred |
cutealien
|
4acc86e82a
Test matrixOps needs a slightly larger epsilon on 64-bit.
|
12 rokov pred |
cutealien
|
128f5a14e9
Replace asserts in tests with new macro assert_log.
|
12 rokov pred |
hybrid
|
cd700608ca
Add test case for getRotations which tests consecutive x rotations.
|
14 rokov pred |
hybrid
|
5e4d495dcc
Bump copyright dates to 2011.
|
14 rokov pred |
hybrid
|
c11c87f20c
Fix getRotationDegrees in matrix class as noted by drewbacca
|
14 rokov pred |
hybrid
|
4493f9de4d
Fix function name change from libpng update.
|
14 rokov pred |
hybrid
|
7a4c4a4a5e
Added some test cases for getRotationDegrees submitted by fabietto, also fixed the method to clamp values for asin to [-1,1].
|
14 rokov pred |
hybrid
|
5cdb8fb1d4
Add new checks.
|
15 rokov pred |
hybrid
|
4577afdbea
Avoid the many hanging processes. Add some more tests and output.
|
15 rokov pred |
hybrid
|
d905e24317
Make sure that matrix multiplication and rotation concatenation are the same.
|
15 rokov pred |
hybrid
|
2d3032c566
Some new tests.
|
15 rokov pred |
hybrid
|
157cd67caf
Merged revisions 2622:2663 from branch 1.6. SMaterial bug, MS3D patch, LWO fix. Better Shift recognition under 2in32. D3D depth buffer MSAA problems fixed. string<c16> changed to io::path. Fix 2dimagebatch, add better mtl file finder. Fix some OpenGL extension checks. Fixed x86-64 warnings. Export symbols in gcc4. Scolling in GUITab fixed. Fixed PixelBlend16 and SW driver. FPS cam stuttering fixed. OSX project additions. New scene parameter to ignore obj's mtl files.
|
15 rokov pred |
hybrid
|
e3b373953b
Hmm, didn't save the last files before committing. So this is the actual test cases which runs through.
|
16 rokov pred |
hybrid
|
6f1532e2cd
Added orthogonality check in matrix class, based on a patch by Halifax. Also added some (rather trivial) testcases, corner cases have to be identified...
|
16 rokov pred |