搜索资源列表
NurbsTrim
- 该程序创建NURBS曲面,并对该曲面进行了三角形空洞裁减,程序详细,运行无误。-the program to create NURBS surfaces and the surface of this triangle empty reductions, detailed procedures, Operation unmistakable.
01_BaseFrame
- 创建一个OpenGL窗口: 在这个教程里,我将教你在Windows环境中创建OpenGL程序.它将显示一个空的OpenGL窗口,可以在窗口和全屏模式下切换,按ESC退出.它是我们以后应用程序的框架. 理解OpenGL如何工作非常重要,你可以在教程的末尾下载源程序,但我强烈建议你至少读一遍教程,然后再开始编程. -create an OpenGL window : In this tutorial, I will teach you in the Windows envi
Delaunay
- Delaunay三角剖分算法 . 一个非常强劲的VC编的Delaunay三角网生成算法,对您学习VC++或GIS的学习都有很好的帮助作用-In mathematics, and computational geometry, a Delaunay triangulation for a set P of points in the plane is a triangulation DT(P) such that no point in P is inside the circumcircle o
car_recong
- 使用VC++6.0做开发工具, 采用简单的SDI框架结构 ,一次处理一幅位图(有兴趣的可以作成MDI) 1)位图信息的数据是从左下往右下为一行,一行一行往上排的。 2)每行像素应该是4的倍数,不足的地方用空点补齐,读的时候注意跳过冗余点。 3)主要数据都存在Doc里面,BMP的主要数据存在一个由ImgData指向的BYTE型的内存空间(根据位图的大小,动态分配的)。 4)数据读进来以后,注意向内存中贴图,以保证刷新的效率。 5)程序执行流程-Use VC++6.0 as de
OpenGLGuideCN
- 在这个教程里,我将教你在Windows环境中创建OpenGL程序.它将显示一个空的OpenGL窗口,可以在窗口和全屏模式下切换,按ESC退出.它是我们以后应用程序的框架. 理解OpenGL如何工作非常重要,你可以在教程的末尾下载源程序,但我强烈建议你至少读一遍教程,然后再开始编程-In this tutorial, I will teach you in the Windows environment to create OpenGL program. It will display an
Tutorial
- Dev C++ OpenGL模板 已经配置好所有设置,可以直接进行绘图。 在Dev c++ 4.9.9.2中测试通过。 -OpenGL template The program will display an empty OpenGL window, switch the computer into fullscreen or windowed mode, and wait for you to press ESC or close the Window to exit. It
Try_Point_Line
- 新建一个空的Qt工程,把所给的文件添加进去即可。界面有两个部分,视图部分,点坐标输入部分。由于用的是QSpinBox类的 editingFinished ()信号,所以每次输入顶点的时候不管原先那个点的值有没有变化,都要让光标在那个框中过一下,或者按个enter也行,总之要在那个框中过一下。-Create an empty Qt project, the given file can be added. Interface has two parts, part of the view poin
sharpGL_test_1
- 一个sharpGL的空专案,已经有了视窗(A sharpGL empty project, already have Windows)
