搜索资源列表
OpenGL.Shading.Language
- The OpenGL Shading Language, a high-level procedural shading language for OpenGL, is the most important new development in graphics programming to emerge in years. OpenGL is the leading cross-platform 3D-graphics API, and the OpenGL Shading Language
colorvary1
- 采用CG和OpenGL,利用GPU的管线实现图形的绘制,最终在屏幕上显示一个彩色的三角形。对于初学CG的同学会有一定帮助。-using CG and OpenGL, the use of the pipeline GPU graphics rendering, eventually displayed on the screen of a color triangle. CG for novice students will certainly be helpful.
OSG_plane
- OpenSceneGraph是在OpenGL基础上对其进行了封装和改进的图形开发包,采用树型结构来组织和绘制整个场景。最新版本的osg内核集成了GPU管线绘制。本例子是用osg编写的一个基本例子,将osg中的飞机模型载入到场景中显示出来。-OpenSceneGraph is based on OpenGL for its packaging and improved Graphics development kits, using a tree structure to organize and
Addison.Wesley.Open.Gl.Shading.Language.Feb.2004.e
- The OpenGL Shading Language, a high-level procedural shading language for OpenGL, is the most important new development in graphics programming to emerge in years. OpenGL is the leading cross-platform 3D-graphics API, and the OpenGL Shading Language
Fire
- firestarter – A Real-Time Fire Simulator Many obstacles exist in attempting to graphically render physical phenomena that are highly fluid and ostensibly chaotic in nature. Fire is a prime example of such phenomena. Given the unrealizable compu
OpenGL-Programming
- 对opengl编程图形流水线的每个流程进行了详尽的描述,英文版,很有用.-Opengl programming graphics pipeline for each process a detailed descr iption, in English, very useful.
GLSL_ES_Specification_1.0.17
- OpenGL着色语言(GLSL――OpenGL Shading Language)是用来在OpenGL中着色编程的语言,也即开发人员写的短小的自定义程序,他们是在图形卡的GPU (Graphic Processor Unit图形处理单元)上执行的,代替了固定的渲染管线的一部分-The recent trend in graphics hardware has been to replace fixed functionality with programmability in areas tha
glslex
- 绘制三个茶壶,一个使用固定管线,一个用Per-Vertex Shading方式进行光照,另一个使用Per-Pixel Shading方式进行光照;-The draw three teapot, a fixed pipeline, a light with Per-Vertex Shading way, another way of using Per-Pixel Shading light
exercise_7
- 1. 绘制两个茶壶,一个使用固定管线的Per-Vertex Shading方式进行光照,另一个使用Per-Pixel Shading方式进行光照-1. Draw two teapots, a fixed pipeline Per-Vertex Shading way light, another Per-Pixel Shading light
graphical-ninja-master
- graphical-ninja: hook into the rendering pipeline of directx 8-11 and opengl 3-4 applications using a common, simple interface.