-
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
-
cs 和 direct 3D 混合编程的实例代码
cs 和 direct 3D 混合编程的实例代码-cs and direct 3D mixed programming code examples
- 2022-02-15 23:58:55下载
- 积分:1
-
Read the digital information, according to the size of numerical mapping x
读取数字信息,根据数值大小绘制x光图片,并用bitmap绘制,包含openCV和库值-Read the digital information, according to the size of numerical mapping x-ray images, and bitmap drawing, and database that contains the value of openCV
- 2022-04-15 04:51:12下载
- 积分:1
-
vc++基于PCL的区域增长分割
vc++基于PCL的区域增长分割,PCL版本为1.7.1.数据处理对象为三维点云数据,能够自动根据区域增长算法对三维点进行分割处理, 据实验得到不错的结果
- 2022-03-29 03:08:52下载
- 积分:1
-
一个小时钟DEMO,用VC 写的小程序,其实就是GDI 绘图和一个简单的算法。绘制了时钟的线条。...
一个小时钟DEMO,用VC 写的小程序,其实就是GDI 绘图和一个简单的算法。绘制了时钟的线条。-a clock Demo
- 2023-06-16 22:20:04下载
- 积分:1
-
按所需的颜色显示不同的区域
按所需的颜色显示不同的区域- According to color demonstration different region which needs
- 2022-03-09 21:56:58下载
- 积分:1
-
用Cmake配置后的VTK对8bitBMP图片的三维重建,已测试通过。
用Cmake配置后的VTK对8bitBMP图片的三维重建,已测试通过。-Configured to use the VTK CMake 8bitBMP picture on the three-dimensional reconstruction, have been tested.
- 2022-02-05 06:46:07下载
- 积分:1
-
数字的识别系统,包括图像二值化,归一化以及数字的分割
数字的识别系统,包括图像二值化,归一化以及数字的分割-digit identification systems, including images of the two values, and to a number of segmentation
- 2022-08-02 16:59:16下载
- 积分:1
-
window drawing some simple examples
窗口绘图的一些简单例子-window drawing some simple examples
- 2022-10-01 03:00:03下载
- 积分:1
-
体积阴影例子程序和源代码,包括Quake3等文件的加载代码。
体积阴影例子程序和源代码,包括Quake3等文件的加载代码。-shadow volume procedures and examples of source code, including Quake and other documents loading code.
- 2022-01-30 23:34:12下载
- 积分:1