資源簡介
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版 帶目錄書簽 高清版
- 下一篇:窮游賽題包
評論
共有 條評論