资源列表
CGshiyanchengxu
- 计算机图形学各阶段课程实验例子,希望对广大学子有用,内涵几十个小例子,多练习才有进步-Various stages of computer graphics courses experimental examples, I hope the majority of students, the connotation of dozens of small examples, practice, there is progress
OpenGL_With_MFC_
- Nehe的OPENGL教程第六课用MFC对话框实现-Nehe OPENGL tutorials sixth lesson MFC dialog
OpenGL-tutorial_v0010_21
- opengl 教程 这份文档来自于网上,包括了如何在windows 环境下使用opengl-nehe opengl
turnel
- 在vs2010下用OpenGL做的隧道三维图,是一个可执行文件-Tunnel in vs2010 using OpenGL three-dimensional map is an executable file
Obj
- OpenGL 关于OBJ格式的读取,导入工作-OpenGL OBJ format to read into the work
OpenGL_Line_DEMO
- opengl编写的曲线实例,供新手参考,代码很多,实现的功能也很多-opengl prepared curve instance, for the novice to reference a lot of code to achieve the function of
dingshuji
- 一个集合了OPENGL、GLstudio、3Dmax动画的订书机程序(下载后需把vtdata里的模型和贴图地址修改才可导入模型)-A collection of OpenGL the GLStudio 3Dmax animation stapler program (after downloading the the vtdata the model and texture address to modify the order to import the model)
transformati
- 三维图形的变换,旋转,比例变换以及恢复到初始位置-The transformation of the three-dimensional graphics
graph23
- 支持用户利用鼠标创建和删除2维多边形对象。基本功能包括: 对象创建:支持用户利用鼠标指定各个顶点位置,创建多边形。 对象删除: 支持用户选择一个多边形(与你的多边形保存的数据结构有关)并删除。 对象存储: 设计一种数据结构存储每个多边形的顶点与边,支持文件存盘,。 支持用户选择多边形的颜色 支持用户移动多边形 支持用户改变多边形单个顶点的位置-Support for the user to use the mouse to create and delete a 2-di
test2.0
- 创建一个三维迷宫,支持替身通过一定交互手段在迷宫中漫游,基本功能包括: 读取给定的替身模型,加载到场景中。 键盘方向键控制替身转向与漫游。 有碰撞检测,替身不应当穿墙。 支持切换第一视角和第三视角进行观察。 迷宫场景中的墙、地面等应贴上纹理。 同时加入二维辅助地图,替身在三维迷宫探索的同时,在小地图中显示已经探索的区域; 在俯视状态下,可以通过鼠标点选替身需要到达的目的地,通过寻径算法,控制替身自动到达目的地; 迷宫地图交互编辑功能,例如,可以设计一个二维地图编辑
59945217mfc_opengl
- 运用c++ 编制的opengl 小程序 代码虽少 但是基本功能可以供大家分享 学习opengl -Prepared by the use of c++ the opengl small program code, though small but basic functions can be used for everyone to share learning opengl
vertex-shader
- 该代码介绍在OpenGL4.0中使用顶点着色器和像素着色器,这些都是关于理解和应用3D图形渲染中最基本的概念。-This codes introduction to writing vertex and pixel shaders in OpenGL 4.0. These are the most fundamental concepts that you need to understand and utilize to render 3D graphics.