This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender/imbuf/intern
Jeroen Bakker 6670019607 Workbench: Specular Highlighting for MatCaps
With Blender 2.80 we introduced a more flexible matcap system. One
change we did was to multiply the matcap with the base color that was
shaded. As matcaps contains diffuse and specular lighting in a single
texture this lead to rendering artifacts. Artists were complaining that
everything looked to metalic.

We now support a separate `diffuse` and `specular` pass for matcaps.

`shaded_color = diffuse_light * base_color + specular_light`

For matcaps to support this feature they need to be multilayer openexr
files with 2 renderpasses (named `diffuse` and `specular`). In the future
we can change this to first pass/second pass in stead of this naming
convention.

Reviewed By: fclem, brecht

Differential Revision: https://developer.blender.org/D5335
2019-08-27 08:56:56 +02:00
..
2019-06-17 08:05:58 +10:00
2019-08-01 14:02:41 +10:00
2019-06-17 08:05:58 +10:00
2019-04-23 11:22:22 +10:00
2019-05-03 12:43:02 +10:00
2019-02-18 08:22:12 +11:00
2019-04-23 11:22:22 +10:00
2019-08-01 14:02:41 +10:00
2019-06-17 08:05:58 +10:00
2019-04-28 14:50:48 -07:00
2019-04-23 11:22:22 +10:00
2019-05-03 12:43:02 +10:00
2019-04-23 11:22:22 +10:00
2019-08-17 00:57:05 +10:00
2019-04-23 11:22:22 +10:00
2019-04-23 11:22:22 +10:00
2019-04-23 11:22:22 +10:00
2019-05-31 22:55:15 +10:00