CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - terrian
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - terrian - List
[
OpenGL program
]
Terrian
DL : 0
地形渲染代码集锦,包括分形山,大规模渲染LOD算法等
Update
: 2008-10-13
Size
: 8.25mb
Publisher
:
ycloang
[
Other resource
]
Terrian
DL : 1
三维地形迷模拟,采用了分形插值方法,采用了纹理贴图。
Update
: 2008-10-13
Size
: 91.83kb
Publisher
:
haoyubao
[
OpenGL program
]
Terrian
DL : 0
地形渲染代码集锦,包括分形山,大规模渲染LOD算法等 -Collection of terrain rendering code, including fractal mountain, large-scale rendering LOD algorithm
Update
: 2025-02-19
Size
: 19.79mb
Publisher
:
ycloang
[
3D Graphic
]
Terrian
DL : 0
三维地形迷模拟,采用了分形插值方法,采用了纹理贴图。-Three-dimensional topography simulation fans using the fractal interpolation method, using texture mapping.
Update
: 2025-02-19
Size
: 92kb
Publisher
:
haoyubao
[
3D Graphic
]
ZhangChao
DL : 0
读取dem数据,用Opengl画出三维地形,实现漫游。-Read dem data,and use Opengl to render the 3D Terrian.
Update
: 2025-02-19
Size
: 3.14mb
Publisher
:
zhang
[
Other
]
FocusOn3DTerrianChineseEdition
DL : 0
中文版的Focuse on 3D terrain,关于3d地形的经典书籍。-focuse on 3d terrian
Update
: 2025-02-19
Size
: 101kb
Publisher
:
zhang
[
GDI-Bitmap
]
DEMO_2_RENDER
DL : 0
利用vc++以及windows提供的GDI编写的一个小程序,主要实现了三维地形的渲染、平移、缩放、旋转等功能。-This is a simple program using vc++ and windows GDI. Its main functionalities are 3D terrian rendering, panning, zooming, and rotating.
Update
: 2025-02-19
Size
: 2.2mb
Publisher
:
徐霸
[
3D Graphic
]
Terrian
DL : 0
水的模拟,地形LOD,容积光,OPENGL-Terrain LOD,Water Simulation,Volumetric Light,OpenGL
Update
: 2025-02-19
Size
: 14.67mb
Publisher
:
pzr
[
3D Graphic
]
Snow-without-terrian
DL : 0
根据微软提供的示例 分离出来的雪花类,Delphi版本的。包含地形,地形和雪花类是分开的-According to Microsoft' s example of isolated snow class, Delphi versions. Including topography, terrain and snow classes are separated
Update
: 2025-02-19
Size
: 365kb
Publisher
:
houge
[
Delphi VCL
]
Snow-and-terrian
DL : 0
根据微软提供的示例 分离出来的雪花类,Delphi版本的。不包含地形,地形是没有的,只有雪花-According to Microsoft' s example of isolated snow class, Delphi versions. Does not contain the terrain, the terrain is not only the snow
Update
: 2025-02-19
Size
: 366kb
Publisher
:
houge
[
3D Graphic
]
SkyAndTerrain
DL : 0
C++实现天空和三维地形的绘制,并且实现了漫游,绘制模式的变换等功能-draw sky and terrian in 3D with C++
Update
: 2025-02-19
Size
: 3.74mb
Publisher
:
liuzhijing
[
Other
]
terrian
DL : 1
完成了osg地形的绘制,添加漫游器功能,实现了地形的实时漫游-Completed osg terrain rendering, add the roaming function, the real-time terrain roaming
Update
: 2025-02-19
Size
: 6.28mb
Publisher
:
廖垚
[
VC/MFC
]
terrian
DL : 0
利用osg heightfield类实现了对格网数据的地形显示,对osg初学者很有用-The osg heightfield class terrain data grid, the osg beginners useful
Update
: 2025-02-19
Size
: 2.57mb
Publisher
:
liaojinmin
[
Other Games
]
dxterrian
DL : 0
directx加载mesh网络文件实现地形,细化操作-directx load meshs files implement terrian,exmple for orperation
Update
: 2025-02-19
Size
: 1.88mb
Publisher
:
sunchj
[
OpenGL program
]
Lod-terrian-rgb--hls-
DL : 0
c++ opengl实现的降级地形,高度随颜色的变化,可控制视角等-c++ opengl implementation downgrade terrain, with a high degree of color change, viewing angle can be controlled
Update
: 2025-02-19
Size
: 20.62mb
Publisher
:
贾新
[
3D Graphic
]
Terra3D
DL : 0
This is a great demo shows off how to render a 3D terrian with openGL. As well there shows the water rendering. Easy to understand and you can use the algorithm in your own project.The code is hard to find now. Hope it can help you.
Update
: 2025-02-19
Size
: 268kb
Publisher
:
illiop
[
Special Effects
]
terrian
DL : 0
osg地形绘制 利用直角坐标值完成了基本的地形绘制,实现了基本的漫游-osg terrain rendering Use Cartesian coordinates completed the basic topographic mapping, to achieve the basic roaming
Update
: 2025-02-19
Size
: 8.27mb
Publisher
:
曹彬才
[
DirextX
]
Terrian
DL : 0
Direct9地形4贴图融合Shader多流渲染,使用多流通道对地形进行渲染贴图-Direct9 terrain multi-streaming rendering, using multiple circulation way to render terrain map
Update
: 2025-02-19
Size
: 1.64mb
Publisher
:
李克勤
[
File Format
]
DEM_hgt
DL : 0
DEM SRTM3的.hgt文件是1201*1201, signed 16 bits interger的 binary raster文件, Byte Order是Big Endian (Motorala / Network (IEEE)), 由于Signed 16 bits interger取值范围是-32767 to 32767, 其中数据空洞就赋值为-32768. -DEM the .hgt file is produced by America NASA it s the data of earth terrian ,in which the height of a point is stored I think this file will help you to understand the .hgt file
Update
: 2025-02-19
Size
: 106kb
Publisher
:
Ed
[
Picture Viewer
]
terrian-symbol
DL : 0
地形图图式符号,可以让大家尽快熟悉地形图制作方法。非常好的资料啊-the terrian symbol,very good.let s study quickly and easily to make a terrian.please download it
Update
: 2025-02-19
Size
: 3.48mb
Publisher
:
cookidog
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.