Skip to content

Commit

Permalink
[softy-eval] Updated readme to mention git lfs
Browse files Browse the repository at this point in the history
  • Loading branch information
elrnv committed Sep 6, 2024
1 parent 2e4bc46 commit 0e9db26
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions softy-eval/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,17 @@ Supported outputs are `.glb`/`.gltf` and `.vtk`/`.vtu`.

## Examples

The configuration files for running examples are stored using `git-lfs`, which
must be installed and then the configurations pulled. To install `git-lfs`, run
```
git lfs install
```

To pull the configuration files, run
```
git lfs pull origin tvcg2024
```

The following examples from [\[2\]] can be reproduced with a single command:
- `grasp` - the Figure 1 example (bottom row) can be generated with
```
Expand Down

0 comments on commit 0e9db26

Please sign in to comment.