-
一个三维图形软件的源代码,详细的交互功能的实现…
一款3D绘图软件的源代码,详细的交互功能实现,-A 3D graphics software, source code, detailed interactive features implementation,
- 2022-07-25 23:10:57下载
- 积分:1
-
图形学实验 实现了直线绘制的多种算法 画圆以及椭圆 多边形绘制,填充 扫描线算法等等功能 和剪裁算法的实现...
图形学实验 实现了直线绘制的多种算法 画圆以及椭圆 多边形绘制,填充 扫描线算法等等功能 和剪裁算法的实现-Experimental Graphics realize the multi-linear mapping algorithm, as well as elliptical drawcircle polygon drawing, filling scan line algorithm so the function and cut algorithm
- 2022-01-23 10:46:08下载
- 积分:1
-
is very funny, the small
是个很搞笑的,驻留屏幕的小程序-is very funny, the small-screen presence procedures
- 2022-03-14 20:01:11下载
- 积分:1
-
用C++开发的3D图形,实现了旋转、透明等几个简单功能
用C++开发的3D图形,实现了旋转、透明等几个简单功能-C development of the 3D graphics and realized the rotation, transparency few simple function
- 2023-06-19 10:20:03下载
- 积分:1
-
在灰度图像处理的MATLAB统计的一些小程序
指纹识别设计中关于指纹方向图求取的一段matlab小程序-On the grayscale image processing matlab statistics for some small programs
- 2023-06-02 18:45:03下载
- 积分:1
-
usb接口得数字采集程序源代码,用usb接口得采集卡直接采集声音信号,有波形显示。用声音采集得可以借鉴...
usb接口得数字采集程序源代码,用usb接口得采集卡直接采集声音信号,有波形显示。用声音采集得可以借鉴-usb interface data acquisition procedure was the source code, using a capture card usb interface directly collected voice signal has waveform display. A voice that they can draw on Acquisition
- 2023-08-07 00:50:03下载
- 积分:1
-
Using OpenGL realize the Marching Cube dynamic 3
用OpenGL实现的Marching Cube动态3维图像,基于VC++6.0的开发平台。-Using OpenGL realize the Marching Cube dynamic 3-dimensional images, based on VC++ 6.0 development platform.
- 2022-03-20 12:55:46下载
- 积分:1
-
Slideshow的效果算法。很多挺酷的。用在自己的程序里,肯定不错...
Slideshow的效果算法。很多挺酷的。用在自己的程序里,肯定不错-Slideshow effect algorithm. Many pretty cool. With their programs, and certainly good
- 2023-03-14 06:35:04下载
- 积分:1
-
opengl切削仿真
#include "stdafx.h"
#include
#include
#include
#include
void solidCylinder(GLdouble radius, GLdouble height, GLint slices, GLint stacks) //»Ò»¸öÔ²ÖùÌ壬ÓÃDiskÀ´¸ÇסÉÏϵ×Ãæ
{
GLUquadricObj* qobj = gluNewQuadric();
gluCylinder(qobj, radius, radius, height, slices, stacks); //slicesÀàËÆÓÚ¾¶È£¬stacksÀàËÆÓÚγ¶È
glScalef(-1.0, 1.0, -1.0);
- 2022-02-03 11:01:56下载
- 积分:1
-
This is the 3D module, that using 3DMAX development enviroment.
时尚的办公组合,利用3DMAX开发,可以倒入到任何场景中。-This is the 3D module, that using 3DMAX development enviroment.
- 2022-03-12 16:58:51下载
- 积分:1