文件名称:displaylists.tar
介绍说明--下载内容均来自于网络,请自行研究使用
opengl显示列表实例代码,详细说明了显示列表的创建、使用和释放的过程,用显示列表换了很多茶壶对象-The OpenGL API allows to compile a set of instructions, a display list, in order to call it later. Since instructions can be calls to display lists, display lists can be nested. On configurations where client and server are different hosts, this avoids sending useless instructions over the network. On recent hardware, this also permits to have the result of the compilation saved directly on the 3D accelerator.
The functions glGenLists, glNewList, glCallList, and glDeleteLists allow respectively to declare, compile, call, and delete a display list.
The example renders 27 teapots thanks to display lists. Use left click to turn the whole group, and right click to turn the teapots locally.
The functions glGenLists, glNewList, glCallList, and glDeleteLists allow respectively to declare, compile, call, and delete a display list.
The example renders 27 teapots thanks to display lists. Use left click to turn the whole group, and right click to turn the teapots locally.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
35738622displaylists.tar