angle-normals
angle-normals copied to clipboard
Compute mesh normals using angle weights
Results
2
angle-normals issues
Sort by
recently updated
recently updated
newest added
Sometimes you only want to recalculate the normals of an existing array instead of allocating a new array. Adding an optional `out` parameter ([such as the one used by gl-matrix](https://github.com/toji/gl-matrix))...
Lately I've been dealing in packed arrays of cells and vertices. This PR adds a `require('angle-normals/packed')` variant that expects flat arrays of cells and vertices, along with an optional output...