-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
de32d32
commit 6dcc4b3
Showing
7 changed files
with
163 additions
and
33 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,6 +47,7 @@ Table of Contents | |
tut3 | ||
tut4 | ||
tut5 | ||
tut6 | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
.. _tut6: | ||
|
||
|
||
Use the Model Warper | ||
==================== | ||
|
||
.. warning:: | ||
|
||
**Model Warping is 🪄 experimental 🪄.** | ||
|
||
You can try it out, get a feel for it, but beware that some things (e.g. | ||
the ``.warpconfig.toml`` file) aren't established yet, which means they | ||
may change, as we rollout more robust designs. | ||
|
||
|
||
TODO: overview and screenshot, top-level motivations, etc. | ||
|
||
Prerequisites | ||
------------- | ||
|
||
TODO: model editing, mesh warping, a basic understanding of Thin-Plate Spline | ||
|
||
|
||
Topics Covered by this Tutorial | ||
------------------------------- | ||
|
||
* TODO: how to ensure a model is warp-able | ||
* TODO: basic example of a two-body model | ||
* TODO: more advanced example walkthrough | ||
* TODO: limitations, references, future work | ||
|
||
|
||
Warpable Model Requirements | ||
--------------------------- | ||
|
||
TODO: explain what the model warper can/can't warp. Explain ``StationDefinedFrame`` | ||
and limitations around warping frames, muscle scaling, etc. | ||
|
||
Basic Example: Two-body model | ||
----------------------------- | ||
|
||
TODO: provide a very stripped-down model that meets the requirements for warp-ability | ||
|
||
|
||
Advanced Example: Many-Bodied Model with Custom Requirements | ||
------------------------------------------------------------ | ||
|
||
TODO: an example model that requires the user to specialize/specify customization | ||
in the warp config (e.g. tell the warp engine to skip some steps, warp X using | ||
technique Y, etc.) |