搜索资源列表
para_draw
- 图形学实验,用到openGL, 实现并行画线算法,
SkyAndTerrain
- OpenGL 3D编程,实现天空和地面的构造。对于3D游戏编程和3D图形学方面有很好的借鉴作用。
用OpenGL实现扫描线算法填充多边形的源代码
- 这是计算机图形学中用OpenGL实现扫描线算法填充多边形的源代码-This is a computer graphics using OpenGL implementations scan line polygon filling algorithm source code
FluidSolver 流体模拟源代码(OpenGL)计算机图形学
- 流体模拟源代码(OpenGL)计算机图形学,计算机流体力学-fluid simulation based OpenGL
opengl
- 计算机图形学的相关软件,可以实现很多作图方法-Computer graphics related software, can achieve a lot of mapping method
255105lesson10
- 这是我图形学课程的作业,利用OPENGL和VC++开发,画的是一个动态场景,有光照,阴影等效果,可旋转。-This is my operating graphics programs, use of OPENGL and VC++ development is a dynamic art scene, with light, shadows and other effects, may be rotating.
opengl
- 在opengl上的有关计算机图形学的基本程序,主要面向计算机图形学入门级别,希望有帮助-Relevant in opengl the basic procedures for computer graphics, primarily for entry-level computer graphics, I hope there is help
OpenGL
- OpenGL场景管理,图形学资料,了解更多关于OPENGL地场影管理的算法-OpenGL scene management, and graphics information, learn more about the OPENGL to farm shadow algorithms
Prism-ist
- 正三棱柱的图形图像解析,便于图形学分析图形结构,算法清晰明了,适合初学者研究。-Prism is a graphical image analysis, graphical analysis of the structure to facilitate graphics, algorithms, clarity, suitable for beginners to study.
earthsun
- 地球绕着太阳转的计算机图形学openGL程序,很小,很初级,适合入门者参照。-Earth revolves around the sun openGL computer graphics program, very small, very junior, suitable for beginners reference.
openGL
- 一个图像运动和摄像机调整的计算机图形学源码-A motion picture camera and computer graphics source to adjust
3D-Tank-Model
- 用计算机图形学opengl编写的3d坦克移动和旋转模型-3d tanks move and rotate the model using computer graphics opengl prepared
openGL
- 关于计算机图形学学术论文研究成果,重大突破及实际运用-Academic research on computer graphics, and a major breakthrough in the practical application
太阳地球月亮_二维_坐标变换
- 计算机图形学课堂上老师发的一份参考资料关于OpenGL二维坐标变换实例(A good reference material which,teacher send to our students.)
Happy
- 老师上课分享给的一个烟花屏保,opengl,计算机图形学(The teacher shared a fireworks screen, OpenGL, computer graphics)
曲线与曲面
- 绘制Bezier与Bspline曲线,以及相应的曲面绘制,最后实现绘制茶壶等高级物件(Bezier&Bspline,take me a lot of time to finish it, you will konw how to Paint Bspline & Bezier with OpenGL)
maze
- 通过把一个格子图中的一些边删除后生成迷宫图形.下图左边是一个5X5格子图, 有边是生成的一个迷宫图.给定一个MXN的格子图,请用种子填充算法生成一个迷宫图形(By removing some edges of a grid graph, we can create maze graphs. The left side is a 5X5 grid graph, with edges generating a labyrinth diagram. Given a MXN grid graph, pl
图形学实验1报告
- VS+OpenGL绘图环境及基本图形绘制 1、熟悉OpenGL的主要功能; 2、掌握OpenGL的绘图流程和原理; 3、掌握OpenGL核心函数的使用; 4、熟悉OpenGL基本图形元素的绘制函数。(Drawing environment and drawing of basic graphics in VS+OpenGL 1. Familiar with the main functions of OpenGL; 2. Master the drawing flow and
计算机图形学
- 在vc++6.0环境下,基于OPENGL实现图形学设计内容。包括实现五边形到五角星的动态变换;利用DDA、中点画线法、Bresenham算法画直线;利用中点画圆法、Bresenham算法画圆;利用栅栏填充、扫描线填充实现多边形内部颜色填充;以及实现二维图形、三维图形的平移、放大、缩小、对称、旋转、错切等基本图形变换。(In vc++6.0 environment, we design content based on OPENGL. It includes the dynamic transfo
图形学(圆)
- 本文件为基于OpenGL的bresenham的圆的代码实现,是计算机图形学的内容,在VS2005的环境下编译通过。