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
Several documentation, installation and correctness fixes including: expsumlog in soft blending replaced with torch.prod which makes soft blending backward pass stable | ba11c0b
Fix matrix convention for rotations in Tranforms3D | 8301163
Rendering flipping - the y axis flip in the blending functions has been removed and the rasterization step has been updated to ensure the directions of the axes are correct in the rendered image. The documentation for the renderer has been updated with the convention for world and camera coordinates. | 15c72be
Breaking changes
The spelling of /Gourad/ has been fixed to /Gouraud/. | 9ca5489
Shaders have been renamed to make clear if they are Hard or Soft (probabilistic) | f0dc651