资源列表
SDL
- SDL.zip, 国外的一个SDL程序包
Tin3D
- 本程序可以实现打开TXT文件后显示TIN结构的图像并可添加纹理。-This procedure can be achieved to open TXT file, show TIN structure, and can add texture images.
Java3D
- java 3D开发的一些源码和例子,供初学者学习。-The Java 3D API is an appl i cat ion programming interface used for writing three-dimensional graphics applications and applets.
3D_Controls_0.7_source_and_exe
- 3d 桌面显示代码( 3d UI Framework)-3d desktop System
sanweibianhuan
- 计算机图像学中的三维变换基于MFC的程序开发源代码-Learning in the three-dimensional computer image transformation program based on open source MFC
Orbit
- 一个很好的OSG源码程序包含地形数据和一个坦克-good code
3dExplorer
- 3d探索实例,模拟真实的作战环境,实现3d漫游功能-3d exploration example, a virtual reality combat environment, and achieve 3d roaming capabilities
extract3DfromOBJ
- 提取obj中的三维数据,并通过PLOT重建3D模型-Extract date from obj and reconstruction
JFreeChart
- jfreechart的各种例子都有包括:柱形图、折线图、饼图、时区图等
demdisplay
- 一个三维地形重建的程序,包括爆炸的效果,三维地形的漫游。-a 3D terrain reconstruction procedures, including the effect of the explosion, three-dimensional terrain roaming.
OpenGL-SDK
- 这是OpenGL的SDK库,大家可以用C++语言以此为基础进行三维场景中基本功能的开发,OpenGL是可移植的开源的三维类库,应用广泛。-This is a the OpenGL SDK library, we can use the C++ language as the basis for the development of the basic functions of the three-dimensional scene, OpenGL is an open source 3D por
migong
- 设计一个OpenGL程序,创建一个三维迷宫,支持替身通过一定交互手段在迷宫中漫游,基本功能包括: 迷宫应当至少包含10 * 10 个Cell,不能过于简单,下图给出一种示例。 读取给定的替身模型,加载到场景中。 键盘方向键控制替身转向与漫游。 有碰撞检测,替身不应当穿墙。 支持切换第一视角和第三视角进行观察。 迷宫场景中的墙、地面等应贴上纹理。 扩展功能: