You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BREAKING: feat: integer position support + numpy return + decode/encode functions + normals (#24)
* feat: add flag for integer positions
* feat: use parallel builds
* install: add numpy dependency
* feat: automatically detect integer encoding for position attribute
* perf: use correct optimization flags for MSVC
* chore: add myself as author
* chore: update appveyor to install numpy
* BREAKING: DracoPy returns numpy arrays with dimension 2
* chore: update build system, include arm64 linux
* build: fix QEMU for arm64 linux
* chore: we're not dropping py36 support yet
* refactor: collapse all encoding options into encode/decode functions
* docs: update examples
* docs: show function sigs
* feat: add assertions to check inputs for known ranges
* fix: incorrect type annotation
* feat: add normal decoding (thanks FaruNuriSonmez!)
Also adds integer positions for point cloud
* test: add bunny with normals
* docs: credit authors of normal decoding
0 commit comments