搜索资源列表
OpenGL_A1
- This tutorial shows how to use the GL_REFLECTION_MAP_EXT and GL_TEXTURE_CUBE_MAP extensions to render a reflective Cube map The dglOpenGL.pas file was created by the team at www.delphigl.com I have included the html readme for an explanation
OpenGLOctane3d
- OpenGL低级着色语言和高级着色语言。讲解了不用着色语言所用的profile,以及所用的的变量的含义。对于学习OpenGL扩展库有很大帮助!-OpenGL shading language junior and senior coloring language. Coloring not on the language used in the profile, as well as the meaning of the variables. Learning OpenGL extensions
queryOpenGLInfo
- 读取显卡信息,以显示显卡支持哪些扩展,自动生成文本文件-read graphics information and graphics to show support extensions, automatically generating text files
1
- 一段可以轻松实现三维效果的小程序,文件加压后将扩展名改为.exe即可。-Can easily achieve a period of three-dimensional effect of small programs, files, extensions will be re-pressurized. Exe to.
OpenGLExtensions
- 教我们如何使用opengl的扩展,方便大家使用常用的扩展来使用最新的opengl特性-teach you how to use the opengl extensions.
openGL-Development
- OpenGL是一个图形硬件的软件接口(“GL”即Graphics Library)。这一接口包含了数百个函数,图形程序员可以利用这些函数指定设计高品质的三维彩色图像所需的对象和操作。这些函数中有许多实际上是其他函数的简单变形,因此,实际上它仅包含大约180个左右完全不同的函数。 OpenGL 实用库(OpenGL Utility Library,GLU)和对X窗口系统的OpenGL扩展,为OpenGL提供了有用的支持特性和完整的OpenGL核心函数集。本书详细介绍了这些函数的功能。 包括开发
OpenGL-Reference-Manual
- OpenGL是一个图形硬件的软件接口这一接口包含了数百个函数,图形程序员可以利用这些函数指定设计高品质的三维彩色图像所需的对象和操作。这些函数中有许多实际上是其他函数的简单变形,因此,实际上它仅包含大约180个左右完全不同的函数。 -OpenGL is a graphics hardware software interface (" GL" is Graphics Library). This interface contains hundreds of functions,
GLSL(ch)
- 这本书的目的是帮助读者学习和使用高级图形编程语言――OPENGL SHADING 语言。对于这种语言提供支持的相关OpenGL扩展在2003年6说被ARB组织批准, 并且将被加入到新的OpenGL2.0的核心中去。-This book aims to help readers learn and use high-level graphical programming language- OPENGL SHADING language. Provide support for thi
OpenGL
- OpenGL图形系统是一个软件接口,让程序员能够创建交互式程序,使用计算机图形学技术生成具有真实感的图像。本书是OpenGL ARB推荐的OpenGL 1.4版学习指南。 本书首先阐述OpenGL的功能和计算机图形学基本知识,包括状态管理和几何体的绘制、模型变换、视点变换和投影变换、颜色和光照;然后深入探讨一些高级技术,包括反走样、混合、雾效、显示列表、图像处理、纹理映射、帧缓存、网格化、NURBS、选择和反馈等;同时讨论其他一些重要主题,像如何提高程序的性能、OpenGL扩展和跨平台技
OpenglExt
- OpenGL根据扩展头文件自动生成扩展函数vc++代码-OpenGL extensions header file is automatically generated according to extension function vc++ code
vp_bump_map
- 利用VP也OPENGL混合编程开发BumMapper功能-This sample illustrates how to do a DOT3 bump map in Vega Prime. The BumMapper is the key class which loads the specified base and normal map textures. The internal bump mapping approach is based on the DOT3 bump mapping
SharpGL-2.0-Source-Code
- SharpGL的例程源代码,一个开源类库,SharpGL让你是使用OpenGL非常方便。这些工程源码是针对Visual Studio开发环境。-SharpGL is a project that lets you use OpenGL in your Windows Forms or WPF applications with ease! With all OpenGL functions up to the latest 4.2 release, all major extensions, a
glew-1.10.0-win32
- opengl的扩展库glew,包含源码与连接库,2013年更新,版本至1.10-opengl extensions library glew, including source code and link library, 2013 updated to version 1.10
grapht-master
- Grapht is a light-weight dependency injector. It converts the dependency injection problem into a graph-based problem that can be solved and analyzed without constructing any components until a solution is guaranteed. The solution graph is also expos