登录
首页 » OpenGL图像 » OGL绘制的旋转地球

OGL绘制的旋转地球

于 2022-04-11 发布 文件大小:6.86 MB
0 70
下载积分: 2 下载次数: 1

代码说明:

这是一个Opengl绘制贴了图的旋转的地球,还添加了光照,非常适合初学者学习。这里代码简洁明了,已经注解,画面效果十分逼真,地球在自动旋转,也可以贴上其他图片,变成其他漂亮的星体。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • opengl程序代码3d下棋游戏
    opengl学习例码1. [15分]基于OpenGL,具有基本体素(立方体、球、圆柱、圆锥、多面棱柱、多面棱台)的建模表达能力; 2. [15分]具有基本三维网格导入导出功能(建议OBJ格式); 3. [15分]具有基本材质、纹理的显示和编辑能力; 4. [10分]具有基本几何变换功能(旋转、平移、缩放等); 5. [15分]基本光照明模型要求,并实现基本的光源编辑(如调整光源的位置,光强等参数); 6. [15分]能对建模后场景进行漫游如Zoom In/Out, Pan, Orbit, Zoom To Fit等观察功能。 7. [15分]Awesomeness指数:展示项目本身所独有的炫酷特点,包括但不限于有感染力的视觉特效。
    2022-03-01 23:58:01下载
    积分:1
  • “虚拟地景生成系统”是基于Windows2000系统和Visual C++ 6.0平台,利用基本OpenGL函数编程技术开发的三维可视化成果。它通过简单的DEM...
    “虚拟地景生成系统”是基于Windows2000系统和Visual C++ 6.0平台,利用基本OpenGL函数编程技术开发的三维可视化成果。它通过简单的DEM(数字高程模型)数据,建立格网模型、再根据光照强度、高程值及有关数据建立数学模型,生成晕渲,再将它投影到平面上,达到模拟现实地貌起伏的效果。 本系统采用XP风格界面,清新自然。它具有透射/正射投影切换、漫游、缩放功能。支持分层晕渲、比高设定、平移、旋转、翻滚、视野调节、雾化、纹理贴图(显示/隐藏)等诸多功能,单幅、1MB大小的DEM数据生成速度为秒级,浏览时无停顿。-"to the virtual scene generation system" is based on Windows 2000 and Visual C 6.0 platform, using the basic function of OpenGL programming technology developed by 3D visualization results. Through simple DEM (Digital Elevation Model) data, establish grid model, in accordance with light intensity, elevation data and the value of a mathematical model, generate Hillshading, then it projection plane to achieve realistic simulation of the effect of undulating topography. The system uses XP style interface as well. It has transmission/switching are overhead projectors, roaming, zoom function. Support for layered Hillshading, compete against the creation, translation, rotation, rolling and vision adjustment, atomization,
    2023-05-08 14:35:03下载
    积分:1
  • 奥运五环的OpenGL动画动画技术
    奥运五环动画openGL动画技术-Olympic rings animation openGL animation technology
    2022-03-20 18:06:47下载
    积分:1
  • OpenGL Programming Notes detailed examples of source code, beginners to further...
    OPENGL彩色圆环编程示例 详细注释源代码,初学者进一步掌握 OPenGL-OpenGL Programming Notes detailed examples of source code, beginners to further understand OpenGL
    2022-01-24 13:38:35下载
    积分:1
  • 该代码是游戏编程光盘中所带,里面讲述了如何用OpenGL进行游戏设计。希望有喜欢的朋友一起分享...
    该代码是游戏编程光盘中所带,里面讲述了如何用OpenGL进行游戏设计。希望有喜欢的朋友一起分享-The code is a CD-ROM brought the game programming, which describes how to use OpenGL for game design. Want to have friends like to share
    2022-05-21 05:04:52下载
    积分:1
  • using the QT seems to achieve a great effect of the fog, in linux below image wi...
    在linux下用QT实现的一种看起来效果很棒的雾,对于在linux下面用OpenGL进行图像编程很有参考价值。-using the QT seems to achieve a great effect of the fog, in linux below image with OpenGL programming of great reference value.
    2022-05-05 05:06:04下载
    积分:1
  • 不规则碎片形数字地表模型的实现代码,可以应用于交通及土地规划的相关模型中....
    不规则碎片形数字地表模型的实现代码,可以应用于交通及土地规划的相关模型中.-Fractal digital terrain model of the implementation code, can be applied to transport and land use planning related to the model.
    2022-03-17 15:40:26下载
    积分:1
  • 这是我的毕业设计。一个3D的魔方。用VC6.0+OpenGL开发的,主要技术是纹理贴。实现魔方旋转、光照、透明等功能。里面有论文和源码。...
    这是我的毕业设计。一个3D的魔方。用VC6.0+OpenGL开发的,主要技术是纹理贴图。实现魔方旋转、光照、透明等功能。里面有论文和源码。-This is my graduation project. Of a 3D cube. With VC6.0+ OpenGL development, the main technology is the texture mapping. The realization of Rubik s cube rotation, light, transparent and other functions. There are papers and source code.
    2022-02-16 10:10:13下载
    积分:1
  • 烟雾模拟仿真,由粒子模型生成,添加动态风的效果
    烟雾模拟仿真,由粒子模型生成,添加动态风的效果-Smoke simulation, generated by the particle model, add the dynamic effect of wind
    2022-03-31 22:15:31下载
    积分:1
  • openGL简单绘制多边形
    利用OpenGl GLUT画出三角形、正方形、正六边等简单图形,并可据此画出正N边形的图形。代码简单,适合入门时使用。使用环境win7+vs2010+openGL
    2022-08-20 15:46:56下载
    积分:1
  • 696521资源总数
  • 104077会员总数
  • 0今日下载