文件名称:Rotate
- 所属分类:
- OpenGL
- 资源属性:
- [Windows] [Visual C] [源码] [Visual.Net]
- 上传时间:
- 2012-11-26
- 文件大小:
- 805kb
- 下载次数:
- 0次
- 提 供 者:
- f*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
opengl中任一坐标点旋转后,得到新坐标点的例子。通过glGetFloatv函数获取glRotate变换后的模型视图矩阵,然后乘以当前点坐标,进行旋转变换,得到变换后的坐标点位置信息。并与glRotate函数进行比较。-A mehtod to get the vertex postion after roate. This method is implemented buy using glGetFloatv function to get the ModelView Matrix, Then to calculate the new position of the vertext and render it. Just a identificatioin of glRoate fucntion.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Rotate\debug\Rotate.exe
......\.....\Rotate.ilk
......\.....\Rotate.pdb
......\Rotate\Debug\BuildLog.htm
......\......\.....\mt.dep
......\......\.....\Rotate.exe.embed.manifest
......\......\.....\Rotate.exe.embed.manifest.res
......\......\.....\Rotate.exe.intermediate.manifest
......\......\.....\rotate.obj
......\......\.....\vc80.idb
......\......\.....\vc80.pdb
......\......\rotate.cpp
......\......\Rotate.vcproj
......\......\Rotate.vcproj.graphics-xps.xinq.user
......\Rotate.ncb
......\Rotate.sln
......\Rotate.suo
......\......\Debug
......\debug
......\Rotate
Rotate
......\.....\Rotate.ilk
......\.....\Rotate.pdb
......\Rotate\Debug\BuildLog.htm
......\......\.....\mt.dep
......\......\.....\Rotate.exe.embed.manifest
......\......\.....\Rotate.exe.embed.manifest.res
......\......\.....\Rotate.exe.intermediate.manifest
......\......\.....\rotate.obj
......\......\.....\vc80.idb
......\......\.....\vc80.pdb
......\......\rotate.cpp
......\......\Rotate.vcproj
......\......\Rotate.vcproj.graphics-xps.xinq.user
......\Rotate.ncb
......\Rotate.sln
......\Rotate.suo
......\......\Debug
......\debug
......\Rotate
Rotate