-
一个opengl编写的小程序,是关于不同shading之间的转化
一个opengl编写的小程序,是关于不同shading之间的转化
-opengl prepared in a small program is on between the different shading into
- 2022-05-05 01:33:49下载
- 积分:1
-
机器人手的闪电和一些额外的影响。
Robot Hand with Lightning and some additional affects.
- 2022-03-01 10:23:47下载
- 积分:1
-
使用了opengl绘制的绝大部分功能,如单面绘制,双面绘制,镜面光照,满反射,纹理映射等。...
使用了opengl绘制的绝大部分功能,如单面绘制,双面绘制,镜面光照,满反射,纹理映射等。-Opengl rendering the use of the vast majority of functionality.
- 2022-08-15 23:01:59下载
- 积分:1
-
一个安装程序的简单制作和一个3deditor的源码程序,可供初学者快速学习并使用.其中的opengl和mfc的开发也是个好例子....
一个安装程序的简单制作和一个3deditor的源码程序,可供初学者快速学习并使用.其中的opengl和mfc的开发也是个好例子.-Setup a simple production and a source of 3deditor procedures, for beginners to learn and use quickly. Opengl and mfc which the development is also a good example.
- 2022-05-25 18:06:01下载
- 积分:1
-
OpenGL演示之雷神之锤,把最好的东西给大家分享,交个朋友!...
OpenGL演示之雷神之锤,把最好的东西给大家分享,交个朋友!-OpenGL demo Zhi Quake, the best thing for everyone to share, to make friends!
- 2022-03-12 23:20:32下载
- 积分:1
-
这个程序是基于VC + +开发工具和第三方开发人员使用OpenGL动画图书馆发展给予的配置开发环境来发展总体框架内的项目进程是有益的初学者资料...
这个程序是基于VC + +开发工具和第三方开发人员使用OpenGL动画图书馆发展给予的配置开发环境来发展总体框架内的项目进程是有益的初学者资料-This procedure is based on vc++ development tools and third-party developers to use opengl animation library development given the configuration of development environment to develop the general framework of the project process is useful for beginners information
- 2022-01-25 22:33:17下载
- 积分:1
-
OpenGL Guide (NEHE) source code of my learning process, the OpenGL you grasp the...
OpenGL教程(NEHE)源代码的本人学习过程,教你快速掌握OpenGL的基本工作原理和过程。-OpenGL Guide (NEHE) source code of my learning process, the OpenGL you grasp the basic principle and processes.
- 2023-01-29 22:35:03下载
- 积分:1
-
DDA 算法的实现
数字微分分析器或只是简略的 DDA 直线绘制算法是用于光栅图形设备中绘制线条。在这种算法,在行的开始和结束位置已提供。
中介像素位置将在起始点和结束点之间的时间间隔的变量线性内插法计算。该算法如下所示:
让开始和结束点线的是 (x 1,y1) 和 (x2,y2),分别。所以坡、 m = (y2-y1)/(x2-x1)。根据 m 和该象限的 (x,y) 的值属于,中介像素职位要计算如下:
职位要计算如下:
象限
m < = 1
m > 1
第一次
x = x + 1
y = y + m
x = x + 1/m
y = y + 1
第二次
x = x 1
y = y + m
- 2022-08-10 08:17:23下载
- 积分:1
-
vc中打开图像文件时所需要的opengl库以及含有的使用说明
vc中打开图像文件时所需要的opengl库以及含有的使用说明-vc open image files when needed opengl library and contains instructions
- 2022-04-09 04:35:01下载
- 积分:1
-
In the comparison of data or presentation, a chart image is not only very intuit...
在进行数据比较或者演示时,一个形象的图表不但非常直观,而且也很生动。本实例介绍如何在Delphi中设计形象的三维饼图。
向窗体上添加一个TVtChart组件和一个TTimer组件,其中TVtChart组件用于显示饼图,而TTimer组件用于不停地改变饼图的数据,获得动态的效果
-In the comparison of data or presentation, a chart image is not only very intuitive, but also very lively. Examples of how the introduction of the Delphi to design the image of three-dimensional pie chart. To add a TVtChart form components and a TTimer components, including components used to display TVtChart pie, and TTimer components continuously change the pie chart for the data, access to dynamic effects
- 2022-06-13 23:24:30下载
- 积分:1