资源列表
20040603
- This is a source code demo with clouds
Sun
- 图形学OpenGL实验程序,需要glut.h支持,简单模拟演示的是太阳,地球,月亮的公转、自转。-OpenGL graphics experimental procedures, the need to support glut.h, simple simulation demonstration is the sun, Earth, the moon revolution, rotation.
MyMatrixManipulator3
- 一个自己开发的操作器,适合大场景漫游,可进行相机平移、旋转、俯仰操作,以及环绕相机、相机快速到达等操作-a self-developed manipulator, fit for big scene roaming, can do operations such as camera translation, camera rotation, camera pitching operations, as well as surrounding camera, quickly arriving ca
glutdemo
- OpenGL GLUT库的使用示例源代码 An introduction to GLUT by Elie De Brauwer -OpenGL GLUT for the use of the source code examples to GLUT An introduction by Elie De Brauwer
chap7
- 关于雷达建模的代码,是一个外国人写的一本关于雷达信号建模的书中的代码,第七章-Radar modeling code, a foreigner writing a book on the radar signal modeling code, Chapter VII
32
- 5DG S 计算机图形学实验教程OpenGL版 项目名称:5DG S Win32 Framework 场景控制: ESC:退出程序 F1:窗口模式或全屏模式的切换-ok!
image
- linux下使用openimageio读入读出图片,显示等操作使用OPENGL-Under linux using openimageio read read out the picture, display and other operations using OPENGL
lesson06
- 纹理映射: 在这一课里,我将教会你如何把纹理映射到立方体的六个面。 -Texture mapping: In this lesson, I will teach you how to texture map to the six faces of the cube.
SUN
- 当独立厂商创建一种新技术时,OpenGL标准允许它们通过“扩展”的方法提供所扩展的功能。然后一个扩展就分成两部分发布:包含扩展函数原型的头文件和作为厂商的设备驱动。每个厂商有一个用于命名它们的新函数和常量的字母缩写。例如,NVIDIA的缩写(“NV”)用于定义它们的专有函数“glCombinerParameterfvNV()”和它们的常量“GL_NORMAL_MAP_NV”。如果多于一个厂商同意实现相同的扩展功能,那么就用缩写“EXT”。进一步,架构评审委员会可能“祝福”这个扩展,那么这就被称为
Ogre
- Ogre练习源码,代码较少,里面有一些第三人称视角的摄像机设置-Ogre exercise source,but less code
Classic_self_applet_main_opengl
- opengl经典自学小程序mainClassic self-applet main opengl-opengl classic self-applet mainClassic self-applet main opengl
texture3d
- vc++ 6.0环境下的open gl纹理贴图范例