资源列表
yixuetuxiangsanweichongjian
- 本文简单介绍了医学图像的三维重建的研究与实现,研究了相关的理论及技术。
VC++6
- 利用VC进行三维图像开发的开发实例,具有一般性的指导作用,非常值得-VC 3D images example of the development, with the general guidance is very worthwhile
scatter3d_demo
- 一个三维演示程序,他可以打开多个用文本文件编辑的三维点数据。 同时可以以多种视图演示。可以用旋转,多视角察看-a 3D demo program, he can open up a number of editing text files with the 3D point data. Also able to view a variety of demonstrations. Can rotate more Perspective View
3d duck
- Si vous lisez ca cela veux dire que vous avez vu une de mes demos, je vous en remercie, et j'espere que vous l'avez apprecié.
Direct3D
- Bumpmapping is an advanced multitexture blending technique that can be used to render the appearance of rough, bumpy surfaces. The bump map itself is a texture that stores the perturbation data. Bumpmapping requires two textures, actually.
MFCGL-V5
- 3D objects rotation, shifting and zooming
旋转立方体
- 计算机图形学,旋转立方体
AnIntroductiontoNURBSCCode
- 涵盖了nurbs方面的基本算法,可以把源码直接拷贝到程序中。 Table of Contents Chapter 2 Bezier Curves Chapter 3 B-spline Curves Chapter 4 Rational B-spline (NURBS) Curves Chapter 5 Bezier Surfaces Chapter 6 B-spline Surfaces Chapter 7 Rational B-spline (NURBS) S
sphere2
- 又是学习《计算机图形学》时做的课程设计,目的是绘制一个球体,包含网格、消隐、光照等操作。
threedimentionProject
- 三维计算机图形学点透视投影变换与双3次Bezier曲面绘制算法,很有用的哦。在VC++6.0下编译通过。-point perspective projection transform and double three times Bezier surface rendering algorithm, Oh, very useful. In VC 6.0 compiler passed.
raytracer7
- 顶级的光线跟踪例程,使用了了加速光线跟踪的算法。
DrawingImage直线画圆
- C# DrawingImage直线画圆,利用vs2022的C#进行简单的画圆。非常的实用。