登录
首页 » c++ » opengl 太阳地球月亮代码

opengl 太阳地球月亮代码

于 2022-05-18 发布 文件大小:1.73 MB
0 245
下载积分: 2 下载次数: 2

代码说明:

这是一个使用opengl写的简单的关于太阳地球月亮的代码,三维图形场景,支持旋转,缩放,有太阳地球月亮的纹理贴图

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

发表评论

0 个回复

  • 0228
    说明:  这是Mega8I2c通讯时的主机访问程序.(Mega8I2c communication host access procedures.)
    2006-03-02 17:47:21下载
    积分:1
  • 鼠标、手势画线
    unity 实现鼠标、移动端手势画线 public class DrawLineByMouse : MonoBehaviour {     public Material mat;     public List vertexPosList= new List();     public List breakFlagList = new List(); //当为真时,需要断开     public Color lineColor;     Vector2 _lastMousePos;     Vector2 _curMousePos;     bool _canDrawLine=false;     bool _mouseButtonHaveUp = false; void OnGUI(){ if (!Input.GetMouseButton(0)) { if (vertexPosList.Count > 1) { _mouseButtonHaveUp = true; } return; } _curMousePos = new Vector2(Input.mousePosition.x / (float)Screen.width, Input.mousePosition.y / (float)Screen.height); if (Vector3.Distance(_lastMousePos,_curMousePos)>0.001f) { vertexPosList.Add(_curMousePos);
    2022-03-21 05:37:56下载
    积分:1
  • IPTC样本(图像EXIF,IPTC)从文件中读取信息
    IPTC sample (image EXIF, IPTC) information read from file
    2022-07-08 13:00:39下载
    积分:1
  • 在 C# 中的 4 * 4 拼图
    这个源代码是基于可视化编程的 16 拼图实现 C# 版本。每一件事是清楚并没有 lacuna.use,了解如何写它,并在结束了享受 it.thanks。
    2023-04-30 13:25:08下载
    积分:1
  • 学术论文
    说明:  交通仿真相关学术论文,对初学者有一定帮助(Academic papers on traffic simulation are helpful to beginners.)
    2020-06-19 00:00:02下载
    积分:1
  • S12G128芯片驱动
    飞思卡尔的S12G128的驱动函数,包含AD,TI,WDog,CAN,IEEE,SPI。
    2022-01-31 06:57:57下载
    积分:1
  • crc32
    crc32 calculation code
    2014-05-26 18:03:30下载
    积分:1
  • biaoshiyushengcheng
    实验内容 信号与系统试验报告 自己的作业 1.设有两个信号: 要求x(t)和h(t)采样形成离散序列, 参数选择如下: 采样率Δ=4ms, 频率f=30Hz, a=2f2ln(M), M=2.5 在MATLAB下实现连续信号离散化, 并绘制出离散形式的信号波形。 (Experimental signal and system test the contents of the report of one)
    2008-05-07 10:26:56下载
    积分:1
  • 一个地形渲染的引擎 terrainengine
    一个地形渲染的引擎,能够输入dem数据,生成3D地形(A terrain rendering engine, can be dem input data to generate 3D terrain)
    2008-08-04 16:09:56下载
    积分:1
  • QT_dll
    QT下调用dll文件的三个例子,大家可以(QT call dll files under the three examples, we can)
    2016-05-07 20:25:35下载
    积分:1
  • 696516资源总数
  • 106658会员总数
  • 16今日下载