three-obj-earcut

1.0.1 • Public • Published

Three Obj Earcut

NPM version npm download

Triangulates obj text, depends on three.js and earcut, supports convex and concave polygon without holes.

Make sure your obj file contains normal coords, the first vertex's normal in a face will be used for rotation (rotate the face to parallel to the XY plane), because earcut handles 3D data as if it was projected onto the XY plane.

Install

npm install --save three-obj-earcut

Usage

import triangulate from 'three-obj-earcut'
const result = triangulate(objText)

License

MIT

Package Sidebar

Install

npm i three-obj-earcut

Weekly Downloads

2

Version

1.0.1

License

MIT

Unpacked Size

7.3 kB

Total Files

8

Last publish

Collaborators

  • wxfred