Skip to content

Commit

Permalink
docs(geom-sdf): update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Jun 20, 2022
1 parent 8ae2772 commit ffb0b2c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
Binary file added assets/geom-sdf/metaballs-rect.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions packages/geom-sdf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,11 @@ writeFileSync(
);
```

Result:
Results:

![metaballs example output](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/geom-sdf/metaballs.png)
| using `circle()` | using `rect()` |
|------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------|
| ![metaballs based on circles](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/geom-sdf/metaballs.png) | ![metaballs based on rectangles](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/geom-sdf/metaballs-rect.png) |

## Authors

Expand Down
6 changes: 4 additions & 2 deletions packages/geom-sdf/tpl.readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,11 @@ writeFileSync(
);
```

Result:
Results:

![metaballs example output](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/geom-sdf/metaballs.png)
| using `circle()` | using `rect()` |
|------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------|
| ![metaballs based on circles](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/geom-sdf/metaballs.png) | ![metaballs based on rectangles](https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/geom-sdf/metaballs-rect.png) |

## Authors

Expand Down

0 comments on commit ffb0b2c

Please sign in to comment.