The following code fragment illustrates an example of how the primitive type is ... glVertex2f(1.0, 2.0); // x=1, y=2 glVertex2f(2.0, 3.0); // x=2, y=3
確定! 回上一頁