浏览代码

Merge remote-tracking branch 'refs/remotes/origin/master' into Add-uv-mapping-selection-for-emissive

/LightweightPipelineExperimental
sebastienlagarde 7 年前
当前提交
764f86fd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      ScriptableRenderPipeline/LightweightPipeline/LWRP/Shaders/LightweightStandardTerrain.shader

2
ScriptableRenderPipeline/LightweightPipeline/LWRP/Shaders/LightweightStandardTerrain.shader


#endif
half3 indirectDiffuse = half3(0, 0, 0);
#if LIGHTMAP_ON
#ifdef LIGHTMAP_ON
indirectDiffuse = SampleLightmap(IN.uvControlAndLM.zw, normalWS);
#endif

正在加载...
取消
保存