Skip to content

Commit e1d08ff

Browse files
authored
Fix subsurface_color range to indicate 3-dimensionality
Signed-off-by: MAP <74914349+MAP233224@users.noreply.github.com>
1 parent b212785 commit e1d08ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

parametrization.md.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
| `transmission_dispersion_abbe_number` | Abbe number | `float` | $ (0, \infty) $ | $ [9, 91] $ | $ 20 $ | |
4343
| **Subsurface** |
4444
| `subsurface_weight` | Weight | `float` | $ [0, 1] $ | | $ 0 $ | |
45-
| `subsurface_color` | Color | `color3` | $ [0, 1] $ | | $ (0.8, 0.8, 0.8) $ | |
45+
| `subsurface_color` | Color | `color3` | $ [0, 1]^3 $ | | $ (0.8, 0.8, 0.8) $ | |
4646
| `subsurface_radius` | Radius | `float` | $ [0, \infty) $ | $ [0, 1] $ | $ 1 $ | length |
4747
| `subsurface_radius_scale` | Radius scale | `color3` | $ [0, 1]^3 $ | | $ (1.0, 0.5, 0.25) $ | |
4848
| `subsurface_scatter_anisotropy` | Anisotropy | `float` | $ [-1, 1] $ | | $ 0 $ | |

0 commit comments

Comments
 (0)