搜索资源列表
tablecloth
- c# opengl 编写的桌子代码,挺有用的。-opengl table prepared by the code, quite useless.
eyekeeper
- 这是OPENGL和VC制作的桌面应用程序,动画效果,可以在桌面上移动.可以设置参数,形式多变.-This is OpenGL and VC production of desktop applications, animation effects, be on the table moving. can set parameters varied forms.
hla-opengl
- 一个简单基于prti13和OpenGL的抬桌子协作源码,包括一个服务器和两个客户端,两个客户端分别控制抬桌子的两个角-prti13 and OpenGL table in the wake collaboration source, include a server and two clients, two clients respectively carried two corner table
glutEx1 OpenGL绘制茶壶和桌子
- 内含glut库。OpenGL绘制茶壶和桌子,并且通过按键控制视角和桌子的移动。-Containing the glut library. OpenGL rendering teapots and tables, and key control perspective and through the movement of the table.
DEPHI 台球 3d台球源码
- 3d台球源码,-Source code of 3d pool game
opengl-tennis-game
- opengl开发的的一个桌球游戏,教你opengl的纹理等应用- Table Tennis Games。
tablecloth
- opengl画的一个屏保程序(table),很漂亮-opengl drawing a screen saver (table), very beautiful
glutEx1-vs6
- 首先,画一张有四条腿的桌子,其中四条腿的形状一样位置各异,所以先写一个画桌脚的函数Draw_Leg113(a,b,c),并通过参数把绘制的位置告诉函数。函数的实现较为简单,只需先push,后pop保护当前的矩阵,再经过移位,缩放z轴,绘制cube即可完成。 -First, draw a table has four legs, one of the four legs of different shapes, like the location, so the first leg draw
teapot
- Program, using openGL functions, to draw a simple shaded scene consisting of a teapot on a table. Define suitably the position and properties of the light source along with the properties of the surfaces of the solid object used in the scene.
table
- 3D光照编程,在单一光照下的编程。OpenGL库实现,需要glut头文件。-3D programing under the singular lighting.
objread
- 每一个opengl都被连接到一个着色描述表上。着色描述表将所有的opengl调用命令连 // 接到device context(设备描述表)上,将opengl的着色描述表定义为hrc ,要让程序能 // 够绘制窗口的话,还需要创建一个设备描述表,windows的设备描述表被定义为 hdc, // dc将窗口连接到gdi(graphics device interface图形设备接口)。而rc-Each one opengl are connected to a shader des
OpenGL-4-Lamp
- Lamp and table drawn in OpenGL.
SourceCode
- 实现活化边表多边形扫描转换算法。本程序可以实现柱状图,饼图以及多边形的扫描转换。 点击鼠标右键时会跳出系统菜单项,系统菜单包括有:画柱状图,画多边形,画饼图,清屏操作,以及设置颜色这五种功能 -Side of the table to achieve activation of polygon scan conversion algorithm. This program can be histograms, pie charts, and polygon scan conversion
Periodic-table-Complete-project
- opengl program to create periodic table of elements.
table-texture
- OpenGL实现桌子的桌面桌脚不同纹理,桌上摆放的茶壶为另一种纹理。-A table and a teapot with texture in OpenGL
OPENGL
- 1. 通过设置材料使得桌面和四条腿的颜色各不相同,分别为:(1, 0, 0), (0, 1, 0), (1, 1, 0), (0, 1, 1), (0, 0, 1); 2. 通过设置材料使得茶壶为金黄色; 3. 添加按键处理,移动场景中的光源,并能改变光源的颜色; 4. 修改茶壶的镜面反射系数,使之对光源呈现高光; 5. 在场景中添加一个聚光光源,其照射区域正好覆盖茶壶,并能调整改聚光光源的照射角度和朝向。-1 so that the material provided by t
Billiard-table
- VC++开发平台,opengl开发一个篮球场模型。-VC++ development platform, opengl develop a basketball court model.
openGL房间
- OpenGL3D房间场景,可漫游移动,房间内有桌椅等简单家具。(OpenGL3D room scene, can roam, room with table and chair, and other simple furniture.)
Desk
- opengl绘制3d桌子,左键点击可以转动,移动,右键暂停。(OpenGL draws the 3D table, the left click can turn, move, and the right button is pause.)
实验3
- 实验3 简单多边形显示 实验目的:通过鼠标响应函数输入并显示多边形 基本内容: 通过鼠标依次输入n个顶点(n>=3),显示多边形。 1)建立多边形数据结构(保存顶点表、边信息,及其他信息) 2)用opengl显示多边形(Experiment 3 simple polygon display Experiment Objective: input and display polygon through mouse response function. Basic contents: The