maximeq / three-js-blobtree

A library to manage implicit surfaces in THREE.JS applications using a Blobtree.
MIT License
7 stars 0 forks source link

Moved to class syntax for proper ts extends support #5

Closed maximeq closed 2 years ago

maximeq commented 2 years ago

In the process of expirting proper types for this library, we need to migrate to class syntax.