Files
test/source/blender/blenkernel/intern
Lukas Tönne e15cdec2d4 New compositor node "Sun Beams"
This allows adding a "fake" sun beam effect, simulating crepuscular rays
from light being scattered in a medium like the atmosphere or deep water.
Such effects can be created also by renderers using volumetric lighting,
but the compositor feature is a lot cheaper and is independent from 3D
rendering. This makes it ideally suited for motion graphics.

The implementation uses am optimized accumulation method for gathering
color values along a line segment. The inner buffer loop uses fixed
offset increments to avoid unnecessary multiplications and avoids
variables by using compile-time specialization (see inline comments
for further details).
2014-07-26 12:59:29 +02:00
..
2013-06-25 10:44:30 +00:00
2014-03-18 09:14:47 +11:00
2014-07-21 12:02:05 +02:00
2014-07-21 12:02:05 +02:00
2014-06-14 00:47:12 +10:00
2014-07-23 20:06:41 +02:00
2014-07-21 12:02:05 +02:00
2014-05-01 04:47:51 +10:00
2014-07-21 12:02:05 +02:00
2014-06-17 22:00:13 +10:00
2014-07-12 09:09:24 +10:00
2014-07-23 20:06:41 +02:00
2014-07-12 09:09:24 +10:00
2014-06-25 04:22:14 +10:00
2014-07-26 12:59:29 +02:00
2014-05-01 04:47:51 +10:00
2014-07-21 20:23:17 +10:00
2014-06-14 00:47:12 +10:00
2014-07-21 12:02:05 +02:00
2014-07-21 12:02:05 +02:00
2014-05-14 15:00:47 +10:00
2014-07-12 09:09:24 +10:00