搜索资源列表
opengl_bsp
- 用opengl实现的bsp管理3D场景的算法,用VC7.1可以直接编译通过。此代码详细、清楚地实现了bsp算法,并且可以载入、渲染QuakeIII的BSP文件,能将QuakeIII的场景高质量地渲染出来!-use opengl realized bsp 3D scene management algorithm VC7.1 can be used directly compile. This code in detail, clearly realized the bsp algorithm,
BSPLoader
- quake3 bsp地图加载显示的代码,值得看看 呵呵!OpenGL版本的
UniBuilderSource
- 这个项目即提供一个完整的基于BSP技术的实时场景渲染解决方案一个基于画刷的场景建模工具即场景编辑器,一个场景编译器,以及一个用于渲染编译后场景的基于OpenGL构建的图形库GxLib。UniBuilder为一些对场景数据有特殊要求的项目提供一个功能强大的可扩展的场景数据编辑工具,此工具产生的场景可用于产生BSP树。BSP编译器,负责将建模工具产生的数据编译成BSP树,并预计算可见性和光照贴图,供实时应用程序使用。此项目提供一个完整的基于BSP技术的实时场景渲染解决方案,包括完整的场景建模工具和B
QuakeBsp
- this code is for opengl that can loaing bsp file.-this code is for opengl that can loaing bsp file
QuakeBsp
- opengl Quake室内场景模拟,使用一些关于BSP和隐藏面剔除的知识-opengl Quake simulated indoor scenes, using some hidden surface removed on the BSP and the knowledge
OPENGLES
- 三星原始BSP中6410 OpenGL 示例代码-Samsung original BSP in 6410 OpenGL sample code
BSPLoader
- 这是一个加载BSP地图的例子,用opengl写的,很直得一看。-This is an example of loading BSP map, written with opengl, it was a straight look.
Quake3-Map-Loader
- 该程序实现了对quake3游戏中BSP场景文件的加载和渲染。渲染部分用OpenGL实现。-The program implements the game of quake3 BSP loading scene files and rendering. Achieved with OpenGL rendering part.