搜索资源列表
earth
- Opengl中二次曲线绘制地球,并进行纹理贴图,得到逼真的地球模型。
星座图仿真
- VC下用OpenGL实现GPS卫星绕地球旋转的三维模型
模拟卫星旋转及地球自转
- 基于openGL库,在VC6.0控制台下编程,实现了地球的自转,同时绘制了卫星,实现了卫星绕地球自转。 程序可以运行,但必须安装opengl库。
MFC单文档下地球三维显示
- 使用openGL库文件,在VC6.0下编程,通过纹理映射实现地球在MFC单文档下三维显示。
openGL-draw-earth-
- 用openGL加MFC写的地球程序,具有显示控制旋转缩放等功能-Written using openGL earth plus MFC program, with rotating zoom display and control functions
sanxing
- 该程序是基于OpenGL类库在C++平台下模拟的地球,月球,太阳的三星运行状态-The program is based on the Earth to simulate by the the OpenGL library C++ platform, the moon, the sun, Samsung running state
sun_earth_moon
- 在vc++6.0环境下用OpenGL实现的太阳地球月亮模型-In vc++6.0 environment using OpenGL implementation of the sun earth moon model
GL21_ShadowVolume
- 利用OPENGL开发的地球绕这太阳转,月亮绕这地球转的效果,实现了运动中影子的效果。-OPENGL developed the use of the Earth around the sun that the moon around the earth to the effect of the movement to achieve a shadow effect.
test
- 地球月球模型,代码比较简单 使用的opengl开发的-earth moon
Ottestballp
- OpenGL,地球模型,纹理加加载,虚拟跟踪球的实现 -OpenGL Earth model, texture Gaga overload, the realization of the virtual trackball
OpenGL--SUN-MOON-EARTH
- 利用 open GL + Vs2005 实现地球、太阳、月球的转动-openGl Vs2005 sun moon earth
OpenGL-Earth-Model
- 用Qt5环境OpenGL接口实现地球模型,可以通过鼠标转动-Earth model with Qt5 environment to achieve OpenGL interface, you can rotate by mouse
opengl-DigitEarth
- VC环境Opengl编程源码,数字地球,瓦片纹理,视点控制,鼠标选取,文字显示,数字DEM,等等,源代码大放送-VC+OpenGL,digital earth,what you need are all here.
OpenGL-sunaearth
- 以太阳、地球作为例子,把太阳作为光源,模拟地球围绕太阳转动时光照的变化。于是,需要设置一个光源——太阳,设置两种材质——太阳的材质和地球的材质。 把太阳光线设置为白色,位置在画面正中。把太阳的材质设置为微微散发出红色的光芒,把地球的材质设置为微微散发出暗淡的蓝色光芒,并且反射蓝色的光芒,镜面指数设置成一个比较小的值。简单起见,不再考虑太阳和地球的大小关系,用同样大小的球体来代替之。 -In the sun, the Earth as an example, the sun as a li
Opengl中实现太阳、地球、月亮的模型
- 利用Opengl函数库,学习运用glpushmatrix、glpopmatrix绘制月、地、太阳相对运动示意图,实现基本图元的绘制、旋转等动画效果、并自学光源、纹理贴图、雾化。
太阳地球月亮_二维_坐标变换
- 计算机图形学课堂上老师发的一份参考资料关于OpenGL二维坐标变换实例(A good reference material which,teacher send to our students.)
Ball
- 在vs 2013上使用OpenGL ES实现地球仪。包括立体地球绘制、贴图、旋转等。(OpenGL ES 3D earth.Visual Studio 2013.)
test6-太阳地球月亮
- OpenGL初学者教程,建立太阳月亮地球的三维模型(3d model of the Earth sun moon)
ConsoleApplication3
- 利用opengl图形软件包,建立太阳、地球和月亮的运动模型(Use opengl graphics package, the establishment of the Sun, Earth and Moon motion model)
OpenGL模拟太阳地球月亮
- OpenGL模拟太阳地球月亮的动画,C++Builder6源码