49 次代码提交 (41bdfac0-16af-4383-b732-1354092637e0)

作者 SHA1 备注 提交日期
Stephane Laroche 3187dab5 New StackLit forward only material: Can serve as a basic template for a new lit material creation with a different lighting code path glued in material.hlsl. 7 年前
Stephane Laroche ad31624f -Add base 2 lobe specular GGX along with inputs and UI. 7 年前
Stephane Laroche 959a0e88 -Add environment lighting that accounts for our 2 lobes base layer, for reflections only for now. 7 年前
Stephane Laroche e5b6c4fb Implement vertically layered BSDF model with anisotropy. 6 年前
Jean-François F Fortin 059f098f First working version of the UI. 6 年前
Jean-François F Fortin f5a4da8f -Added foldouts. 6 年前
Jean-François F Fortin 2d4b30ed Fixed groups, now they stay in the same state as they were when you go back to the material. 6 年前
Jean-François F Fortin 83ab42b8 -Implemented texture parameters UI + shader code. 6 年前
sebastienlagarde 44ad647c Add support for triplanar + handle local/world space 6 年前
sebastienlagarde f0baa14d HDRP: StackLit Triplanar - handling of local and world correctly per attribute 6 年前
Stephane Laroche 10f8090a Merge branch 'stacklit' into stacklit_vl_merge 6 年前
sebastienlagarde dd45564c Update Stacklit normal map - Add support for triplanar normal map + obj space / tangent space 6 年前
Stephane Laroche ecc9d71b Merge remote-tracking branch 'mainrepo/master' into stacklit 6 年前
Stephane Laroche 6a42ea81 Uniformity, dual lobe material feature keyword. 6 年前
Jean-François F Fortin 6f2a25cc SSS + Transmission 6 年前
sebastienlagarde bac63c51 Add ambient occlusion properties on Stacklit 6 年前
sebastienlagarde f5c025d5 Add support for ambient occlusion on stacklit + misc fix in UI 6 年前
Stephane Laroche 088b48f1 Bug fix (swapped a lobe id somewhere, looks better now), vlayering anisotropic "matching" hack, energy compensation per lobe, debug mode 6 年前
Jean-François F Fortin 9f8080f8 Added SSS (works, untested) and Transmission (untested). 6 年前
sebastienlagarde 2de26e3b Adding various UI for stacklit (iridescence + clean) first draft 6 年前
sebastienlagarde c53df482 Fix various problem + add DielectricIor 6 年前
sebastienlagarde b9939e8b Various fix for coat smoothness of stacklit 6 年前
sebastienlagarde 877657e9 Add Transmisison support to stacklit 6 年前
Stephane Laroche 39777104 Independent Coat Normal Map: Input management 6 年前
Stephane Laroche 48ae99ff Fix normal map scaling to work properly. 6 年前
Stephane Laroche 0fe9e92a Independent Coat Normal Map: WIP: Most of the work is there, need cleanup and fix artefacts (probably need better patching of EvalBSDF functions or...) 6 年前
Jean-François F Fortin ec47ffff Added the texture filtering for normal maps + the roughness filtering. (DISABLED+UNTESTED) 6 年前
Stephane Laroche 1ba253a4 Fix normal map filtering for both base roughnesses and coat normal map. 6 年前
Sebastien Lagarde 2871eb29 Update specularAA handling in stacklit 6 年前
Sebastien Lagarde fc4da057 Clean UI for specularAA 6 年前
Sebastien Lagarde 079ea329 Add support of Texture filtering (seems to not work yet) 6 年前
sebastienlagarde 55b91556 Replace EmissiveIntesnity by EmissveColor HDR 6 年前
Stephane Laroche 6830f5c5 Added iridescence on the bottom of the stack (needs a bit of work still, had to hack to avoid TIR, dual normal will still cause artefacts because of the fake refraction through the geometric normal. Also to check/fix f0 handling and conversion). 6 年前
Stephane Laroche 2b1bbc9b Bugfix: Orthogonalize tangent basis, this fixes some cases of anisotropy not working correctly (would only show with normal maps on one extreme of anisotropy) 6 年前
Sebastien Lagarde 4d25d4a1 Add normal buffer to directional shadow and forwar 6 年前
Stephane Laroche 7842bbf8 Merge remote-tracking branch 'mainrepo/master' into StackLit2 6 年前
sebastienlagarde 870dbb61 Large refactor of transmission code to share it between material 6 年前
Stephane Laroche f46075fb Merge remote-tracking branch 'mainrepo/master' into StackLit2 6 年前
Sebastien Lagarde d4c5fff5 HDRP: Add support of detail normal and smoothness to Stacklit 6 年前
sebastienlagarde c1827b93 Rename positionWS to positionRWS + update shader graph template 6 年前
Sebastien Lagarde b5790696 HDRP: Improve camrea relative rendering for LPPV + Fix stacklit planar mapping 6 年前
Stephane Laroche 6a34e975 StackLit: proper ambient occlusion, specular occlusion and bentnormals 6 年前
Stephane Laroche 12aebb34 StackLit: New base parametrization and dual lobe hazy gloss parametrization. 6 年前
Stephane Laroche 09d96a6f Add a UIBufferedProperty and implement a limiting option for hazy gloss parametrization's output f0 for dielectrics when metallic input is used. 6 年前
Stephane Laroche 8e152582 Add secondary lobe independent anisotropy control (also used for hazeExtent in the hazyGloss parametrization of dual specular lobes) 6 年前
GitHub 80d748f5 Add light linking support (#1758) 6 年前
Sebastien Lagarde 56790568 Refactor GetBakedDiffuseLighting 6 年前
Sebastien Lagarde 24e59066 Split materialUtilities in 2 files (for VFX editor) 6 年前
Paul Melamed 26eb1cae add decals to stacklit material 6 年前