Updating VBO data

Hi folks, i try to update the vertex info of the VBO data, i found glMapBufferARB to perform this kind of operation But i read using it maybe get an issue in performace… so, it’s any way to update the VBO data without using glMapBufferARB ??

thanks in advance

Look at glBufferSubData.

[ www.trenki.net | vector_math (3d math library) | software renderer ]