cutealien a44e5e3d17 Add updateBoundingBox parameter to IMeshBuffer::append and some fixes and optimizations
Fix: When appending to an empty mesh boundingbox has to be initialized with first position
Adding updateBoundingBox parameter as there is a bit costs involved in updating that and it might not be necessary at that point
Default is still to do it - and with the default parameter it's at least compile compatible to old interface (unless users created their own meshbuffers).
Optimizing the copying of vertices in CDynamicMeshBuffer::append by using memset when possible instead of pushing each vertex (which goes through quite a few virtual functions)

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@6496 dfc29bdd-3216-0410-991c-e03cc46cb475
2023-05-17 14:31:50 +00:00
..
2022-04-04 16:37:55 +00:00
2022-04-12 16:04:56 +00:00
2023-03-31 13:12:47 +00:00
2023-03-31 13:12:47 +00:00
2023-03-31 13:12:47 +00:00
2023-03-31 13:12:47 +00:00
2023-03-31 13:12:47 +00:00
2023-03-31 13:12:47 +00:00
2023-03-31 13:12:47 +00:00
2023-03-31 13:12:47 +00:00
2023-03-31 13:12:47 +00:00
2023-03-31 13:12:47 +00:00
2023-04-01 15:50:08 +00:00
2023-03-31 13:12:47 +00:00
2023-03-31 13:12:47 +00:00
2023-04-01 15:50:08 +00:00