Skip to content

v0.13.0

Compare
Choose a tag to compare
@Caenorst Caenorst released this 02 Feb 17:06
· 41 commits to master since this release
a697786

Changelogs:

Features:

Reformat dataset preprocessing with CachedDataset (#626)
Added uniform spherical sampling and conversion between spherical and cartesian (#661)

Add lighting features: (#663)

  • Improved spherical harmonics coefficients
  • Added Spherical Gaussians features, including diffuse and specular lighting

Added support for internal transforms in USD mesh import (#667)
Add gradients on coordinates for trilinear interpolation (#650)

Improved memory consumption of uniform_laplacian (#643)
Improved ~10% speed on SPC ray tracing (#634)

Bugfix:

Fix bug enabling raytracing with SPC from within the [-1, 1] range (#634)
Fix bug on SPC scan_octrees with sometimes allocation issue (#653)

Tutorials:

Added new recipe for Fast Mesh Sampling preprocessing (#626)
Added new recipe for SPC 3D convolution (#621)
Added Lighting tutorials for diffuse and specular (#663)

Misc

Kaolin is now pip installable.

Contributors (by last name alphabetical order):

Sanja Fidler
Clement Fuji Tsang
Jean-Francois Lafleche
Charles Loop
Or Perel
Masha Shugrina
Towaki Takikawa
Alexander Zook
@Mason-McGough