Commit 4ef955bc by jlc

update:火箭发射代码注释的添加

parent a8d5c152
...@@ -77,7 +77,7 @@ export function addRocket() { ...@@ -77,7 +77,7 @@ export function addRocket() {
scale: 1, scale: 1,
runAnimations: false, runAnimations: false,
articulations: { // 定义动画参数 articulations: { // 定义动画参数
"BoosterFlames Size": { "BoosterFlames Size": { // 二级发动机底部火焰样式的显示情况
epoch: "2019-08-28T04:00:00Z", epoch: "2019-08-28T04:00:00Z",
number: [ number: [
0, 1, 0, 1,
...@@ -86,7 +86,7 @@ export function addRocket() { ...@@ -86,7 +86,7 @@ export function addRocket() {
1000,0 1000,0
] ]
}, },
"Booster MoveZ": { "Booster MoveZ": { // 二级发动机随着z轴向下掉落的情况
epoch: "2019-08-28T04:00:00Z", epoch: "2019-08-28T04:00:00Z",
number: [ number: [
0, 0, 0, 0,
...@@ -104,7 +104,7 @@ export function addRocket() { ...@@ -104,7 +104,7 @@ export function addRocket() {
1000, 90 1000, 90
] ]
}, },
"Booster Size": { "Booster Size": { // 二级发动机随时间变化的显示情况
epoch: "2019-08-28T04:00:00Z", epoch: "2019-08-28T04:00:00Z",
number: [ number: [
0, 1, 0, 1,
...@@ -132,7 +132,7 @@ export function addRocket() { ...@@ -132,7 +132,7 @@ export function addRocket() {
] ]
}, },
"SRBFlames Size": { "SRBFlames Size": { // 一级助推器底部火焰随时间变化的显示情况
epoch: "2019-08-28T04:00:00Z", epoch: "2019-08-28T04:00:00Z",
number: [ number: [
0, 1, 0, 1,
...@@ -141,7 +141,7 @@ export function addRocket() { ...@@ -141,7 +141,7 @@ export function addRocket() {
1000,0 1000,0
] ]
}, },
"SRBs Separate": { "SRBs Separate": { // 一级助推器分开的距离
epoch: "2019-08-28T04:00:00Z", epoch: "2019-08-28T04:00:00Z",
number: [ number: [
0,0, 0,0,
...@@ -150,7 +150,7 @@ export function addRocket() { ...@@ -150,7 +150,7 @@ export function addRocket() {
1000,40 1000,40
] ]
}, },
"SRBs Drop": { "SRBs Drop": { // 一级助推器掉落:随时间的变化掉落的距离,负号表示向下掉落
epoch: "2019-08-28T04:00:00Z", epoch: "2019-08-28T04:00:00Z",
number: [ number: [
0, 0, 0, 0,
...@@ -159,7 +159,7 @@ export function addRocket() { ...@@ -159,7 +159,7 @@ export function addRocket() {
1000,-150 1000,-150
] ]
}, },
"SRBs Rotate": { "SRBs Rotate": { // 一级助推器掉落的张开角度随时间的变化,张开的角度单位为度
epoch: "2019-08-28T04:00:00Z", epoch: "2019-08-28T04:00:00Z",
number: [ number: [
0,0, 0,0,
...@@ -168,7 +168,7 @@ export function addRocket() { ...@@ -168,7 +168,7 @@ export function addRocket() {
1000,120 1000,120
] ]
}, },
"SRBs Size": { "SRBs Size": { // 一级助推器的显示和消失情况
epoch: "2019-08-28T04:00:00Z", epoch: "2019-08-28T04:00:00Z",
number: [ number: [
0,1, 0,1,
...@@ -177,7 +177,7 @@ export function addRocket() { ...@@ -177,7 +177,7 @@ export function addRocket() {
1000,0 1000,0
] ]
}, },
"UpperStageFlames Size": { "UpperStageFlames Size": { // 顶部卫星仓助推器底部火焰随时间变化的显示情况
epoch: "2019-08-28T04:00:00Z", epoch: "2019-08-28T04:00:00Z",
number: [ number: [
0,0, 0,0,
...@@ -188,16 +188,16 @@ export function addRocket() { ...@@ -188,16 +188,16 @@ export function addRocket() {
1050,0 1050,0
] ]
}, },
"Fairing Open": { "Fairing Open": { // 整流罩随时间的变化而打开的角度
epoch: "2019-08-28T04:00:00Z", epoch: "2019-08-28T04:00:00Z",
number: [ number: [
0, 0, 0, 0,
200, 0, 200, 0,
210, 120, 210, 120, // 第210秒时,打开的角度为120度
1000,120 1000,120
] ]
}, },
"Fairing Separate": { "Fairing Separate": { // 整流罩分离:随时间的变化分离出去的距离,负号表示往外部分离
epoch: "2019-08-28T04:00:00Z", epoch: "2019-08-28T04:00:00Z",
number: [ number: [
0, 0, 0, 0,
...@@ -206,7 +206,7 @@ export function addRocket() { ...@@ -206,7 +206,7 @@ export function addRocket() {
1000,-50 1000,-50
] ]
}, },
"Fairing Drop": { "Fairing Drop": { // 整流罩掉落:随时间的变化掉落的距离,负号表示向下掉落
epoch: "2019-08-28T04:00:00Z", epoch: "2019-08-28T04:00:00Z",
number: [ number: [
0, 0, 0, 0,
...@@ -215,7 +215,7 @@ export function addRocket() { ...@@ -215,7 +215,7 @@ export function addRocket() {
1000,-150 1000,-150
] ]
}, },
"Fairing Size": { "Fairing Size": { // 整流罩的显示和消失:1表示显示,0表示消失
epoch: "2019-08-28T04:00:00Z", epoch: "2019-08-28T04:00:00Z",
number: [ number: [
0, 1, 0, 1,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment