搜索资源列表
VISC_LFS
- 这是一个简单的关于体绘制的程序。 程序中用raycasting算法绘制了一个球。 程序中的注释比较详细。-This is a simple drawing on the body of the procedure. Raycasting procedures used an algorithm for mapping the ball. Notes to the procedures in more detail.
PrintGL_Fietiger
- 说明: GL Print.rar是一个比较常见的OpenGL的打印代码,在CodeGuru上有的,我在它的基础上面做了一点点改动,就是将CGLobj当成了View的一个成员,原来他们之间存在继承关系.效果相同. Ch4.rar是一本书上面的一个原码,没有打印功能.但是他设计的类比较好(个人观点)所有的绘制功能是在COpenGLDC里完成的,而视图的投影视口的变换等是由一个照相机类完成的,以至于我现在还不知道怎么回事,只管用就是了. NewGL.rar 的我结合上面两者改写
tuxingxueshiyan4
- 1.实验目的 1、通过本次实验,掌握三维图形的旋转等变换和消隐的基本概念和相关算法。 2、掌握凸多面体的消隐算法和实现。 3、进一步熟练和掌握编程环境中三维图形的绘制和消隐的程序设计方法。 2.实验内容 1、绘制一个三维几何图形,如:球、立方体、棱柱、棱锥等。 2、对绘制的三维几何图形实现平移、旋转、变比的基本变换。 3、编程实现凸多面体的隐藏面和隐藏线的消隐。 -1. The experiment was a passage of this experiment
yml_74
- 运用vc++编写的一个实现球的细化以及绘制出一个茶壶图象-use vc prepared by the realization of a ball and the refinement mapping out a teapot image
randplot
- 本程序是建立了三维椭球随机分布模型,并绘制出分布图像。
计算机图形学球的绘制
- 计算机图形学球的绘制-computer graphics rendering of the ball
sphere
- 绘制球:有以点的形式表达的,有以线表达的,有以面片表达的......
OpenGL-Sphere-mapping
- OpenGL/绘制球体/三角形离散网显示-OpenGL/Draw sphere/triangle shows discrete Net
myearth
- 程序绘制一个旋转球,用线框标识视口,主要反映视域体,视口和窗口之间的关系-Procedures for drawing a spinning ball, using wire-frame logo, as the mouth, mainly reflecting the view of body, depending on the population and the relationship between window
volum
- 计算机图形中的体绘制算法,可以绘制圆柱,球等等体-Computer graphics in the volume rendering algorithms, you can draw the cylindrical, spherical, and so body
Ball-illumination-model
- 在屏幕中心绘制球,给球体施加不同的环境光,漫反射光,镜面反射光,改变球体的材质,改变光源的位置,从各个方面对球的光照模型进行演示
SelectionLoop
- 用VTK绘制球的碎片的可视化的C++代码-Draw the ball with the VTK visualization of fragments C++ code
GraphicsTest1
- 绘制一个球,可以增加球的数目,改变大小,改变疏密等功能,并能统计用不同方法绘制球的时间-Draw a ball, can increase the number of balls, change size, change the density functions
3d.PLT
- 用来绘制球坐标图像的程序,用为gnuplot绘图使用-Spherical coordinates used to draw the image of the program, with the use of gnuplot drawing
OOpenGL-Spherp
- OpenGL/绘制球球体/三角形离散网显示 -OpenGL/draw the ball sphere/triangle discrete network shows
MFC_OpenGL
- MFC_OpenGL绘制球,可选择网格球和实体球,球能在边框内滚动,速度可调-MFC_OpenGL draw the ball, to optional mesh ball and entities ball, the ball rolling in border, adjustable speed
双色球统计程序
- 用于统计双色球数据的代码,可以实现按期号查询,按日期查询,并绘制条形统计图。
t_8
- 1.联立下列方程求解 3x+4y-7z-12w 4 5x-7y+4z+ 2w -3 x +8z- 5w 9 -6x+5y-2z+10w -8 2.编写M文件输出“水仙花数”。(水仙花数是指一个3位数,其各位数字的立方和等于该数本身。例如153 13+53+33) 3.已知sphere函数可以产生球表面坐标 (1)用mesh函数绘制球面网线图 (2)用surf函数绘制球表面图 (3)将球表面图切除一部分,-1. The following si
zhui
- 可以绘制三维锥体投影,可以改变锥体的中心位置及椎体大小,直接运行即可。(Three dimensional cone projection can be drawn)
三轴磁力计空间椭球绘图
- (1)三轴磁力计会因空间磁场干扰会发生变形;(2)此代码可以根据实测数据绘制磁场空间分布,评判测试环境的磁场分布是否均匀,是否有强磁干扰存在。