Blender Git Loki
Git Commits -> Revision 7c144ac
Revision 7c144ac by Brecht Van Lommel (new-object-types) January 30, 2020, 17:50 (GMT) |
Volumes: cycles rendering support of volume object as dense grids This does not yet use OpenVDB grid transforms properly, in particular it is assumed all grids have the same transform and do not contain rotation or shear. The conversion is also not optimized. Grid bounds are being computed multiple times, and for the bounding mesh we should be using the VDB tree directly. |
Commit Details:
Full Hash: 7c144ac1f9cd1f343aa271b1ab8aa70b030da25f
Parent Commit: e893f5c
Lines Changed: +187, -4