469 次代码提交 (c25417c7-656a-40e3-b48d-561186eb990f)

作者 SHA1 备注 提交日期
Evgenii Golubev e0af278e Fix self-shadowing issues with transmission 7 年前
GitHub 7c8771b2 Merge pull request #223 from EvgeniiG/master 7 年前
Evgenii Golubev 03bfbbe6 Fix the orientation of area lights 7 年前
GitHub df06f984 Merge pull request #222 from EvgeniiG/master 7 年前
Evgenii Golubev 85a5ac90 Enable SSS in the player 7 年前
Evgenii Golubev 5e4f9637 Make sure the SSS data cache is updated in the player 7 年前
GitHub a011b30d Merge pull request #220 from EvgeniiG/master 7 年前
GitHub 4f7caaa8 Merge pull request #219 from Unity-Technologies/Branch_BasicProfiling 7 年前
Julien Ignace 0072667d Added a basic profiling scene with fixed cameras (some lighting cases for now) 7 年前
GitHub f126e949 Merge pull request #218 from Unity-Technologies/Branch_FixWindParams 7 年前
Felipe Lira 09d61731 Removed LDPipeline dependency from shadowrenderpass. 7 年前
vlad-andreev 55b0257f tabs->spaces in shader generation 7 年前
vlad-andreev 88ab5b8b Merge branch 'master' of https://github.com/Unity-Technologies/ScriptableRenderLoop 7 年前
vlad-andreev 3a5b105e Merge branch 'master' of https://github.com/Unity-Technologies/ScriptableRenderLoop 7 年前
Evgenii Golubev a1d1560a Increase the number of SSS samples to 11 7 年前
Evgenii Golubev b845978c Fix a copy-paste error 7 年前
Evgenii Golubev 98360617 Merge branch 'master' of https://github.com/Unity-Technologies/ScriptableRenderLoop 7 年前
Evgenii Golubev e3ed72d7 Merge branch 'master' of https://github.com/Unity-Technologies/ScriptableRenderLoop 7 年前
Evgenii Golubev 8aef3158 Improve variable naming 7 年前
GitHub a7e808ac Merge pull request #182 from EvgeniiG/master 7 年前
Evgenii Golubev 894d0fa7 Remove the arbitrary 'maxDisplacement' scale 7 年前
Evgenii Golubev 3464c886 Fix shadows from directional lights 7 年前
Evgenii Golubev 996f79ff Set consistent tessellation levels for camera and shadow views 7 年前
Evgenii Golubev fedcbf38 Add ortho projection support to GetWorldSpaceNormalizeViewDir() 7 年前
Evgenii Golubev a1b91c7a Fix the compile issue of the layered shader 7 年前
mmikk 8fd9c678 switch back to clustered in 32x32 and misc 7 年前
Evgenii Golubev 75f44840 Merge branch 'master' of https://github.com/Unity-Technologies/ScriptableRenderLoop 7 年前
GitHub 637d1e66 Merge pull request #181 from Unity-Technologies/Branch_CameraHelpers 7 年前
Julien Ignace b701b43d Reverted SkyManager mesh creation "fix" it was causing problems with mesh update and cmd de-synchro... 7 年前
Julien Ignace 686cfb59 - Added simple FreeCamera component to ScriptableRenderPipeline/common 7 年前
Evgenii Golubev d75bcfa1 Implement 3 texturing modes for SSS 7 年前
Julien Ignace 6d0bd252 Removed Mesh creation at each frame from SkyManager 7 年前
Evgenii Golubev 664b2fb6 Merge branch 'master' of https://github.com/Unity-Technologies/ScriptableRenderLoop 7 年前
GitHub 3b62a805 Merge pull request #180 from Unity-Technologies/Branch_DebugCascade 7 年前
Julien Ignace 813ade24 Revert "Compilation fix on PS4: removed static keyword and reverted Cluster size to 16 because there's not enough VGPR on PS4 to compile it otherwise (to investigate)" 7 年前
Julien Ignace 293776aa Compilation fix on PS4: removed static keyword and reverted Cluster size to 16 because there's not enough VGPR on PS4 to compile it otherwise (to investigate) 7 年前
Evgenii Golubev e72d74a0 Fix POM tiling issues (height, shadows) 7 年前
Julien Ignace 17a9cbd9 Added a lighting debug mode to visualize Cascaded shadow splits. 7 年前
Evgenii Golubev 52d4f035 Simplify the preprocessed code 7 年前
GitHub ec72e8e2 Merge pull request #179 from Unity-Technologies/Branch_LightDimmer 7 年前
Evgenii Golubev f6fefa69 Add view dependency to computed linear depth values 7 年前
Julien Ignace c8b1658e Minor renaming. 7 年前
Evgenii Golubev ea306870 Fix the raw depth from the depth offset 7 年前
GitHub ceaa6eac Merge pull request #178 from Unity-Technologies/Branch_DisableSpecForReflectionProbe 7 年前
Julien Ignace c57422d9 - Removed all specular from direct lighting when rendering reflection probes. 7 年前
Evgenii Golubev 185e4373 Fix view-space depth for POM (again) 7 年前
GitHub d9f38e02 Merge pull request #177 from Unity-Technologies/Branch_LightDimmer 7 年前
Julien Ignace f9619b5e Fixed a bug with data allocation for clustered lighting. 7 年前
Evgenii Golubev 2de9e6dd Update the comment 7 年前
Julien Ignace fef71130 Added several more options for light: Light Dimmer, Fade with distance (intensity and shadows) and a global dimmer in Tile Pass settings as well. 7 年前