summaryrefslogtreecommitdiffstats
path: root/features.cginc
Commit message (Collapse)AuthorAge
* sketch out faceme featureyum2025-03-08
|
* Add fallback cubemap featureyum2025-03-07
|
* add filament cloth brdfyum2025-03-06
|
* Add basic decal systemyum2025-03-06
|
* add second matcap slotyum2025-02-28
|
* add basic clearcoat lobeyum2025-02-28
|
* add brightness controlyum2025-02-27
|
* Add detail mapsyum2025-02-27
|
* Add glitter and more masked stencil channelsyum2025-02-26
|
* Add focal length multiplieryum2025-02-24
|
* Extra stencil color pass behaves as base pass when disabled and not lockedyum2025-02-24
|
* Add UV domain warpingyum2025-02-23
|
* add ltcgi, alpha multiplieryum2025-02-23
|
* add ssfdyum2025-02-22
|
* add eye shaderyum2025-02-20
|
* Add emission, fine-tune quantized specularyum2025-02-20
|
* Add metallic+gloss mapyum2025-02-20
|
* Add specular quantizationyum2025-02-20
|
* Add matcap quantizationyum2025-02-20
|
* Add ability to quantize NoLyum2025-02-20
| | | | Also add 2 more rim lighting slots
* Add directionality and quantization to rim lightingyum2025-02-20
|
* Add vertex domain warping gimmickyum2025-02-19
|
* Add matcaps and rim lightingyum2025-02-18
| | | | | | | | | | * Add min brightness * MainTex and BumpMap can be independently tiled * Fix outlines * Remove lightDirTS (unused) * Normalize i.normal in pixel shader * Elide unused AO when locked * Wrap lines at 80 columns
* Remove normal shadowing featureyum2025-02-12
|
* fix normal bugs, add normal shadowingyum2025-02-12
| | | | going to remove normal shadowing, it's not worth the complexity
* Add a bunch of featuresyum2025-02-12
* stereo instancing * outlines * shadows (casting & receiving) * unity fog * blend modes * wrapped lighting (generalized half lambertian) * diffuse & specular have independent knobs Also: * fix bug where shadow caster wouldn't clip in cutout mode. * remove a bunch of unused params * use ifex to minimize size of locked materials (more to be done probably) * improve formatting