• 大小: 54.1MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2022-05-19
  • 语言: 其他
  • 标签:

资源简介

Unity模拟太阳系,利用键盘鼠标交互。如果想在移动平台上用请更改输入响应。 包含太阳、水星,金星,地球,彗星。星球都有自转公转,貌似彗星无自转。 彗星轨迹为椭圆。 提供了WASD,滚轮,双击,右键交互。

资源截图

代码片段和文件信息

using UnityEngine;
using System.Collections;

public class CenterMove : MonoBehaviour {

// Use this for initialization
void Start () {

}

// Update is called once per frame
void Update () {
        transform.RotateAround(new Vector3(000) Vector3.left 10 * Time.deltaTime);
}
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2015-08-28 16:07  MySolarSystem\
     目录           0  2015-08-24 10:08  MySolarSystem\Assets\
     目录           0  2015-08-23 15:28  MySolarSystem\Assets\FT_MagicEffect_vol3\
     文件         107  2015-08-21 14:23  MySolarSystem\Assets\FT_MagicEffect_vol3.meta
     目录           0  2015-08-23 15:28  MySolarSystem\Assets\FT_MagicEffect_vol3\Material\
     文件         107  2015-08-21 14:23  MySolarSystem\Assets\FT_MagicEffect_vol3\Material.meta
     文件        4256  2013-07-07 09:14  MySolarSystem\Assets\FT_MagicEffect_vol3\Material\Fire.mat
     文件          95  2015-08-21 14:23  MySolarSystem\Assets\FT_MagicEffect_vol3\Material\Fire.mat.meta
     文件        4264  2013-07-07 09:14  MySolarSystem\Assets\FT_MagicEffect_vol3\Material\FireCircle.mat
     文件          95  2015-08-21 14:23  MySolarSystem\Assets\FT_MagicEffect_vol3\Material\FireCircle.mat.meta
     文件        4260  2013-07-07 09:14  MySolarSystem\Assets\FT_MagicEffect_vol3\Material\FireMain.mat
     文件          95  2015-08-21 14:23  MySolarSystem\Assets\FT_MagicEffect_vol3\Material\FireMain.mat.meta
     文件        4260  2013-07-07 09:14  MySolarSystem\Assets\FT_MagicEffect_vol3\Material\FireRain.mat
     文件          95  2015-08-21 14:23  MySolarSystem\Assets\FT_MagicEffect_vol3\Material\FireRain.mat.meta
     文件        4264  2013-07-07 09:14  MySolarSystem\Assets\FT_MagicEffect_vol3\Material\FireRipple.mat
     文件          95  2015-08-21 14:24  MySolarSystem\Assets\FT_MagicEffect_vol3\Material\FireRipple.mat.meta
     文件        4260  2013-07-07 09:14  MySolarSystem\Assets\FT_MagicEffect_vol3\Material\Flare02.mat
     文件          95  2015-08-21 14:23  MySolarSystem\Assets\FT_MagicEffect_vol3\Material\Flare02.mat.meta
     文件        4264  2013-07-07 09:14  MySolarSystem\Assets\FT_MagicEffect_vol3\Material\Flare_Blue.mat
     文件          95  2015-08-21 14:23  MySolarSystem\Assets\FT_MagicEffect_vol3\Material\Flare_Blue.mat.meta
     文件        4264  2013-07-07 09:14  MySolarSystem\Assets\FT_MagicEffect_vol3\Material\Flare_Dark.mat
     文件          95  2015-08-21 14:24  MySolarSystem\Assets\FT_MagicEffect_vol3\Material\Flare_Dark.mat.meta
     文件        4264  2013-07-07 09:14  MySolarSystem\Assets\FT_MagicEffect_vol3\Material\Flare_Line01.mat
     文件          95  2015-08-21 14:23  MySolarSystem\Assets\FT_MagicEffect_vol3\Material\Flare_Line01.mat.meta
     文件        4264  2013-07-07 09:14  MySolarSystem\Assets\FT_MagicEffect_vol3\Material\Flare_Line02.mat
     文件          95  2015-08-21 14:23  MySolarSystem\Assets\FT_MagicEffect_vol3\Material\Flare_Line02.mat.meta
     文件        4264  2013-07-07 09:14  MySolarSystem\Assets\FT_MagicEffect_vol3\Material\Flare_Line03.mat
     文件          95  2015-08-21 14:23  MySolarSystem\Assets\FT_MagicEffect_vol3\Material\Flare_Line03.mat.meta
     文件        4264  2013-07-07 09:14  MySolarSystem\Assets\FT_MagicEffect_vol3\Material\Flare_Line04.mat
     文件          95  2015-08-21 14:23  MySolarSystem\Assets\FT_MagicEffect_vol3\Material\Flare_Line04.mat.meta
     文件        4264  2013-07-07 09:14  MySolarSystem\Assets\FT_MagicEffect_vol3\Material\Flare_Red.mat
............此处省略743个文件信息

评论

共有 条评论

相关资源