搜索资源列表
tablecloth
- c# opengl 编写的桌子代码,挺有用的。-opengl table prepared by the code, quite useless.
tablecloth
- opengl画的一个屏保程序(table),很漂亮-opengl drawing a screen saver (table), very beautiful
osgglsl
- 基于OSG添加OPENGL着色语言,通过读入一个文本格式的颜色查找表来更改当前模型的颜色,有助于用户学习OSG与GLSL相结合-Add OPENGL shading language based on OSG, by reading into a text format color lookup table to change the color of the current model, helps users learn OSG combined with GLSL
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
实验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