I was wondering if there is a good way to use
void glVertexPointer( GLint size, GLenum type, GLsizei stride, const GLvoid *pointer );with
vector<SomeClassName *> Nodes;since its more convenient, and easy to store information in the vector.
Any help would be appreciated.






