"24
0".
mesh_buffers is std::vector<CDynamicMeshBuffer*> and buffer_side is CDynamicMeshBuffer*. Am I doing something wrong or this append method does not work? Of course this is not the only reason that i thought that it is not working. This is just an example which for me should work.
Code: Select all
std::cout << buffer_side->getIndexCount()<<std::endl;
mesh_buffers[block_num]->append(buffer_side);
std::cout <<mesh_buffers[block_num]->getIndexCount()<< std::endl;