Blender Git Loki
Git Commits -> Revision cbad884
Revision cbad884 by Antonio Vazquez (experimental_gp_weight, greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval, temp-greasepencil-object-stacksplit, temp-greasepencil-vfx) July 2, 2017, 16:10 (GMT) |
WIP: Basic stroke volumetric support This need more work to expand volumetric features. Commit these changes to put in place all the pieces of the system. We keep as is today while we decide the final design. |
Commit Details:
Full Hash: cbad88435cec39b5180c903055b2429d705e6571
Parent Commit: 065013a
Lines Changed: +170, -48
2 Added Paths:
/source/blender/draw/engines/gpencil/shaders/gpencil_point_frag.glsl (+32, -0) (View)
/source/blender/draw/engines/gpencil/shaders/gpencil_point_vert.glsl (+33, -0) (View)
/source/blender/draw/engines/gpencil/shaders/gpencil_point_vert.glsl (+33, -0) (View)
5 Modified Paths:
/source/blender/draw/CMakeLists.txt (+2, -0) (Diff)
/source/blender/draw/engines/gpencil/gpencil_draw_cache_impl.c (+65, -25) (Diff)
/source/blender/draw/engines/gpencil/gpencil_engine.c (+16, -10) (Diff)
/source/blender/draw/engines/gpencil/gpencil_engine.h (+2, -2) (Diff)
/source/blender/draw/engines/gpencil/gpencil_geom.c (+20, -11) (Diff)
/source/blender/draw/engines/gpencil/gpencil_draw_cache_impl.c (+65, -25) (Diff)
/source/blender/draw/engines/gpencil/gpencil_engine.c (+16, -10) (Diff)
/source/blender/draw/engines/gpencil/gpencil_engine.h (+2, -2) (Diff)
/source/blender/draw/engines/gpencil/gpencil_geom.c (+20, -11) (Diff)