Skip to content

Releases: fwilliams/point-cloud-utils

v0.24.0

07 Jul 17:40
7a780f7
Compare
Choose a tag to compare

New PLY loader based on tinyply which can handle custom vertex and face attributes.
A bunch of small mesh loading improvements (e.g. being able to use float32)
Point splatting (surfel) ray tracer and geometry generator

v0.23.1

10 May 15:49
7115e49
Compare
Choose a tag to compare

MacOS support

v0.22.0

01 May 22:11
f19addb
Compare
Choose a tag to compare
  • Add RayMeshIntersector class for doing many queries on a single mesh
  • Update CI to push to point-cloud-utils (wohoo, I got the name on PyPI!)

0.21.11

11 Mar 21:58
Compare
Choose a tag to compare

Fix some bugs in normal estimation. Get rid of pointless copies.

Sparse voxel grids bugfixes

16 Feb 23:25
Compare
Choose a tag to compare

Fixes bugs in sparse voxel grids implementation in 0.21.7 (which is pretty broken)

0.21.7

16 Feb 02:30
3040136
Compare
Choose a tag to compare

Sparse voxel grids
Sparse marching cubes
Add parallelism in a large number of functions

0.21.4

03 Feb 18:50
Compare
Choose a tag to compare

Rename package for pypi

v0.21.3

31 Jan 18:42
Compare
Choose a tag to compare
  • Update pybind11
  • Fix pipy push
  • Update readme

v0.21.2

26 Jan 23:04
Compare
Choose a tag to compare

PyPi packaging

pypi packaging

26 Jan 20:29
Compare
Choose a tag to compare

Build system which pushes to pipy.
New code for estimating normals which can take into account view directions.