CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - LOD

搜索资源列表

  1. OGL_Set_Web2

    0下载:
  2. Lod程序,非常好的学习LOD技术的源代码
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:1351080
    • 提供者:LiuMing
  1. MY_LOD

    0下载:
  2. LOd的实现代码。Lod的设计大大提高了绘制效率,编译已经通过
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:50304
    • 提供者:司慧琳
  1. ROAM-LOD

    0下载:
  2. ROAM Simplistic Implementation By Bryan Turner brturn@bellsouth.net January, 2000 Project file for MS Visual C++ 6.0. Requires GLUT DLL (www.opengl.org) Adjust program constants in Landscape.h and Utility.cpp. MAPS: Default
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:381179
    • 提供者:lifeng
  1. 3d sge

    1下载:
  2. 需要d3d 9SDK,一个图形引擎的一部分,包括3DS MAX的导出插件,模型文件导入,四叉树LOD,等。 -D3D 9SDK needs, a part of the graphics engine, including 3DS MAX plug-derived model file import, quadtree LOD, etc.
  3. 所属分类:3D图形编程

    • 发布日期:2008-10-13
    • 文件大小:990912
    • 提供者:魏旭东
  1. octree

    0下载:
  2. 3Do游戏代码,基于四差数的地形程序,lod地形实现。-3Do game code, based on the difference of four terrain procedures, incomplete realization of the terrain.
  3. 所属分类:游戏引擎

    • 发布日期:2008-10-13
    • 文件大小:1917359
    • 提供者:易益平
  1. LODtex

    0下载:
  2. 地图的LOD技术,可以使你的程序的图像在尽可能好下尽可能快-map LOD technology, allows you to process images in the best possible as quickly as possible under
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:297727
    • 提供者:赖星痕
  1. openrm-devel-1.5.2-3.tar

    0下载:
  2. 2D/3D Scene Graph rendering engine for Linux/Unix/Win32 layered atop OpenGL. Supports stereoscopy, volume rendering, 2D/3D texture mapping, picking, LOD and view-dependent operations, cross-platform text, constant-rate rendering and image-based data.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:634358
    • 提供者:约非
  1. LodSphere

    0下载:
  2. LOD编程实例,在程序中根据视点与对象的距离,以不同的网格来绘制球体。-LOD programming examples, in proceedings under View and the distance between objects, a different grid to map Spheres.
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:240127
    • 提供者:赵志强
  1. LodFiled

    0下载:
  2. 三位地形的模拟。由于地形的模拟通常需要大量的数据,在满足视觉效果的前提下,使用LOD技术提高程序速度-three terrain simulation. Because of the topography simulation usually require large amounts of data to meet the visual effects on the premise that the use of technology to improve procedures LOD spe
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:291982
    • 提供者:赵志强
  1. pl/0

    0下载:
  2. /*PL/0编译系统C版本头文件pl0.h*/ /* typedef enum { false, true } bool; */ #define norw 13 /*关键字个数*/ #define txmax 100 /*名字表容量*/ #define nmax 14 /*number的最大位数*/ #define al 10
  3. 所属分类:编译器/词法分析

    • 发布日期:2010-09-13
    • 文件大小:25139
    • 提供者:xqq771084591
  1. projected grid water demo

    1下载:
  2. 外国牛人发布的论文 大型海面模拟,lod ,gpu编程
  3. 所属分类:3D图形编程

    • 发布日期:2010-09-27
    • 文件大小:4460829
    • 提供者:lwjvive
  1. code2.rar

    0下载:
  2. 主要為C++與OPENGL的源碼,包含對火焰的模擬與3D螢幕保護程式及LOD技術編成,Mainly for C++ with OPENGL source, including the simulation of the flame and the 3D screen saver and LOD technology into
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-04
    • 文件大小:1407257
    • 提供者:alvin
  1. game3dlod_080617

    2下载:
  2. 该源码为Thatcher Ulrich的游戏引擎测试器。是一个实验性和非实验性的面向游戏和图形的代码的混杂集合。可以利用该引擎LOD四叉树的算法。在大型3D游戏中,大规模室外地形真实感渲染是个室外渲染引擎的核心部分。而实现一个大规模的地形渲染系统的关键是怎么简化地形,抛弃不必要的渲染动作(如看渲染不见的三角形和不必要的细节)来加快渲染速度。 该代码支持3D网络游戏,有客户端和服务器端,语言使用C++,支持Linux, WIN32,可以参考demo程序。 编译可以在WIN32下,有Visu
  3. 所属分类:Game Engine

    • 发布日期:2017-04-10
    • 文件大小:1159689
    • 提供者:gamedriver
  1. CreateTIN_MFC

    1下载:
  2. CreateTIN_MFC是使用MFC编写的一个构建不规则三角网(TIN)的程序。能通过鼠标刺点动态生成TIN,也能导入特定格式的文件进行构TIN,同时还能将构好的TIN导出成文本文件。具体的帮助见程序里面的chm格式的说明文档。-CreateTIN_MFC is prepared to use MFC to build a triangulated irregular network (TIN) procedure. Barbed point through dynamically gener
  3. 所属分类:GIS program

    • 发布日期:2017-03-28
    • 文件大小:619129
    • 提供者:随风
  1. ClipmapTerrain

    0下载:
  2. 基于GPU地形绘制算法,可以ROAM Simplistic Implementation By Bryan Turner brturn@bellsouth.net January, 2000 Project file for MS Visual C++ 6.0. Requires GLUT DLL (www.opengl.org) Adjust program constants in Landscape.h and Utility.cpp. MAPS: Default map is read
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:34509
    • 提供者:赵华成
  1. pagelod

    0下载:
  2. osg中pagelod实例使用,根据物体距视点的距离变化,来选择显示的的模型,在减少计算量方面有极大帮助。-pagelod
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-13
    • 文件大小:3264530
    • 提供者:huadin
  1. missile-plume

    0下载:
  2. 基于opengl的导弹尾焰辐射仿真,利用粒子系统和LOD技术实现-Opengl-based simulation of the missile plume of radiation, the use of particle systems and technology to achieve LOD
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-29
    • 文件大小:212964
    • 提供者:申文涛
  1. simplify

    0下载:
  2. 这是一种三角形面片简化算法,此算法可以将复杂的三维模型化简,由几万、几十万的三角形化简到几万、几千甚至几百个三角形,同时保持与原模型最大的相似度。此算法可以用来化简模型,也可以用来生成游戏编程中LOD(level of detail)技术所需要的特殊格式的模型文件。-This is a triangular patch simplified algorithm that can simplify the complex three-dimensional model, by the tens o
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:1498742
    • 提供者:吴有仁
  1. D3DLOD

    0下载:
  2. D3D适合初学者学习LOD,代码是可以运行的-D3D for beginners learn LOD, code is can run
  3. 所属分类:3D Graphic

    • 发布日期:2017-05-11
    • 文件大小:2371298
    • 提供者:小秋
  1. NotWOW

    0下载:
  2. D3D游戏DEMO,很像WOW风格,有LOD,有场景管理,有骨骼动画-The DEMO, D3D game, much like the WOW style, LOD, scene management, skeletal animation
  3. 所属分类:Other Games

    • 发布日期:2017-05-12
    • 文件大小:2563384
    • 提供者:何彪
« 1 2 3 4 5 67 8 9 10 11 »
搜珍网 www.dssz.com