summaryrefslogtreecommitdiffstats
path: root/2ner.cginc
Commit message (Collapse)AuthorAge
...
* Continue work on tessellationyum2025-03-25
|
* Add spherize featureyum2025-03-25
|
* Begin sketching out tessellation featureyum2025-03-25
|
* Add shatter wave gimmickyum2025-03-25
|
* Add letter grid gimmickyum2025-03-25
|
* Add false color visualizeryum2025-03-20
| | | | | | Based on Sotalo's Furality talk - I wanted a way to visualize when my albedo is outside the recommended [0.025, 90]% brightness range. This feature does that. Dark is rendered red, bright is rendered blue.
* converting decals to static branchingyum2025-03-17
| | | | | and add a shit ton of features and add 3 more slots, for a total of 4
* begin sketching out harnack traceryum2025-03-15
|
* sketch out faceme featureyum2025-03-08
|
* add dynamic outline toggleyum2025-02-28
|
* Add detail mapsyum2025-02-27
|
* matcaps/rim lighting can now affect lighting in addition to albedoyum2025-02-26
|
* 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
|
* fix extra stencil pass on transparent (cutout) materialsyum2025-02-24
|
* begin work on stencil+pass-based eye clippingyum2025-02-23
|
* add ssfdyum2025-02-22
|
* add eye shaderyum2025-02-20
|
* Add emission, fine-tune quantized specularyum2025-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
* 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
* Add codeyum2025-02-11
Implement basic diffuse and specular BRDF based heavily on silent's filamented shader.