-
生成火焰的程序;
在图样、游戏里面可以使用,挺好的
生成火焰的程序;
在图样、游戏里面可以使用,挺好的-generation flame; In graphics, the game which can be used, in very good shape;
- 2022-11-29 21:20:08下载
- 积分:1
-
VC++制作的可以用键盘和鼠标进行画圆和画直线和长方形等
VC++制作的可以用键盘和鼠标进行画圆和画直线和长方形等-VC++ Produced can be used for keyboard and mouse drawcircle and painting a straight line and rectangle, etc.
- 2022-01-25 20:35:14下载
- 积分:1
-
如何运用D3D中的精灵来绘制2D图形,3D做2D的基础
如何运用D3D中的精灵来绘制2D图形,3D做2D的基础-How to use the wizard to D3D rendering 2D graphics, 3D make the basis of 2D
- 2023-01-30 02:00:04下载
- 积分:1
-
用Bresenham算法画圆,使用打点函数实现上述功能
用Bresenham算法画圆,使用打点函数实现上述功能-with Bresenham algorithm Circle, which was used to achieve the above function function
- 2022-07-06 16:02:11下载
- 积分:1
-
根据多边形区域的填充原理可以推广到圆域的填充,由于圆的特殊属性,即可根据任何欲填充的像素点与圆心的距离是否大于或小于半径来判断是否在圆内或圆外,具体实现程序如下...
根据多边形区域的填充原理可以推广到圆域的填充,由于圆的特殊属性,即可根据任何欲填充的像素点与圆心的距离是否大于或小于半径来判断是否在圆内或圆外,具体实现程序如下;
利用中点画圆算法实现边界程序:
void CArea_FillData::MidpointCircle(int xc, int yc, int r, int color)
{//画八分之一的圆
int x,y,d
x=0 y=r d=1-r
WholeCircle(xc,yc,x,y,color)
while(x
- 2023-03-14 21:40:04下载
- 积分:1
-
movement_detect_system motion detection system source code
movement_detect_system
运动检测系统 源程序-movement_detect_system motion detection system source code
- 2022-03-24 03:56:02下载
- 积分:1
-
d3d镜子和阴影效果,自由移动摄像机镜头,模板缓存例子
d3d镜子和阴影效果,自由移动摄像机镜头,模板缓存例子-D3D mirror and shadow effects, the free movement of the camera lens, the template cache example
- 2022-02-15 10:45:12下载
- 积分:1
-
利用HLSL语言写的一个顶点着色器来实现渐变动画效果,HLSL入门者适用!...
利用HLSL语言写的一个顶点着色器来实现渐变动画效果,HLSL入门者适用!-The use of HLSL language written in a vertex shader to achieve the fade animation effects, HLSL for beginners!
- 2022-02-15 08:56:50下载
- 积分:1
-
too many examples of how the stresses VC prepared dynamic link library, VB state...
太多的例子讲VC如何编写动态链接库,VB语句,但是没有一篇好的深入的文章就这个问题,论文负责解决这类问题。
- 2023-01-09 07:00:04下载
- 积分:1
-
利用opengl技术和位图读取功能,模拟了星球之间的运动
利用opengl技术和位图读取功能,模拟了星球之间的运动-with opengl and bitmap,we can get 3D space simulation
- 2022-05-30 13:42:11下载
- 积分:1