23 次代码提交 (0d975dea-b87c-4a6e-85ad-e0dcdd07d66f)

作者 SHA1 备注 提交日期
Felipe Lira c2267f06 Moved shadow related code from LightweightPipeline.cs into a proper shadow pass class 7 年前
Felipe Lira e42f8f63 Renamed and refactored shadowpass to improve readability 7 年前
Felipe Lira b1944d59 Cast shadows prop removed, we use shadow strenght instead. Reverted changes that removed light type from w position component. We might want it to be generic in case people want to use other shaders with LW. 6 年前
Felipe Lira 81523ea2 Cap local shadow casting lights to max of 1 for now. We need to pass in to shader the bias and scale for each shadow. 6 年前
Felipe Lira bf164955 Fixed some issues with multiple shadow casting lights. 6 年前
Felipe Lira 86fd75ea Changed local shadow strength to use a float array instead of vec4 so we can do fast indexing on most platforms. 6 年前
Felipe Lira e1a64f54 Added support to multiple shadow casting lights. 6 年前
Felipe Lira 4fe2fdda Controls the amount of local lights shaded in a pass based on the support for StructuredBuffer 6 年前
Felipe Lira e279a4bb fixed shadows on gles2 6 年前
Felipe Lira 66e79a31 Disabling local shadows on GLES2 (until we get keyword stripping) 6 年前
Felipe Lira 89c899a1 Fixed newline endings in the files touched by this PR. 6 年前
Felipe Lira 50693fe4 Clearing screenspace occlusion texture to avoid Tile LOAD. 6 年前
Felipe Lira 4ecab1bc Small change to make shadow settings consistent when screenspace shadows are not supported/want to be disabled. 6 年前
GitHub 44511b14 Merge pull request #1165 from Unity-Technologies/lw/fix-shadow-tile-initialization 6 年前
Felipe Lira cdd9a0d1 Added _LOCAL_SHADOWS_ENABLED keyword 6 年前
Felipe Lira 3bbb9197 Upgraded lightweight UI to have local shadow settings. Upgrader asset version. Stripping local shadows based on pipeline capabilities. 6 年前
Felipe Lira ba310f35 Added support to local soft shadows. Added rule to strip soft shadows keyword. 6 年前
Felipe Lira cee6f8f7 Used autoformat tool on all changed files. 6 年前
Felipe Lira a953a3e3 Addressed PR's comments 6 年前
Felipe Lira 5d3094de Deleted LightweightUtils. Moved work to Core (partial class). Normalized files with the autoformat tool to be consistent to the convention. 6 年前
Aleksandr Kirillov 1f4e5415 Added explicit load and store actions to all SetRenderTarget commands. 6 年前
Felipe Lira 998892b5 Converted ShadowPass to the new ScriptableRenderPass 6 年前
Felipe Lira 9a5ecd7b Added Forward renderer. Changes ScriptableRenderPass interface. 6 年前