-
本源码是在vc++环境下利用OpenGL讲dae文件转换为.x文件.
本源码是在vc++环境下利用OpenGL讲dae文件转换为.x文件.-The source is vc++ Environment stresses the use of OpenGL for dae file conversion. X file.
- 2022-09-04 05:10:03下载
- 积分:1
-
利用MFC开发的OpenGL开发包!
利用MFC开发的OpenGL开发包!-the developing packed is developed by MFC.
- 2022-02-15 10:59:25下载
- 积分: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
-
Realize the use of dynamic light map shader effect, very cool!
使用shader实现动态光照图的效果,非常酷!-Realize the use of dynamic light map shader effect, very cool!
- 2022-03-05 23:50:12下载
- 积分:1
-
Program on the basis of the object
Program on the basis of the object-oriented programming with detailed comments. Executes drawing of ground, dear, at home, trees and lines of electricity transmissions.
- 2023-01-31 19:50:03下载
- 积分:1
-
本代码是基于openGL平台而设计的一个兔子形状的3d图形.
本代码是基于openGL平台而设计的一个兔子形状的3d图形.-openGL-based platform designed shape of a rabbit 3d graphics.
- 2023-09-01 21:35:03下载
- 积分:1
-
机器人手臂的三维模拟
机器人手臂的三维模拟-3D simulation for arm of robot
- 2022-03-21 22:50:55下载
- 积分:1
-
3D房屋 含纹理贴图菜单响应
3D房屋 含纹理贴图以及菜单响应。
程序的灯光效果,坐标轴全部设定好了,包含图片的读取
程序中可以实现平移变化旋转变化。
菜单可以对图形进行处理,比如去掉颜色。
- 2022-08-13 16:37:49下载
- 积分:1
-
三维浏览器,opengl开发,三维图形,在VC++中使用OpenGL绘制典型曲面―编程爱好者网站...
三维浏览器,opengl开发,三维图形,在VC++中使用OpenGL绘制典型曲面―编程爱好者网站 -3D browser, opengl development, 3D graphics, the use of the VC OpenGL rendering typical surface-programming enthusiast site
- 2022-05-08 20:38:18下载
- 积分:1
-
freetype on opengl
freetype在opengl中的应用,调用freetype读取字体文件中的字模数据,生成纹理,并用opengl显示,完美解决字体模糊问题
- 2022-03-11 15:46:59下载
- 积分:1