搜索资源列表
view3ds
- 源码3d格式转化软件view3ds下载 1,用VIEW3DS打开*.3ds文件; 2,左键点击打开的VIEW3DS显示区上任意一点将会弹出选择菜单; 3,按下E键选择:Export OpenGL C Code,将会自动生成两个文件*.h和 *.gl; 4,将两个文件拷到你的工程(为OpenGL环境)目录下; 5,在你的工程中加入#include\"*.h\"; 6,给*.h文件中生成的显示列表赋id,Model = GL3DS_initialize_--()
Test_4Polygon
- 一种多边形裁剪算法,可用于任意的多边形进行裁减。使用OpenGL编写。-a polygon clipping algorithm can be used for arbitrary polygon reduction. Use OpenGL prepared.
rzxz
- 绕任意轴旋的VC源码(OpenGl库)。学习交流。-arbitrary axis rotation around the VC-source (OpenGl library). Learning exchanges.
OPENGLzoom
- 这是利用mfc下opengl开发的三维物体的任意放大缩小的程序,操纵你的鼠标即可-This is the use under mfc borders are arbitrary 3D objects Zooming procedures, manipulation of the mouse you can
Soft20060210100725559
- 软件简介: 实现OPENGL图形任意缩放 -software brief : achieving OpenGL graphics arbitrary zoom
myCircle
- 利用openGL绘制圆环的程序,可动态调整圆的状态,旋转、颜色等都可以随心所欲设置。-use Open GL rendering Circle procedures, dynamic adjustment of the state round, rotation, arbitrary color can all be set up.
ploytran
- 使用opengl图形函数实现了任意凸多边形的扫描转换算法。-use opengl graphics function to achieve an arbitrary convex polygon scan conversion algorithm.
OpenGl
- 一个很好的OpenGL二维绘图程序,用户可以绘制任意曲线-a good OpenGL 2D mapping procedure, the user can draw arbitrary curve
tessellation.rar
- 网格化[tessellation]即把凹多边形,包含洞,岛的多边型,或者自交叉多边型划分为简单凸多边形的过程.OpenGL为了能快速渲染多边形,只能直接显示简单凸多边形[多边形中任意两点的连线上的所有点仍属于此多边形],对凹多边或者自交叉多边形渲染结果将不确定。在渲染复杂多边形时,常常需要将复杂多边形分解成容易渲染的简单多边形,OpenGL中的使用函数库中提供网格化的函数以通过多边型轮廓线生成简单多边形,从而渲染复杂多边形。 ,Grid [tessellation] that is conca
Spline
- 用Opengl实现的样条线绘制,包括: 1.任意次bezier曲线的绘制 2.3次hermite曲线的绘制 -Opengl achieved with spline drawing, including: 1. Arbitrary times Bezier curve drawing 2.3 times hermite Curve
shiyan4
- 了解二维图形裁剪的原理(点的裁剪、直线的裁剪、多边形的裁剪),利用VC+OpenGL实现直线的裁剪算法。 2.实验内容: (1) 理解直线裁剪的原理(Cohen-Surtherland算法、梁友栋算法) (2) 利用VC+OpenGL实现直线的编码裁剪算法,在屏幕上用一个封闭矩形裁剪任意一条直线。 (3) 调试、编译、修改程序 -Understanding of the principles of cutting two-dimensional graphics (p
TeaRotate
- 在OpenGL中可以绕任意轴旋转的茶壶,也可以用鼠标操作!-In OpenGL, you can rotate the teapot around an arbitrary axis, you can also use the mouse!
416q
- OpenGL实现任意的缩放功能,设置视点调整等功能-OpenGL realize arbitrary zoom feature, set to adjust features such as point of view
TyreArithmetic
- 此程序采用C++builder开发平面任意点在空间曲面圆柱体上映射的点的三维坐标程序,曲面圆柱体的横截面和平面点坐标由用户输入。-This procedure using C++ Builder development of planar arbitrary point in space on the cylinder surface mapping of the three-dimensional coordinates of the point process, surface cross-
MAX532
- 串行接口电压输出型DA转换器的控制,包括延时子程序, 送1位数据"1"和"0"子程序, 送1BYTE数据,B通道单独转换,A通道输出任意数等子程序-Serial interface voltage output type DA converter control, including the delay subroutine, send a data 1 and 0 subroutine, send 1BYTE data, B-channel single conversion, A-c
RotateAndTranslateASierpinski(3Dimension)
- 该程序是一个三维的Sierpinski镂垫程序,是在VC++MFC环境下利用OpenGL编写的,并且可以通过鼠标和键盘旋转和移动该三维镂垫,采用递归方法,使用四个初始顶点定义一个四面体,可以随即选取四点作为四面体的四个顶点,条件是4点中任意3点不共线。而在该程序中必须进行隐藏面消除,同时该程序对初学分形理论者可以给予很好的启示。-The program is a three-dimensional Sierpinski gasket procedure is VC++ MFC environme
3DOpenGL
- 一个3D图形显示系统,封装了一些OPenGL函数,可以实现任意形状拉伸,直管,弯管等-A 3D graphics display system, a number of packages OPenGL function, can achieve tensile arbitrary shape, straight pipes, elbows, etc.
Surtherland
- 利用VC+OpenGL实现直线的编码裁剪算法,在屏幕上用一个封闭矩形裁剪任意一条直线。-Using VC+ OpenGL to achieve a straight line cutting the coding algorithm, on the screen in a closed arbitrary rectangular cutting a straight line.
SimpleMove
- 主要是编辑地势的凹凸,在初始状态下地面的大小为10000平方米,基准平面为xoy平面,摄像机在西南50米上空鸟瞰坐标系原点位置。鸟瞰位置可由用户任意指定。-Is editor of the convex-concave terrain, the ground state in the initial size of 10,000 square meters, the base plane to plane xoy, cameras over 50 meters in the south-west
opengl01
- 不使用gltranslated等函数实现平移旋转缩放。可以任意输入参数。-Gltranslated so do not use zoom function to achieve pan rotation. Can be an arbitrary input parameters.