cutealien 01588b58eb Get (more) append functions working for CMeshBuffer and CDynamicMeshBuffer
Some in CMeshBuffer got disabled in svn r1515 (before Irrlicht 1.7) without comment.
I suspect reason might have been that they are a bit unsafe and it was meant to be reworked. 
Maybe was planned to put that into MeshManipulator?
And CDynamicMeshBuffer never had them.
Anyway, it's useful stuff and having functions do nothing doesn't help. So now they do at least basic work.
Meaning - as long as index and vertex types are identical it's possible to attach meshbuffers again.
While totally ignoring things like 16-bit index overflow for now (so could be improved).
It would probably be better if attach functions had info about vertex/index types, but just keeping interface as it is/was for now.
This also fixes Bug #310 reported by Gaz.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@6493 dfc29bdd-3216-0410-991c-e03cc46cb475
2023-05-15 17:28:42 +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