资源列表
[3D图形编程] nehe_world
说明:nehe的一个源代码,主要演示的是地形的纹理贴图技巧和场景漫游-nehe source of a major demonstration of terrain textures skills and Walkthrough<张明> 在 2025-10-05 上传 | 大小:168kb | 下载:0
[3D图形编程] simnature_exe
说明:基于高度图的3D地形渲染,其最基本的原理就是,地形上各个点的高度值存于一个文件中(高度图),渲染时,把高度图中的高度数据设为顶点缓冲区中对应顶点的Y坐标值,那么自然就会产生高低起伏的地形了-based on the height map rendering 3D terrain, the basic principle is that the terrain on each of the high value stored in a document (height), and playing<张明> 在 2025-10-05 上传 | 大小:1.11mb | 下载:0
[OpenGL] GPUGeometryClipmaps
说明:我们使用同一个vertex shader来渲染之前描述的所有2D footprint。首先,对于给定的footprint坐标(x,y)来说,shader通过简单的缩放和变换来计算它的世界坐标(x,y)。接下来,从顶点纹理中读取高度值z。这里不需要任何过滤器,因为顶点和纹理采样是一一对应的-we use with a vertex shader to exaggerate the descr iption before all 2D footprint. First, the footprint<张明> 在 2025-10-05 上传 | 大小:5kb | 下载:0
[OpenGL] ROAMSimple
说明:当我看见起伏的山脉和险峻的峡谷的照片时都会令我震撼,但不幸的是对于玩家来说,我们却不能纵情于大自然的美景中去。仅仅只有一小部分当前和将来的游戏可以给我们的眼睛带来震撼的享受(例如Tribes 1 & 2, Tread Marks, Outcast, Myth 1 & 2, and HALO)。这些游戏把3D动作游戏带进了下一个时代。 -when I see the undulating mountains and steep valleys on the photographs would sh<林林> 在 2025-10-05 上传 | 大小:340kb | 下载:0
[OpenGL] opengl---1
说明:随着网络游戏的发展,任务越来越成为游戏的重要内容之一,甚至专门出现了标榜任务为游戏主要玩法的网络游戏,任务成为了游戏中玩家获得乐趣的重要手段,也是游戏的特色之一,精彩的任务系统,不但能丰富游戏乐趣,也是重要的道具和经验来源,下面从服务器端和客户端两方-With the development of online games, the task is increasingly becoming an important part of the game, or even a specific ma<林林> 在 2025-10-05 上传 | 大小:1.46mb | 下载:0
[OpenGL] XuwjSurface
说明:使用OpenGL,在VisualC++环境下绘制半球和坐标轴-use OpenGL, the VC environment mapping hemispheric and axes<徐卫军> 在 2025-10-05 上传 | 大小:85kb | 下载:0
[OpenGL] opengl_mksw
说明:opengl做为一款强大的3D API,渲染速度快,效率高。可以为我们实现自己的3D世界。 本程序使用了glut库(下载到http://www.xmission.com/~nate/glut.html),他不仅包含了gl.h, glu.h glaux.h还扩充了一些其他高级的功能。所以在我们以后的程序中,只需包含glut.h头文件。 实现细节请下载源代码,熟悉opengl编程的朋友可以从代码中看出,在AX中实现opengl跟在普通应用程序中是一致的。 glut库的安装<周立> 在 2025-10-05 上传 | 大小:129kb | 下载:0