搜索资源列表
用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
Assignment
- OpenGL,计算机图形学,MIT部分作业及答案。我自己做的,程序具有较好的组织结构。-OpenGL, Computer Graphics, MIT part of operation and answers. I myself do, the program has a good organizational structure.
opengl
- 在opengl上的有关计算机图形学的基本程序,主要面向计算机图形学入门级别,希望有帮助-Relevant in opengl the basic procedures for computer graphics, primarily for entry-level computer graphics, I hope there is help
1
- Vtk(visualization toolkit)是一个开放资源的免费软件系统,主要用于三维计算机图形学、图像处理和可视化。Vtk是在面向对象原理的基础上设计和实现的,它的内核是用C++构建的,包含有大约250,000行代码,650多个类,还包含有几个转换界面,因此也可以自由的通过Java,Tcl/Tk和Python各种语言使用vtk。 Vtk几乎可以在任何一个基于Unix的平台上操作,以及Windows 95/98/NT/2000/XP。 vtk的结构 Vtk比OpenGL和PEX高
OpenGL_source
- opengl + vc++ 计算机图形学 烟花燃放程序-opengl+ vc++ Computer Graphics fireworks program
tu_xing
- 计算机图形学实验利用Java 3D或者OpenGl图形库,用C语言或JAVA语言编写一个简单的图形动画交互程序,可以使用鼠标或者键盘控制图形的变化,如平移、旋转和缩放等-Experimental use of computer graphics, Java 3D or OpenGl graphics library, use the C language or JAVA language to write a simple interactive graphics animation progr
cgwork
- 计算机图形学综合性试验(利用OpenGL的相关库函数及glut库函数设计轿车及动画功能)-Comprehensive test of computer graphics (using OpenGL and glut library functions related to design cars and animation library functions function)
SoapBox
- 5DG S 计算机图形学实验教程OpenGL版 项目名称:5DG S 3D Object-Soap 场景控制: ESC:退出程序 F1:窗口模式或全屏模式的切换 O:打开肥皂的盒子 P:关闭肥皂的盒子-5DG S Computer Graphics OpenGL version of the experimental curriculum project name: 5DG S TextureLoader scene control: ESC: exi
openGL
- 一个图像运动和摄像机调整的计算机图形学源码-A motion picture camera and computer graphics source to adjust
bumptex
- OPENGL计算机图形学编程代码,实现BUMP MAPPING,可配合OPENGL编程基础一书使用-OPENGL computer graphics programming code, implementation BUMP MAPPING, in line with the OPENGL programming use basic one book
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的环境下编译通过。