Open NikolaJov96 opened 1 year ago
Describe the bug Normal axes are represented by RGB image channels. Currently, each axis contains an absolute value, making the normals seldom useful.
To Reproduce Steps to reproduce the behavior:
Expected behavior Normal axis values are mapped from [-1, 1] range to [0, 1] using (x + 1) / 2 formula.
(x + 1) / 2
Describe the bug Normal axes are represented by RGB image channels. Currently, each axis contains an absolute value, making the normals seldom useful.
To Reproduce Steps to reproduce the behavior:
Expected behavior Normal axis values are mapped from [-1, 1] range to [0, 1] using
(x + 1) / 2
formula.