搜索资源列表
3d zf
- 演示绘制三维图形的原代码-rendering 3D graphics demo of the original code
实现三维视图绘制与消隐技术
- 通过vc实现三维视图的绘制和消隐技术, 包括三维视图的绘制及相应绘图数据的组织-through vc 3D Drawing View and blanking technology, including three-dimensional mapping of view and corresponding graphics data organization
Draw3RectTXT
- 本程序为绘制三维柱状图程序,数据由文本输入。-the procedures for drawing 3D column, data from text input.
Draw3Rect
- 站长你好,我是一个新手希望可以有更多的学习机会,这是一个简单的三维柱状图绘制程序,数据由程序直接给定。-head Hello, I was a greenhorn want to have more learning opportunities, This is a simple three-dimensional histogram mapping, data directly from the given.
Draw3RectLine
- 这是一个简单的三维柱状图绘制程序,数据由程序直接给定,并且带有网格标注。-This is a simple three-dimensional histogram mapping, data directly to the programs, and were marked with a grid.
bigwork
- 一个matlab编制的绘制三维曲线的控件,matlab下的界面编程及控件使用-establishment of a Matlab 3D Curve Controls Matlab programming interface under the control and use
QQWEIBA
- 三维坐标画圆,立方体圆球的绘制,美观,根据球的半径变换大小
4-1(绘制立方体)
- 计算机图形学绘制一个三维几何图形,立方体等三维图形-computer graphics rendering a three-dimensional geometric shapes, such as 3D cube
绘制3D近似体
- 由VC实现的对三维物体的绘制,可以让初学者领会到奥秘-from the right three-dimensional mapping of objects, allowing beginners to understand the mysteries
dizhenzhenzhongyuce.rar
- 用MATLAB读取bmp图片 同时得出三维的坐标 同时绘制了灾区地震的地形图,Bmp image to use MATLAB to read at the same time to draw three-dimensional coordinates of the earthquake disaster areas at the same time drawing the topographic map
quiver3D_pub
- 绘制三维矢量图, 收集自网络并做了改进, 非常适合科研人员使用-plot a 3D arrow figure
opengl3d_rc
- 在VC++6.0中使用OpenGL绘制三维图形的实例源代码,源代码比较复杂,它可以绘制3D立体效果图,长方体、正方体等,其功能类似一款简单的3D绘图工具,还有其它功能,你可以下载编译一下探个究竟!-VC++6.0 in the use of OpenGL graphics rendering three-dimensional examples of source code, source code more complicated, it can draw three-dimensional
3d-graphics-transform
- 首先绘制一些美观的三维图形,然后根据3D变换矩阵算法,使图形在键盘或鼠标的控制下进行几何变换。本实验的目的在于使学生了解绘制三维图形的方法,巩固对图形几何变换的理解,掌握在VC中实现三维图形的几何变换的方法。-First, draw a number of beautiful three-dimensional graphics, and then 3D transformation matrix algorithm, so the keyboard or mouse graphics unde
OpenGL3
- 一个OpenGL小作业,可以实现基本的三维图形渲染和操作,可以通过读取文本文件来绘制三维图形,包含运行说明和遇到问题的心得-OpenGL small job, you can achieve the basic rendering and manipulation of three-dimensional graphics, three-dimensional graphics can be drawn by reading a text file that contains the run i
pie3d
- 利用GDI+绘制三维饼图,细节部分均可可做相关设置。-GDI drawing three-dimensional pie chart
VCPPaOpenGL
- VC++使用OpenGL绘制三维图形的实例,对OpenGL的学习很有用-VC++ OpenGL rendering three-dimensional graphics instance, useful learning for OpenGL
opengl
- VB中利用OpenGL绘制三维地质构造图-VB using OpenGL rendering three-dimensional geological map
3D-Projection
- 本项目展示了如何进行三维投影,即使用二维的绘图API (DrawLine)绘制三维图形的轮廓,开发语言为C#,项目环境为Visual Studio 2008。 三维旋转矩阵是投影操作中的关键,本项目展示了旋转矩阵的使用,并建立了一个简单的三维场景,用户可以通过拖动鼠标对场景进行旋转。-This project shows how three-dimensional projection, that the use of two-dimensional graphics API (Dra
WaterHole
- 用OpenGL绘制三维管道等程序代码,包括光线及旋转等。-render tube with OpenGL
三维速度场图像vc源码
- 在工程绘图中,经常需要实现三维速度场的绘制,本案例采用VC和OpenGL实现对话框界面内3D速度场分布,对三维图像开发编程具有十分重要参考作用。