Sebastien Lagarde
|
00afee16
|
HDRenderLoop: Lot of stuffs - try to prepare for various lighting architecture
- Move and rename file
- Design for various lighting architecture
|
8 年前 |
Sebastien Lagarde
|
2ffcb7f1
|
HDRenderLoop: Misc test
|
8 年前 |
sebastienlagarde
|
8cf763ef
|
HDRenderLoop: Add concept of lightLoopContext to handle various sampling scheme
|
8 年前 |
sebastienlagarde
|
f53cd1c7
|
HDRenderloop: Progress in supporting IES and shadowmap
- Add AffectDiffuse/AffectSpecular/GetShadowDimmer UI
- Add draft of shadow map support (not working)
- Add IES in shader (not in light)
- Add LightLoopContext struct
- Add various Texture/sampler macro
- Add GetCubeFaceID
- misc stuff
|
8 年前 |
Sebastien Lagarde
|
55ac2b41
|
HDRenderLoop: Add shadow.hlsl - refine design of shadowmap (not working yet)
|
8 年前 |
sebastienlagarde
|
fd7cfe17
|
HDRenderLoop: Move file/create file/Rename stuff - Related to lighting and shadow
- Effort on shadow design still need to be done
|
8 年前 |
sebastienlagarde
|
115b193a
|
HDRenderLoop: fix shadow code
|
8 年前 |
Sebastien Lagarde
|
36745c50
|
HDRenderloop: Remove flags from light + experiment bias on receiver
|
8 年前 |
Sebastien Lagarde
|
e3c7667f
|
HDRenderLoop: Renmae PositionHS to PositionCS + another pass on shadow design
|
8 年前 |
Sebastien Lagarde
|
91638db9
|
HDRenderLoop: Small bias to see something
|
8 年前 |
Sebastien Lagarde
|
e7a1bb1b
|
HDRenderLoop: Update to new texture abstraction everywhere
|
8 年前 |
Evgenii Golubev
|
731e1f23
|
Enable LTC area light code path
|
8 年前 |
Sebastien Lagarde
|
7fa398c4
|
HDRenderLoop: Reorganize LightLoop pass, move code into SinglePass.cs
|
8 年前 |
sebastienlagarde
|
fa115002
|
HDRenderLoop: Change light structure to better match FPTL
- merge area light and punctual together
- Change directional to better match FPTL
- Add EvaluateBSDF_Directional prototype
|
8 年前 |
sebastienlagarde
|
ca83feb0
|
HDRenderLoop: Add support of directional split shadow
|
8 年前 |
Sebastien Lagarde
|
557e77d1
|
HDRenderLoop: First almost working version of tile from FPTL
|
8 年前 |
Evgenii Golubev
|
0b91e7aa
|
Fix the incorrect texture API usage
|
8 年前 |
GitHub
|
06953530
|
Merge pull request #23 from EvgeniiG/master
Add the initial impl. of the sky model from the Blacksmith demo
|
8 年前 |
Evgenii Golubev
|
1d409736
|
Add InitSkyEnvLightData() function
|
8 年前 |
Evgenii Golubev
|
48afa10b
|
Fix code formatting
|
8 年前 |
Evgenii Golubev
|
64c5cdc1
|
Correctly enable/disable the sky light
|
8 年前 |
sebastienlagarde
|
1bf1067a
|
HDRenderLoop: use a envLightSky structure to feed sky information
|
8 年前 |
Evgenii Golubev
|
80814477
|
Merge branch 'master' of https://github.com/Unity-Technologies/ScriptableRenderLoop
# Conflicts:
# Assets/ScriptableRenderLoop/HDRenderLoop/Lighting/SinglePass/SinglePass.hlsl
|
8 年前 |
Evgenii Golubev
|
4cc31cfe
|
Implement cookie support for point and spot lights
|
8 年前 |
Evgenii Golubev
|
586d04f3
|
Enable two directional light cookie modes
|
8 年前 |
Sebastien Lagarde
|
4a757643
|
HDRenderLoop; General cleanup pass around OnDisable/Cleanup
|
8 年前 |