搜索资源列表

  1. culling

    0下载:
  2. 检查某一点是否位于平截头体内,并据此决定是否显示。用dev-c++编译。-check whether a certain point in the first-cut body, and accordingly decide whether to show. With dev - c compiler.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:200428
    • 提供者:张扬
  1. Textures2

    0下载:
  2. Texture Mapping and Backface Culling
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:133698
    • 提供者:高保军
  1. culling

    0下载:
  2. 检查某一点是否位于平截头体内,并据此决定是否显示。用dev-c++编译。-check whether a certain point in the first-cut body, and accordingly decide whether to show. With dev- c compiler.
  3. 所属分类:OpenGL

    • 发布日期:2024-05-21
    • 文件大小:199680
    • 提供者:张扬
  1. Textures2

    0下载:
  2. Texture Mapping and Backface Culling
  3. 所属分类:OpenGL

    • 发布日期:2024-05-21
    • 文件大小:133120
    • 提供者:高保军
  1. frustum

    0下载:
  2. 基于opengl实现的三维视锥裁减的一个小示例。由这个示例可以看出视锥体裁减对于提高显示速度的重要性。-on opengl achieve 3D cone reduction of a small sample. From this example can be seen as the cone reduction in the rate of increase shows importance.
  3. 所属分类:OpenGL

    • 发布日期:2024-05-21
    • 文件大小:8192
    • 提供者:李四
  1. mysf

    0下载:
  2. 地形漫游在仿真、模拟、虚拟现实等领域中有着广泛应用. 大规模地形的实时漫游算法一般采用视见体裁剪和与视点相关的连续细节层次等技术来减少实际绘制的地形数据量. 通过地形分块和视见体投影三角形扫描算法实现快速裁剪, 通过调整顶点的高度值消除裂缝, 通过基于三角形的四叉分割实现连续细节层次地形简化, 简化了算法实现, 提高了算法效率. 在没有利用帧连贯性的情况下, 算法可以在PC 机上实现较大规模地形的快速交互式漫游.-Roaming ter
  3. 所属分类:OpenGL

    • 发布日期:2024-05-21
    • 文件大小:252928
    • 提供者:万方
  1. xnafrustumculling

    0下载:
  2. 基于XNA的可见性剔除测试(Frustum View Culling)源代码-Based on the XNA removed visibility test (Frustum View Culling) source code
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:484352
    • 提供者:肖海
  1. assignment3

    0下载:
  2. 實做z-buffer,depth-cue,backface-culling 很不錯唷-Really do z-buffer, depth-cue, backface-culling is pretty good唷
  3. 所属分类:图形图象

    • 发布日期:2024-05-21
    • 文件大小:252928
    • 提供者:羅歪杰
  1. Occlusion-Culling

    0下载:
  2. 现在的HSR算法基本上可以分为四种:backface culling、frustum culling、portal culling、occlusion culling。-HSR algorithm is basically divided into four: backface culling, frustum culling, portal culling, occlusion culling.
  3. 所属分类:软件工程

    • 发布日期:2024-05-21
    • 文件大小:4096
    • 提供者:renmo80
  1. Textures1

    0下载:
  2. OpenGL Texture Mapping and Backface Culling -OpenGL Texture Mapping and Backface Culling
  3. 所属分类:3D图形编程

    • 发布日期:2024-05-21
    • 文件大小:95232
    • 提供者:nurten
  1. frustumculling

    0下载:
  2. frustum culling helper class for opengl vison volume plane extraction
  3. 所属分类:3D图形编程

    • 发布日期:2024-05-21
    • 文件大小:8192
    • 提供者:skyde
  1. FrustumCulling_OGL

    0下载:
  2. opengl 视锥裁剪算法。对OpENGL加速适时渲染的最基本算法。-OPENGL frustum culling
  3. 所属分类:3D图形编程

    • 发布日期:2024-05-21
    • 文件大小:53248
    • 提供者:cao
  1. fsource

    0下载:
  2. Engine Introduction Many people have asked me for the DirectX demo C++ source code, so here it is. The Demo fr a mework I ve build for creating the demos consist of the following components: * Kernel system, with
  3. 所属分类:DirextX编程

    • 发布日期:2024-05-21
    • 文件大小:17540096
    • 提供者:bokyaw
  1. svgvml3d

    0下载:
  2. 矩阵变换,投影,消隐,渲染(只是由光线与平面的夹角来确定平面的亮度).最后分别通过FLASH,CANVAS(FF),VML(IE)显示出来. -Matrix transformation, projection, culling, rendering (only by the light and the angle between the plane to determine the brightness of the plane).
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-21
    • 文件大小:120832
    • 提供者:zz
  1. data_arrange

    0下载:
  2. 数据结构排序算法,透视投影是3D固定流水线的重要组成部分,是将相机空间中的点从视锥体(frustum)变换到规则观察体(Canonical View Volume)中,待裁剪完毕后进行透视除法的行为。在算法中它是通过透视矩阵乘法和透视除法两步完成的。 透视投影变换是令很多刚刚进入3D图形领域的开发人员感到迷惑乃至神秘的一个图形技术。其中的理解困难在于步骤繁琐,对一些基础知识过分依赖,一旦对它们中的任何地方感到陌生,立刻导致理解
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-21
    • 文件大小:86016
    • 提供者:robin
  1. FrustumCulling

    0下载:
  2. 以OpenGL作api的视锥剪裁,对初学图形的很有帮助-frustum culling
  3. 所属分类:OpenGL

    • 发布日期:2024-05-21
    • 文件大小:67584
    • 提供者:fendou
  1. frustum_culling_with_fps

    0下载:
  2. 用frustum實現performance improving 用"N"(no culling)或"C"(culling)鍵切換有無culling,可看fps於console window-implement frustum culling
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:222208
    • 提供者:amidofu
  1. frustum_culling

    0下载:
  2. 用frustum實現performance improving 用"N"(no culling)或"C"(culling)鍵切換有無culling,可看fps於console window-implement frustum culling
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:222208
    • 提供者:amidofu
  1. Culling-Test

    0下载:
  2. culling test 源码, 可用于3D渲染的场景管理,提高渲染速度。-the source code of culling test
  3. 所属分类:3D图形编程

    • 发布日期:2024-05-21
    • 文件大小:20480
    • 提供者:孙晟轩
  1. gl_occlusion_culling

    0下载:
  2. only simple occlusuon culling
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:1306624
    • 提供者:zafotuze
« 12 »

源码中国 www.ymcn.org