I am working on a Matrix product function and I am new to C. This is what I came up with... static float *currentMatrix; ... glMultMatrixf(const float *m){ ...
確定! 回上一頁