浏览代码

Fix the debug view for density volumes

/main
Evgenii Golubev 6 年前
当前提交
e15ca4dd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      ScriptableRenderPipeline/HDRenderPipeline/HDRP/Lighting/LightLoop/LightLoop.cs

2
ScriptableRenderPipeline/HDRenderPipeline/HDRP/Lighting/LightLoop/LightLoop.cs


EnvironmentAndArea = 6,
EnvironmentAndAreaAndPunctual = 7,
Decal = 8,
DensityVolumes = 9
DensityVolumes = 16
};
public const int k_MaxDirectionalLightsOnScreen = 4;

正在加载...
取消
保存