Blender Git Commit Log
Git Commits -> Revision 15bfa17
Revision 15bfa17 by Clément Foucault (master) April 24, 2018, 10:48 (GMT) |
EEVEE: LightProbe: Implement Visibility Group. Works on every probe type. The function to see is EEVEE_lightprobes_obj_visibility_cb. Set pinfo->vis_data.cached to true makes the computation faster for multiple views using the same group. We could even sort the probes by group for that mater to speed things up even more (only applies to dynamic probes like the planar reflections because other probes are only rendered one at a time). |
Commit Details:
Full Hash: 15bfa175f849d2ca97b6680046db8b52fc0df4b7
Parent Commit: 2ff8f96
Lines Changed: +73, -7