浏览代码

Update comment

/main
Sebastien Lagarde 6 年前
当前提交
e3effde7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      ScriptableRenderPipeline/HDRenderPipeline/HDRP/Editor/Material/Lit/LitUI.cs

2
ScriptableRenderPipeline/HDRenderPipeline/HDRP/Editor/Material/Lit/LitUI.cs


public static GUIContent thicknessRemapText = new GUIContent("Thickness Remap", "Remaps values of the thickness map from [0, 1] to the specified range.");
// Iridescence
public static GUIContent iorIridescenceText = new GUIContent("Iridescence IOR");
public static GUIContent iorIridescenceText = new GUIContent("Iridescence IOR", "Controls the number of color fringes with increasing angle (view dependent): Smaller mean more fringe. Also modify intensity and saturation of color fringes: Higher value mean more intense and saturate.");
public static GUIContent thicknessIridescenceText = new GUIContent("Iridescence Thickness");
public static GUIContent thicknessMapIridescenceText = new GUIContent("Iridescence Thickness map");
public static GUIContent thicknessRemapIridescenceText = new GUIContent("Iridescence Thickness remap");

正在加载...
取消
保存