搜索资源列表
A11_collision-check
- 碰撞检测算法以及如何用精简的c语言实现,对学生学习OpenGL有帮助-collision detection algorithms, and how to streamline the c language, students learn to help OpenGL
bresenham
- 用C语言结合OpenGL技术实现Bresenham算法绘制直线
OpenGLGameProgramming源码
- OpenGL Game Programming 一书的源代码,相当具有参考价值!包含书中的所有的例子! Beginning OpenGL Game Programming(OpenGl游戏程序设计高级入门),说高级是因为这本书确实不同一般,深入讲解OpenGL的游戏开发过程.而说是入门教程:它是一步一步的引导读者去学习.从最基础到高级. GameDev.net的两个站长写的书,这本书不只提供了一个极好的OPENGL的入门,而是整体讲述了3D程序设计. 本书是对OpenGL开发
CG1
- 一个opengl下的图形学实验,展示了DDA算法画直线、中点Bresenham算法画直线、改进Bresenham算法画直线、八分法绘制圆等算法的c语言实现,结果采用每秒逐点画出,清晰明了-Opengl graphics under an experiment to demonstrate the DDA algorithm for drawing a straight line, the mid-point Bresenham algorithm for drawing a straight l
cairo-1.8.6.tar
- c语言实现的2D矢量图形算法库,提供跨平台特性,通过基于OPENGL扩展模块能够实现硬件加速。-c language algorithm for 2D vector graphics library to provide cross-platform features, the expansion module OPENGL based hardware acceleration can be achieved.
Maxtire
- 这是一个对矩阵的操作算法,即使对矩阵进行转置和乘法。用C语言实现的。-This is a matrix operation algorithm, even for matrix transpose and multiplication. Realized with C language.
erweijiancaisuanfa
- 关于OPENGL的一个二维剪裁算法!用C语言编写的!-On a two-dimensional cut OPENGL algorithm! Using C language!
C
- C语言编程绘图介绍,很详细 1、二维图形中基本图元的生成算法 2、二维图形的基本操作和图形处理的算法 3、二维图形的输入与输出。 4、三维几何造型技术的研究。 5、真实感图形的生成算法-C design
Delaunay_Bowyer_Watson
- 一个c#语言写的使用Bowyer_Watson算法和有向查找技术的delaunay三角网生成程序,供大家交流学习。-A language written in c# use of Bowyer_Watson algorithms and techniques to find delaunay triangular mesh generation process, for all to share their knowledge.
TargetTracking
- 目标跟踪系统的仿真模拟程序,用C语言实现了常用目标跟踪算法kalman滤波,并使用OpenGL模拟了多种机动目标运动模型,完成了雷达跟踪仿真的图形化显示-Target tracking system simulation program, using C language to achieve a common target tracking kalman filter, and uses OpenGL to simulate a variety of maneuvering target mo
OpenGL
- opengl实现的图形算法,采用opengl和c语言实现的-opengl computer graphics algorithm,using the c programming languange
DDALine
- c语言基于opengl,利用dda算法完成直线的绘制-C language based on opengl, using the algorithm of the straight line drawing complete dda
3D-data-slice
- 在分析SEGY格式地震数据文件的结构及其读写方法的基础上,介绍了三维地震数据 体的任意剖面抽取算法及C语言程序代码-introduce the method of the slice in the 3D segy data in matlab
xiangpijing
- 用c语言写的,open gl 橡皮筋算法绘制直线。导入open gl 库后 可以在 vc++ 上运行-用c语言写的,open gl 橡皮筋算法绘制直线。导入open gl 库后 可以在 vc++ 上运行
Coding-crop
- 计算机图形学中的直接编码裁剪算法,用C语言利用opengl实现的-Direct encoding computer graphics clipping algorithm, using C language using opengl implementation
code2
- opengl直线裁剪算法,是高校实验中基本的c语言算法。-cut the line
code3
- 用opengl编写的,c语言描述的键盘控制茶壶旋转的算法。-to control the teaport to move
中点画线(提高)
- 在OpenGL环境下用c++语言实现中点画线算法画一万条直线(In the OpenGL environment, we use the c++ language to realize the midpoint line drawing algorithm and draw ten thousand straight lines.)
提高(Bresenham)
- 在OpenGL环境下用c++语言实现Bresenham画线算法画一万条直线(In the OpenGL environment, we use the c++ language to realize the Bresenham drawing algorithm and draw ten thousand straight lines.)