Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • raytracing(f2).zip OpenGL program for raytracing. It is not a completed version yet.
  • COSC518.rar Opengl program to draw a circle
  • OpenGL.rar 基于对话框的用一个定时器控制物体旋转的OPengl绘图程序
  • S01_frame(OpenGL).rar 一个灯笼程序opengl的 可做课程设计或毕业论文使用 不含有WORD
  • ch3source.zip different opengl program
  • OpenGL.rar OpenGL简单应用,OpenGL入门比较好的程序
  • Program.rar 内含opengl技术范例2个、CIE DE 2000色差公式计算器1个等
  • DrawCurve.rar OpenGL program that create B-spline, Bezier and Interpolation curve
  • openGL.rar 此程序的功能是实现基本的openGL中的画线算法,总共有四个算法。DDA画线算法,中点Bresenham算法画直线,改进Bresenham算法画直线以及 四分法绘制椭圆
  • py-opengl.rar 程序采用的算法是,最短距离法,源程序由三个文件组成。 CoordinateTransformation.py模块 主要负责将轮廓线进行处理,从而使他们在一个平面的单位正方形内。 PointPair.py模块 主在负责将接收经过CoordinateTransformation处理后两层轮廓线数据,对他们使用最短距离法从而将每个三角片的三个顶点确定下来,并返回其索引值 Main.py 主要负责调opengl以及组织和显示。