| Commit message (Collapse) | Author | Age |
| | |
|
| |
|
|
|
|
|
|
| |
Also:
* Rim lighting can disable texture normals
* Frame counter is now hidden behind a checkbox, and unconditionally
overrides audiolink
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
Also:
* optimize the ds2 terrain gimmick (ds2_11)
* use golden ratio + blue noise on marched fog
* add second sun to analytic fog
* fix gcd() implementation
* add faster rand2() implementation
|
| | |
|
| |
|
|
|
|
|
| |
Simple algo. Use quad intrinsics to get neighboring pixels' (x & y)
positions in trochoid space. Compute tangent and bitangent from that.
Then normal as cross product. There's some artifacting on diagonal
boundaries.
|
| |
|
|
|
| |
Seems like the determinant of the jacobian is ~0, meaning it's not
invertible. That means the normals look fucked up.
|
| | |
|
| | |
|
| |
|
|
|
| |
This lets us use a much higher step size before noise becomes too gross
to look at.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
This should solve the issue of Unity failing to fully recompile my
fucking shader.
|
| |
|
|
| |
Also tune rand3() to behave better on rorschach demo.
|
| |
|
|
|
|
| |
Now rim lighting can illuminate the avatar as if it has glitter on it.
Also deprecate glitter seed, since it was unused.
|
|
|
Code bomb. Put tooner in version control.
|