Blender Git Commits
July 15, 2020, 11:43 (GMT) |
PointCloud: Change visualization to use octahedron This reduces the number of polygon needed. Also optimize the case when pointcloud has uniform radius. |
July 15, 2020, 11:43 (GMT) |
PointCloud: Initial rendering support for Workbench Also includes outline overlays. Removes the temp overlay drawing We make the geometry follow camera like billboards this uses less geometry. Currently we use half octahedron for now. Goal would be to use icospheres. This patch also optimize the case when pointcloud has uniform radius. However we should premultiply the radius prop by the default radius beforehand to avoid a multiplication on CPU. Differential Revision: https://developer.blender.org/D8301 |
July 15, 2020, 11:23 (GMT) |
PointCloud: Make geometry follow camera A bit like billboards. This will allow to use less geometry in the future. |
July 14, 2020, 14:47 (GMT) |
PointCloud: Initial rendering support for Workbench Also includes outline overlays. Removes the temp overlay drawing |
July 11, 2020, 12:46 (GMT) |
DRW: Add common point cloud rendering functions |