Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
gkjohnson committed Sep 17, 2023
1 parent 1d4da57 commit 544304d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
[![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.

# Examples
Expand Down Expand Up @@ -109,10 +108,9 @@ async generateAsync(

Generate the geometry with a promise-style API.

<!--
## SilhouetteGenerator

Used for generating a projected silhouette of a geometry - not very stable.
Used for generating a projected silhouette of a geometry using the [clipper2-js](https://www.npmjs.com/package/clipper2-js) project. Performing these operations can be extremely slow with more complex geometry and not always yield a stable result.

### .iterationTime

Expand Down Expand Up @@ -156,4 +154,4 @@ async generateAsync(
```

Generate the silhouette geometry with a promise-style API.
-->

5 changes: 2 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"homepage": "https://github.com/gkjohnson/three-edge-projection#readme",
"peerDependencies": {
"three": "^0.155.0",
"three-mesh-bvh": "^0.6.0"
"three-mesh-bvh": "^0.6.0",
"clipper2-js": "^0.9.0"
},
"devDependencies": {
"@babel/core": "^7.15.5",
Expand All @@ -53,8 +54,5 @@
"parcel": "^2.9.3",
"three": "^0.155.0",
"three-mesh-bvh": "^0.6.6"
},
"dependencies": {
"clipper2-js": "^0.9.0"
}
}

0 comments on commit 544304d

Please sign in to comment.