| Commit message (Collapse) | Author | Age |
| ... | |
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
Attach to some GameObject, set the bounding radius and lattice points
(resolution), and bake to a texture.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
| |
Switch from static branching approach using per-op data and fixed
execution order to dynamic branching approach using dynamic data.
This confers the main benefit of letting us dynamically reorder ops and
duplicate them. It also lets us eliminate some of the plumbing tedium
whenever we want to add new ops.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
Connect a GameObject and a chain of FoldNodes, then click the keyframe
button. Actual keyframe logic not yet implemented.
|
| |
|
|
|
| |
The idea is to expose a visual programming environment to speed up &
simplify animating vertex deformation effects.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
this file uses the (free & open source) note taking app lorien:
https://github.com/mbrlabs/Lorien
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
essentially the inverse of the sheet -> tube transform.
|