opengl专题推荐
opengl最新文章
  • opengl机器人纹理2020-02-27

    opengl 机器人 纹理#include #include #include #include #include static GLfloat xRot = 0.0f; static GLfloat yRot = 0.0f; //是否停止转动bool IsStop=fals...

  • OpenGL ES总结(二)OpenGL坐标变换之平移及旋转2020-02-28

    OpenGL ES总结(二)OpenGL坐标变换之平移及旋转世界坐标系: 在OpenGL中,世界坐标系是以屏幕中心为原点(0, 0, 0),且是始终不变的。你面对屏幕,你的右边是x正轴,上面是y正...

    相关文章