搜索资源列表
nehe_world
- nehe的一个源代码,主要演示的是地形的纹理贴图技巧和场景漫游-nehe source of a major demonstration of terrain textures skills and Walkthrough
terraininfinite
- 用OpenGL实现地形,包括3ds文件的读取、纹理贴图等等。-use OpenGL terrain, including 3ds document read, texture mapping, and so on.
lhxy
- 游戏林海雪原全套源代码,我花了钱买的。它具备了天空、太阳光晕、地表贴图、粒子系统等特征,加入了菜单选项、草木、人物与房子模型,而且人物具有一定的人工智能。游戏中,玩家需要消灭所有的敌人。对地形游戏开发很有帮助。
FractalTerrain
- 三维地形的实现原代码,实现了纹理贴图,摄象机漫游的功能.
MyTerrain
- 本程序介绍OpenGL下三维地形的模拟技术,地形的绘制采用了文理贴图的方法
MyTerrain
- 三维山体地形渲染,并且实现了纹理贴图,旋转的地形图
SkyDome
- 一个sky的demo 涉及到opengl 地形 绘制 纹理贴图 适合初学者学习
TankOnAHeightmap.Zip
- XNA中如何使用地形贴图,获取地面信息的程序,XNA in how to use topographic maps to obtain information on the procedures for the ground
TerrainRender
- 3D图形编程,VS +Directx用高度图和纹理贴图实现三维地形模拟-heightmap and texture to simulate 3D terrain
44
- 【例程3】形高度数据,将地形数据组织成均匀三角网格,通过OpenGL绘制三维地形,并进行地形纹理贴图。同时要求实现地形的漫游,即可以前后左右移动视点来观察地形。-From the elevation map (digital elevation map) to read the terrain elevation data, terrain data will be organized into a uniform mesh, through the OpenGL rendering terra
MyTerrain2
- openGL的随机地形生成,还没有贴图,运行需要glut.h-openGL random terrain generation, there is no mapping, needed for the operation of glut.h
MyTerrain1
- 修改版的openGL3D地形生成,添加了表面纹理贴图,更加真实-Modified version of the openGL3D Terrain Generation, add a surface texture mapping, and more real
Map
- 利用OpenGL根据.raw作为高度图文件绘制地形,按键f为GL_FILL模式,按键l为GL_LINE模式,m为纹理贴图的地形,c为自己设置颜色的地形,h和t切换不同的地形.-The use of OpenGL in accordance with. Raw height map as a document mapping the topography, key f for GL_FILL mode l for GL_LINE mode button, m for the texture map
OpenGL_Terrain
- OpenGL地形---这个演示展示了一种纹理混合贴图(Texture Blending)的技术。-OpenGL terrain demo--- this show a mixed picture texture (Texture Blending) technology.
GraphicsHomework
- 课程设计的主要内容为开发一个实时绘制大规模三维场景的程序系统,应老师要求,完成的主要功能如下。 必做部分: 1. 采用3DS Max对三维场景进行了建模。场景中包含了建筑物、道路、天空等基本元素,实现了场景的纹理贴图功能。(见图1,2) 2. 实现了通过3DS Loader读取场景数据。 3. 使用了OpenGL和GLUT扩展库来实时绘制上述场景,画面生成速度达到36帧/秒。 4. 提供了友善的用户界面,并实现了多角度场景的交互漫游,可以以第一人称行走的方式漫游场景
用OPENGL+MFC编的三维地形
- 用OPENGL+MFC编的三维地形,可以构建TIN,旋转,平移,还加了纹理贴图,有数据。-OPENGL+ MFC series with three-dimensional terrain, you can build TIN, rotation, translation, has added texture, there are data.
war3terrain
- 模拟魔兽争霸3的地形贴图的算法源代码和程序-war3 terrain codes and progrom
11
- 从高程图(digital elevation map)读取地形高度数据,将地形数据组织成均匀三角网格,通过OpenGL绘制三维地形,并进行地形纹理贴图。同时要求实现地形的漫游,即可以前后左右移动视点来观察地形。-From the elevation map (digital elevation map) to read the terrain elevation data, terrain data will be organized into a uniform mesh, through t
TTLBSceneDemo
- 文章地址:http://www.cnblogs.com/syqking 实现地形的部分主要都是改ETM实现的。 场景环境和模型的载入时直接在Sample中用Tinyxml实现的。 修改的ETM源文件所在目录为.\dependency\ETM\src Demo源文件所在目录为.\dependency\ETM\Sample 由于大小问题大部分资源文件,静态库都未包含,所以请自行添加Ogre自带的一些资源文件和TTLB的资源文件,并可能需要修改项目的一些路径设置。
地形
- 用OpenGL实现的一个地形图,包含纹理贴图以及背景音乐,对初学者有帮助