iPhone OpenGL : Data Type Question -
i want store array of floats that's array.
so want store array of float[3] (this contains x,y,sizex,sizey) use opengl
what's best way of doing using standard objectivec arrays feels slow solution.
i going through array on every draw call check collision objects.
i use array of glfloats in standard c, best bet performance wise.
Comments
Post a Comment