Blender Git Loki
Git Commits -> Revision bb182d1
July 25, 2014, 17:31 (GMT) |
Change of the hair DNA data to use an array of arrays, instead of flattening all the points into a single array. The latter would be better for some algorithms and memory conherence, but for frequent access we would copy to acceleration structures anyway. Using double arrays is much nicer for access and modification by tools. |
Commit Details:
Full Hash: bb182d11647762e6db7a59e9630d7aad17336d80
Parent Commit: 42e2073
Lines Changed: +144, -21