i'm trying to implement index buffer object in opentk but don't know how to actually use it when drawing things
问题 i'm trying to use an index buffer but have no idea how i really am stuck in a waall as to what i'm supposed to even try so. none of the tutorials really show anything similar to my code which is mostly why i'm having problems. i might have to rewrite cube vertex array creator. (on a different note maybe i shouldn't have just shoved opengl into some ready code)right now i've only enabled the top face as to see what's going on. /// <summary> /// Draws the specified Cube Onsccreen. /// </summary