| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Add letter grid gimmick | yum | 2025-03-25 |
| | | |||
| * | Add false color visualizer | yum | 2025-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. | ||
| * | finish converting decals to static branching with shitty hacks | yum | 2025-03-17 |
| | | |||
| * | converting decals to static branching | yum | 2025-03-17 |
| | | | | | | and add a shit ton of features and add 3 more slots, for a total of 4 | ||
| * | begin sketching out harnack tracer | yum | 2025-03-15 |
| | | |||
| * | Simplify spherical harmonics | yum | 2025-03-14 |
| | | | | | | | Implement standard SH9 as a learning exercise. Drop poi's fancy SH9 code. Realize that we just want diffuse and lock everything else away behind a ui-inaccessible #define. | ||
| * | Fix faceme gimmick | yum | 2025-03-10 |
| | | |||
| * | sketch out faceme feature | yum | 2025-03-08 |
| | | |||
| * | fallback cubemap origin is now fixed | yum | 2025-03-08 |
| | | |||
| * | Add fallback cubemap feature | yum | 2025-03-07 |
| | | |||
| * | add filament cloth brdf | yum | 2025-03-06 |
| | | |||
| * | Add basic decal system | yum | 2025-03-06 |
| | | |||
| * | add second matcap slot | yum | 2025-02-28 |
| | | |||
| * | fix matcap/rl mask tiling | yum | 2025-02-28 |
| | | |||
| * | bugfix: metallics now have tint | yum | 2025-02-28 |
| | | |||
| * | update test scene | yum | 2025-02-28 |
| | | |||
| * | add basic clearcoat lobe | yum | 2025-02-28 |
| | | |||
| * | add dynamic outline toggle | yum | 2025-02-28 |
| | | |||
| * | add brightness control | yum | 2025-02-27 |
| | | |||
| * | Add detail maps | yum | 2025-02-27 |
| | | |||
| * | matcaps/rim lighting can now affect lighting in addition to albedo | yum | 2025-02-26 |
| | | |||
| * | Add glitter and more masked stencil channels | yum | 2025-02-26 |
| | | |||
| * | Add focal length multiplier | yum | 2025-02-24 |
| | | |||
| * | Extra stencil color pass behaves as base pass when disabled and not locked | yum | 2025-02-24 |
| | | |||
| * | fix extra stencil pass on transparent (cutout) materials | yum | 2025-02-24 |
| | | |||
| * | begin work on stencil+pass-based eye clipping | yum | 2025-02-23 |
| | | |||
| * | Add UV domain warping | yum | 2025-02-23 |
| | | |||
| * | add ltcgi, alpha multiplier | yum | 2025-02-23 |
| | | |||
| * | add ssfd | yum | 2025-02-22 |
| | | |||
| * | add eye shader | yum | 2025-02-20 |
| | | |||
| * | Add emission, fine-tune quantized specular | yum | 2025-02-20 |
| | | |||
| * | Add metallic+gloss map | yum | 2025-02-20 |
| | | |||
| * | Add specular quantization | yum | 2025-02-20 |
| | | |||
| * | Add matcap quantization | yum | 2025-02-20 |
| | | |||
| * | Add ability to quantize NoL | yum | 2025-02-20 |
| | | | | | Also add 2 more rim lighting slots | ||
| * | Add directionality and quantization to rim lighting | yum | 2025-02-20 |
| | | |||
| * | Add vertex domain warping gimmick | yum | 2025-02-19 |
| | | |||
| * | Add matcaps and rim lighting | yum | 2025-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 feature | yum | 2025-02-12 |
| | | |||
| * | fix normal bugs, add normal shadowing | yum | 2025-02-12 |
| | | | | | going to remove normal shadowing, it's not worth the complexity | ||
| * | Add a bunch of features | yum | 2025-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 license | yum | 2025-02-11 |
| | | |||
| * | Add code | yum | 2025-02-11 |
| | | | | | | Implement basic diffuse and specular BRDF based heavily on silent's filamented shader. | ||
| * | Add README | yum | 2025-02-10 |
