Skip to content

Releases: gkjohnson/three-edge-projection

v0.0.2

30 Sep 15:52
Compare
Choose a tag to compare

Added

  • SilhouetteGenerator: performance improvements by skipping unnecessary triangles that are determined to already be in the shape.
  • SilhouetteGenerator: Perform simplification of edges.
  • SilhouetteGenerator: Add ability to see outline and mesh edges.
  • ProjectionGenerator: includeIntersectionEdges option defaults to true.

v0.0.1

18 Sep 08:45
c9595ba
Compare
Choose a tag to compare

Fixed

  • Some missing edges in projection

Changed

  • Largely simplified code
  • Migrated logic from three-mesh-bvh

Added

  • ProjectionGenerator class for generating flattened, projected edges
  • SilhouetteGenerator class for generating flattened, projected silhouette geometry (slow and sometimes unstable)
  • Ability to generate intersection edges for projection with ProjectionGenerator.includeIntersectionEdges