Commit History

Author SHA1 Message Date
  Rogerborg b548cee8fc Clarify the comment on matrix4::getRotationDegrees() to explain that the returned Euler triplet will be an equivalent rotation to that set by setRotationDegrees(), just not necessarily identical to it. 16 years ago
  Rogerborg 18ff52c0dc Expose irr::core::IdentityMatrix using IRRLICHT_API so that it can be accessed from user apps on Windows. 16 years ago
  Rogerborg e8abe161e8 Fix bug #1856152, scaled oct tree nodes being incorrectly frustum culled. Changed matrix4::transformPlane(), and removed transformPlane_new(). Tested following the procedure in the bug report, plus ran the other examples, and a small unit test. However, my confidence isn't 100%, and it could be optimised, so more eyes would be welcome. 16 years ago
  hybrid fce0e252a4 Some cleanup for IdentityMatrix. 16 years ago
  hybrid 682a1200a8 Replaced transformBox by transformBoxEx to avoid major malfunction of the transformations when the transformation includes rotations. 16 years ago
  hybrid 2489bda2e8 Merged 1499:1506 from 1.4 branch: Doc updates, getEmitter added. 16 years ago
  hybrid cdffc4a5d6 Merge from branch 1.4, revisions 1344:1352, which are the doc updates from the 1.4.1 release. 16 years ago
  hybrid a5286dbb30 Fixed warning. 16 years ago
  hybrid 402c34e47d Warning fix and new method for both 1.4 branch and trunk. 16 years ago
  hybrid 755e117078 Merged from 1.4 branch revisions 1316:1328. 16 years ago
  hybrid 0e63486fbe Merged revisions 1309:1314 from 1.4 branch. 16 years ago
  engineer_apple 201ce2c119 ------------------------------------------- 17 years ago
  hybrid 435cf0a5fe Fix the texture matrix translation method, discovered by vitek. 17 years ago
  hybrid ce4453fb36 More matrix enhancements. 17 years ago
  lukeph f7eb2e9a5c added identity check on getInverse() in CMatrix4 17 years ago
  hybrid 17ed8d5b60 Some new convenience functions and fixes for template usage. 17 years ago
  hybrid 9eabb49041 Some more parts of the matrix class templatized. 17 years ago
  hybrid 010e9b2fc1 Added adjustable attenuation to dynamic lights. 17 years ago
  irrlicht 4873ecf3e8 removed some warnings when doing double/float conversions 17 years ago
  hybrid db6011aae3 Removed development replacement code. Sorry, this was not meant to be in SVN... 17 years ago
  bitplane f960e51037 removed namespace from matrix4 constructor enum to make it compile again in VC 17 years ago
  hybrid b6b7cfd13b Started to make matrix4 a template to allow for better adaption. Due to renaming of the template the original matrix4 type is still the f32 version of the matrix. I had to remove some forward declarations, though as I did not want to add the template declaration into other headers. 17 years ago
  bitplane c00ce1d372 Moved everything to /trunk 17 years ago