You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers. No questions about C++ programming or topics which are answered in the tutorials!
Why, does SMesh return IMeshBuffers when getMeshBuffer(); is called. I thought SMeshs were compleatly modifiable. But if a IMeshBuffer is returned, you are unable to modify that buffer.... Leaving only the option of creating a NEW SMesh, and push_back() new SMeshBuffers.??.