27 次代码提交 (965758f6-8f41-4b7a-be0f-dfb60d0c53a4)

作者 SHA1 备注 提交日期
Felipe Lira 1f547adf Added support to Standard Particles 7 年前
Felipe Lira e97d8b34 Removed diffuse GI computation from fragment function. When using shader graph, templates must use the helper GI functions to compute diffuse GI. 7 年前
Felipe Lira 466a4af2 Added a vertexLighting input to fragment PBR function. This way we modulate by material diffuse and do not apply ambient occlusion to it. 7 年前
Felipe Lira ced47738 Added standard particle unlit. Created Particles ShaderGUI based on standard GUI. Removed distortion. 7 年前
Felipe Lira 61a02f4b Fixed compiler error when using _NORMALMAP with standard particles. 7 年前
Felipe Lira 4655c92c Fixed crash in pipeline startup due to missing resources. Removed fog computation from inner fragment shading loop. 7 年前
Felipe Lira d72cae5f Minor shader optimization 7 年前
Felipe Lira fa504521 Runned auto format tool. 7 年前
Felipe Lira a5dbc063 Ported Lightweight to SRP shader library. 7 年前
Felipe Lira a58b6cbd Lightweight Shaders compiling on GLES with HLSLcc compiler. 7 年前
Felipe Lira 0324ec96 Refactor to improve shader library organization and readability 7 年前
Felipe Lira eff2ed49 Addressed Evgenii and Richard's comments. 7 年前
Felipe Lira bb237480 Combined shadow and light classification keywords to reduce shader variantions by ~30%. 7 年前
Felipe Lira bc1c94ba Upgraded Particles to SRP shader library. 7 年前
Felipe Lira cf5bdf89 Renamed LightweightShaderLibrary folder to just ShaderLibrary and moved to root LWRP folder. 7 年前
Felipe Lira 2c1cc95d Added GetCameraPositionWS(). Converted core functions to use real. 7 年前
Felipe Lira cfca3b82 Computing shadow coord in vertex when not using cascades. 7 年前
Felipe Lira c925c4c7 Converted fragment functions to use InputData struct so we can update more easily ShaderGraph template. 7 年前
Aleksandr Kirillov 99890a99 Cleaned up particle code. Added a shader for lit particles with SimpleLighting. 6 年前
Felipe Lira 5a168a8d Excluded d3d11_9x as it's not supported 6 年前
Felipe Lira 6d297f09 Fixed warning about uninitialized vertex output in Particles shader. 6 年前
Aleksandr Kirillov 8827c1d9 Split LWRP shader library includes (InputSurface, LightweightPassLit and Particles) into several smaller files to have only the required things included. 6 年前
Felipe Lira 933c7fdd Merge branch 'LWRP' into lw/bugfixes 6 年前
Felipe Lira dc0d6bd3 Fixed particles color modes. 6 年前
Felipe Lira 904419e7 Removed particles simple lighting from the release. Properties and keywords are not working due to shader GUI referencing PBR properties. 6 年前
Felipe Lira a15c7e93 Removed NO_SHADOWS define as it's not really necessary. If one doesn't want shadow support only thing that needs to be done is to not define _SHADOWS_ENABLED or _LOCAL_SHADOWS_ENABLED in the shader. 6 年前
Felipe Lira 4fec8c89 Added shader pass names so we can strip passes by pass name. 6 年前