搜索资源列表
PrintGL_Fietiger
- 说明: GL Print.rar是一个比较常见的OpenGL的打印代码,在CodeGuru上有的,我在它的基础上面做了一点点改动,就是将CGLobj当成了View的一个成员,原来他们之间存在继承关系.效果相同. Ch4.rar是一本书上面的一个原码,没有打印功能.但是他设计的类比较好(个人观点)所有的绘制功能是在COpenGLDC里完成的,而视图的投影视口的变换等是由一个照相机类完成的,以至于我现在还不知道怎么回事,只管用就是了. NewGL.rar 的我结合上面两者改写
Camra
- 绘制一茶壶,用一照相机可以在不同角度去观察该茶壶,包括上下、左右、前后-drawing a teapot, a camera can be used at different angles to observe the teapot, including upper and lower, around, before and after
MISSILET
- 学习OPenGL的基础,程序控制了导弹的发射,很好的演示了照相机的用法,对生成火焰了爆炸效果的学习有很大的帮助
camera
- 简单的OPENGL程序,用来模拟照相机的功能-OPENGL simple procedure used to simulate the functions of the camera
CameraRove
- 这是一个照相机的过程,其实也是漫游,照相机的工作原理-This is a camera process, it is still roaming, the camera works
glutmech
- 用opengl实现一个可以转动手脚,转动肩膀的机器人,甚至可以转换照相机角度的程序-Opengl implementation with hands and feet that can rotate, turn the shoulders of the robot, and even programs can be converted to the camera angle
6_transformation_3D_549306217
- 照相机模型、世界坐标系与局部坐标系、视口演示的opengl源代码-Camera model, the world coordinate system and local coordinate system, the viewport shows the source code opengl
Simulation-of-Rearview-Mirror
- 这是一个OpenGL写的后视镜的文章,文章中采用了离屏渲染的技术将照相机后面的场景采集下来,之后将其显示在后视镜模型上。-This is a mirror of the articles written by OpenGL, the article used in the off-screen rendering technology to capture the scene behind the camera down, and then display it in the mirror mo
opengl
- 绘制了一个通过模型变换进行缩放的立方体如图3-3所示。视图变换函数gluLookAt()设置照相机的位置,并使它对准需要绘制立方体的位置。另外,这个例子还指定了投影变换和视口变换。本节的剩余部分将讨论示例程序3-1,并简单地解释它所使用的变换命令。接下来的几节完整而又详细地讨论了所有的OpenGL变换函数。-glutInitWindowSize(500,500)   glutInitWindowPosition(100,100)   glutCreateWindo
Shader4
- 实现利用GLSL进行动态Cube Mapping, 以及静态的Spherical Mapping. 使用w, q, e, a, s, d控制反光球位置,i, I, o, O, p, P 控制反光球方向.z, Z, x, X, c, C控制照相机角度,上 下 左 右控制照相机位置-Dynamic system to use GLSL Cube Mapping, and static Spherical Mapping. Using w, q, e, a, s, d reflective spher
camera
- 简单的OPENGL程序,用来模拟照相机的功能-OPENGL simple procedure used to simulate the functions of the camera
movingcamer
- 照相机场景漫游 摄像机场景移动1.学会利用变换矩阵实现摄像机漫游。 2.进一步巩固实例化变换。 3.掌握多个顶点数组对象(VAO)的使用。-Moving Camera demop
