Files
test/intern/cycles/kernel/svm
Stefan Werner fdd3032f8f Cycles: Fixed zero sized normals when certain attributes were missing.
The Normal Map node was falling back to (0, 0, 0) when it was missing
the required attributes to calculate a new normal.
(0, 0, 0) is not a valid normal and can lead to NaNs when it is
normalized later in the shader. Instead, we now return sd->N,
the unperturbed surface normal.
2020-11-19 23:15:09 +01:00
..
2020-02-15 10:40:41 +11:00
2020-07-01 13:12:24 +10:00
2020-10-19 08:12:33 -07:00