浏览代码

Remove completed TODOs

/main
Evgenii Golubev 8 年前
当前提交
2636e56e
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 4
      Assets/ScriptableRenderLoop/HDRenderLoop/Material/Lit/Lit.hlsl

4
Assets/ScriptableRenderLoop/HDRenderLoop/Material/Lit/Lit.hlsl


}
#ifndef DIFFUSE_LAMBERT_BRDF
// TODO: verify that we do not need to multiply by PI.
ltcValue *= preLightData.ltcDisneyDiffuseMagnitude;
#endif

ltcValue *= lightData.specularScale;
specularLighting = fresnelTerm * lightData.color * ltcValue;
}
// TODO: current area light code doesn't take into account artist attenuation radius!
#endif
}

正在加载...
取消
保存