Bugfix: CTriangleSelector::getTriangles with bbox no longer ignores transform matrix

So far it only used the inverse of the node transformation to calculate the box used to check
Which gave wrong results as soon as one tried to pass an additional matrix transformation
Wasn't ever used internally or by examples in Irrlicht, so I guess no one ever noticed (also in some cases this still worked accidentally).


git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@6577 dfc29bdd-3216-0410-991c-e03cc46cb475
This commit is contained in:
cutealien
2023-12-13 14:14:12 +00:00
parent 952f11f806
commit 66d189ce63
3 changed files with 16 additions and 15 deletions

View File

@ -1,4 +1,4 @@
Tests finished. 72 tests of 72 passed.
Compiled as DEBUG
Test suite pass at GMT Wed Nov 22 14:39:17 2023
Test suite pass at GMT Wed Dec 13 14:06:37 2023