搜索资源列表
opengl_font
- opengl下对字体支持的源码,用户可以自行对字体进行光栅化,与3d物体兼容-opengl right under the source font support, users can print their own right for grating, compatible with the 3d objects
raster_triangle
- 这个是我们课堂老师让我们做的一个光栅化画三角行的程序,使用了opengl图形包,opengl初学者可以用来参考。-This is our classroom teachers to allow us to do a painting of the triangular grating line, the use of the opengl graphics package, opengl beginners can be used to refer to.
include
- 直线生产算法,理解基本图形元素光栅化的基本原理,掌握一种基本图形元素光栅化算法,利用OpenGL实现直线光栅化的DDA算法。-Straight-line production method, understanding the basic graphic elements of the basic principles of grating, have a basic graphic elements rasterization algorithms, the use of OpenGL to
opengl
- 本代码是简单的opengl源代码 主要功能是创建了一个三角形和一个矩形 利用Opengl实现直线光栅的DDA算法-The code is a simple source code opengl main function is to create a triangle and a rectangle using Opengl linear grating DDA algorithm
321
- 利用OpenGL实现直线光栅化的DDA算法。基于.NET+openGL平台的一个代码实例。-Using OpenGL to achieve linear grating of the DDA algorithm. Based on. NET+ openGL platform a code example.
CgDrawLine
- vc6.0平台,基于openGL,可以模拟简单的画线过程中光栅显示的过程,适合初学者。-vc6.0 platform, based on openGL, can simulate the process of a simple line drawing shows the process of grating, suitable for beginners.
chap1fig
- Computer graphics (third edition) the source code. Covers the grating algorithm, graphics with observation, the hidden 3d face elimination, illumination, texture, draw etc algorithm and theory, and introduce the visual perception, computer animation,
ch12source
- 计算机图形学(第三版)源代码。主要讲解图形学的光栅算法、三维观察、隐藏面消除、光照、纹理、绘制等算法和理论,并介绍可视感知、计算机动画、基于图像的绘制、可视化以及构建交互式图形应用等。-Computer graphics (third edition) the source code. Covers the grating algorithm, graphics with observation, the hidden 3d face elimination, illumination, tex
ch9source
- 计算机图形学(第三版)源代码。主要讲解图形学的光栅算法、三维观察、隐藏面消除、光照、纹理、绘制等算法和理论,并介绍可视感知、计算机动画、基于图像的绘制、可视化以及构建交互式图形应用等。-Computer graphics (third edition) the source code. Covers the grating algorithm, graphics with observation, the hidden 3d face elimination, illumination, tex
321
- 利用OpenGL实现直线光栅化的DDA算法。基于.NET+openGL平台的一个代码实例。-Using OpenGL to achieve linear grating of the DDA algorithm. Based on. NET+ openGL platform a code example.
include
- 直线生产算法,理解基本图形元素光栅化的基本原理,掌握一种基本图形元素光栅化算法,利用OpenGL实现直线光栅化的DDA算法。-Straight-line production method, understanding the basic graphic elements of the basic principles of grating, have a basic graphic elements rasterization algorithms, the use of OpenGL to
RayTrace-master
- 提到Computer Graphics,众所周知的是如OpenGL、Direct3D这样非常流行的光栅化渲染器。事实上,这些大部分应用于游戏制作的API主要为实时渲染(Real-time Rendering)而设置,而它们所采用的光栅化(Rasterization)的渲染方式,通过渲染大量的三角形(或者其他的几何图元种类(Primitive types)),是与本文介绍的光线跟踪相对的一种渲染方式。这种基于光栅化的渲染系统,往往只支持局部照明(Local Illumination)。局部照明在渲