CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 OpenGL 搜索资源 - BSP

搜索资源列表

  1. Lightmaps_VS7

    0下载:
  2. 这是一个lightmap的Demo,效果很好,里面包含所有源码,资源,使用VC7可以编译。Demo使用了BSP技术来显示了一个场景,并且使用了Lightmap技术.-This is a lightmap the Demo good results, which contains all the source code, resources, and the compiler can use VC7. Demo BSP technology used to display a scene and
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:712336
    • 提供者:yuyu
  1. Particles_VS7

    0下载:
  2. 文件包含所有源代码和资源,是一个粒子的演示,一个使用BSP技术管理的场景,然后在场景里面使用粒子。-file contains all the source code and resources, is a demonstration of the particles, the use of a BSP technology management scene, and then use the scene inside particles.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:1007082
    • 提供者:yuyu
  1. CS_BSP

    1下载:
  2. BSP tree for CS
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:39884
    • 提供者:孟凡贵
  1. opengl_bsp

    1下载:
  2. 用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,
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:1269572
    • 提供者:snowwin
  1. BSPDemo

    0下载:
  2. BSP树演示程序,程序实现其衩现流程,及功能作用,用于对加快图形处理能力!-BSP tree demonstration program, procedures to achieve their panties are processes and functions, used to speed up the graphics processing capability!
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:1401750
    • 提供者:吴子朝
  1. BSPLoader

    0下载:
  2. quake3 bsp地图加载显示的代码,值得看看 呵呵!OpenGL版本的
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:253813
    • 提供者:白改朝
  1. BSPCollision_OGL

    0下载:
  2. quake3 bsp loader
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:357102
    • 提供者:孙伟
  1. BSPCollision2_OGL

    0下载:
  2. quake3 bsp collision 2
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:316862
    • 提供者:孙伟
  1. BSPCollision3_OGL

    0下载:
  2. quake3 bsp collision 3
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:1325982
    • 提供者:孙伟
  1. BSPLoader2_OGL

    0下载:
  2. quake3 bsp loader 2
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:298217
    • 提供者:孙伟
  1. BSPLoader3_OGL

    0下载:
  2. quake3 bsp loader3
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:2743843
    • 提供者:孙伟
  1. BSP场景分割

    1下载:
  2. 一个很详细的二叉树场景分割源码~
  3. 所属分类:OpenGL

    • 发布日期:2010-09-30
    • 文件大小:1954239
    • 提供者:aliu927@126.com
  1. QuakeBsp

    0下载:
  2. 雷神之锤场景,BSP技术,渲染BSP,BSP文件取入,Quake3BSP文件载入.-Quake scene, BSP technology, rendering BSP, BSP file to take into, Quake3BSP file loading.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-16
    • 文件大小:4497219
    • 提供者:fxy
  1. bsp doom

    0下载:
  2. BSP算法演示。内附可执行文件,模拟在迷宫中行走-This is my simple leafy BSP tree demo. Its nothing spectacular but it gives you an idea about how to build the tree and render it from back to front (no depth buffer needed).
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-31
    • 文件大小:106821
    • 提供者:qq
  1. OPENGLES

    1下载:
  2. 三星原始BSP中6410 OpenGL 示例代码-Samsung original BSP in 6410 OpenGL sample code
  3. 所属分类:OpenGL

    • 发布日期:2013-08-23
    • 文件大小:4783381
    • 提供者:huangpeiwen
  1. Quake-3-bsp

    0下载:
  2. Quake BSP Project using open GL
  3. 所属分类:OpenGL program

    • 发布日期:2017-06-02
    • 文件大小:14944800
    • 提供者:Abdul
  1. Quake3-Map-Loader

    0下载:
  2. 该程序实现了对quake3游戏中BSP场景文件的加载和渲染。渲染部分用OpenGL实现。-The program implements the game of quake3 BSP loading scene files and rendering. Achieved with OpenGL rendering part.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-18
    • 文件大小:5600238
    • 提供者:王明
  1. BSP

    0下载:
  2. 经典BSP教程,对BSP场景管理技术的详细介绍,翻译自Binary Space Partioning Trees and Polygon Removal in Real Time 3D Rendering-Binary Space Partioning Trees and Polygon Removal in Real Time 3D Rendering
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:861448
    • 提供者:wu
  1. WS2811_RGB

    1下载:
  2. WS2811驱动,在stm32上开发的,希望对大家有帮助啊,有帮助啊(WS2811 driver, developed on the STM32, and we hope to help ah, helpful!)
  3. 所属分类:OpenGL

搜珍网 www.dssz.com