| Commit message (Collapse) | Author | Age |
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
renders the decal 4 times one planes, and applies domain warping to each
plane. Requires a 4-channel (RGBA) noise texture.
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
Now:
* k=0 -> lambertian
* k=0.5 -> half lambertian
* k=1.0 -> flat
All three points should be energy conserving, but I haven't done the
actual analysis yet.
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
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.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
Implement basic diffuse and specular BRDF based heavily on silent's
filamented shader.
|