Finished up the Inversion Pillar animation rendering.
This commit is contained in:
parent
dab6e0842b
commit
a0b92c0c2f
6 changed files with 37 additions and 24 deletions
|
@ -16,7 +16,7 @@
|
|||
"variable": "offset_y",
|
||||
"type": "uniform",
|
||||
"interpolation": "linear",
|
||||
"samples": [ 0, 0.08, 0.25, 0.42, 0.5, 0.42, 0.25, 0.08 ]
|
||||
"samples": [ -0.0625, -0.0442, 0, 0.0442, 0.0625, 0.0442, 0, -0.0442 ]
|
||||
},
|
||||
{
|
||||
"variable": "axis_y",
|
||||
|
@ -29,16 +29,13 @@
|
|||
"type": "uniform",
|
||||
"interpolation": "linear",
|
||||
"samples": [
|
||||
0, 120, 240,
|
||||
0, 120, 240,
|
||||
0, 120, 240,
|
||||
0, 120, 240
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"events": {
|
||||
"0.5": "boop"
|
||||
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,23 +1,13 @@
|
|||
{
|
||||
"parameters": {
|
||||
"clip_time": [ "-/", "#offset", "#cycle_length" ],
|
||||
"round_cycle": [ "compose", [ "-R+", "#offset", "#cycle_length", "#offset" ] , "#click_time" ],
|
||||
"end_cycle": [ "-", "#round_cycle" ]
|
||||
"clip_time": [ "-/", "#offset", "#cycle_length" ]
|
||||
},
|
||||
"clips": {
|
||||
"default": "bloodmagic:block/inversion_pillar@default",
|
||||
"moving": [ "apply", "bloodmagic:block/inversion_pillar@moving", "#clip_time" ],
|
||||
"stopping": [ "trigger_positive", "#moving", "#end_cycle", "!transition:default" ]
|
||||
"moving": [ "apply", "bloodmagic:block/pillar_mid@moving", "#clip_time" ]
|
||||
},
|
||||
"states": [
|
||||
"default",
|
||||
"moving",
|
||||
"stopping"
|
||||
"moving"
|
||||
],
|
||||
"transitions": {
|
||||
"default": "moving",
|
||||
"moving": "stopping",
|
||||
"stopping": "default"
|
||||
},
|
||||
"transitions": {},
|
||||
"start_state": "moving"
|
||||
}
|
|
@ -36,6 +36,14 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"static": {
|
||||
"true": {
|
||||
"model": "builtin/generated"
|
||||
},
|
||||
"false": {
|
||||
"model": "bloodmagic:pillar_mid"
|
||||
}
|
||||
},
|
||||
"inventory": [{}]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue