资源简介
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.me
目录 0 2015-08-23 15:28 MySolarSystem\Assets\FT_MagicEffect_vol3\Material\
文件 107 2015-08-21 14:23 MySolarSystem\Assets\FT_MagicEffect_vol3\Material.me
文件 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.me
文件 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.me
文件 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.me
文件 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.me
文件 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.me
文件 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.me
文件 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.me
文件 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.me
文件 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.me
文件 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.me
文件 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.me
文件 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.me
文件 4264 2013-07-07 09:14 MySolarSystem\Assets\FT_MagicEffect_vol3\Material\Flare_Red.mat
............此处省略743个文件信息
- 上一篇:Intel汇编语言程序设计.PDF 第5版 带目录书签 高清版
- 下一篇:穷游赛题包
评论
共有 条评论