diff --git a/README.md b/README.md index 0eeb17c..7d3c6d2 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,16 @@ [![twitter](https://flat.badgen.net/badge/twitter/@garrettkjohnson/?icon&label)](https://twitter.com/garrettkjohnson) [![sponsors](https://img.shields.io/github/sponsors/gkjohnson?style=flat-square&color=1da1f2)](https://github.com/sponsors/gkjohnson/) -Edge projection system based on [three-mesh-bvh](https://github.com/gkjohnson/three-mesh-bvh/) to extract visible projected lines along the y-axis. +![](./docs/banner.png) + +Edge projection based on [three-mesh-bvh](https://github.com/gkjohnson/three-mesh-bvh/) to extract visible projected lines along the y-axis into ine segments for scalable 2d rendering. Additonally includes a silhouette mesh generator based on [clipper2-js](https://www.npmjs.com/package/clipper2-js) to merge flattened triangles. # Examples [Floor projection](https://gkjohnson.github.io/three-edge-projection/example/bundle/edgeProjection.html) +[Silhouette projection](https://gkjohnson.github.io/three-edge-projection/example/bundle/silhouetteProjection.html) + # Use **Generator** diff --git a/docs/banner.png b/docs/banner.png new file mode 100644 index 0000000..c6fd7b1 Binary files /dev/null and b/docs/banner.png differ