-
小球在房内的碰撞! 并且可以发出撞击的声音
小球在房内的碰撞! 并且可以发出撞击的声音-ball in the collision room! Impact can be issued and the voice! !
- 2022-11-16 13:35:03下载
- 积分:1
-
OPENGL的学习源代码,很容易上手的
OPENGL的学习源代码,很容易上手的-OpenGL study the source code, it is easy to get started with the
- 2022-06-19 01:25:07下载
- 积分:1
-
用OpenGL编写的逼真的毛发模拟程序,非常的逼真哦
用OpenGL编写的逼真的毛发模拟程序,非常的逼真哦-with OpenGL prepared by the lifelike hair simulation program, very lifelike oh
- 2022-08-07 05:17:57下载
- 积分:1
-
方格网计算土方
这是一篇关于LISP的土方计算源代码,该代码经本人试用可以运行,先免费开放,各位大神有找到不妥的地方可联系本人。这是一篇关于LISP的土方计算源代码,该代码经本人试用可以运行,先免费开放,各位大神有找到不妥的地方可联系本人
- 2022-01-25 18:00:05下载
- 积分: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
-
开放源码 opengl fish(2)
OPENGL 的源代码
使 3D 鱼
移动的鱼
画鱼
简单的代码源
下载
- 2022-03-09 18:37:43下载
- 积分:1
-
图形学程序,用vc写的小球光照效果演示例子,非常经典,极力推荐下载...
图形学程序,用vc写的小球光照效果演示例子,非常经典,极力推荐下载-Graphics program, written using vc demo examples of ball lighting effects, very classic, highly recommended to download
- 2022-03-22 21:52:13下载
- 积分:1
-
这是OPENGL的第三个例子,实现了鼠标移动来使物体旋转的且透明处理
这是OPENGL的第三个例子,实现了鼠标移动来使物体旋转的且透明处理-This is the third example OPENGL, realize the mouse to make rotating objects and transparent treatment
- 2022-02-24 22:44:17下载
- 积分:1
-
通用的OpenGL控件,可以在此界面的图形框内用OpenGL绘制图形.并且可以调整图形颜色....
通用的OpenGL控件,可以在此界面的图形框内用OpenGL绘制图形.并且可以调整图形颜色.-this is an universal openGL control,we can draw graphics in it`s graph frame using openGL,and we can change the color of the graphics
- 2022-05-27 09:44:45下载
- 积分:1
-
nehe sdk教程的源代码 不可多得的好东西
nehe sdk教程的源代码 不可多得的好东西-nehe sdk Copies of the source code very good things
- 2022-01-31 04:09:19下载
- 积分:1