Blender Git Loki
Git Commits -> Revision aee5f39
April 8, 2015, 11:43 (GMT) |
Child strands structure for storing renderable child hairs efficiently. This is a separate struct to avoid storing unnecessary data (this means a bit of code duplication for iterators). The child strands can be used as the actual render data, while the parent strands usually would be used only for simulation/deformation purposes. |
Commit Details:
Full Hash: aee5f39e106c98c4aa1bb4ff5b98d354c27d3e41
Parent Commit: 079f1aa
Lines Changed: +222, -21