Zed A. Shaw
|
7186c2ecb0
|
I think this is the best I can do for a hover vs. click shader effect. Just do it in a shader based on a uniform setting.
|
2025-04-15 01:01:44 -04:00 |
|
Zed A. Shaw
|
08bc48df3d
|
GLSL smoothstep is NOT lerp, it's 'Hermite linear interpolation' which basically means not a damn thing anyone says it is. mix is what I want.
|
2025-04-14 12:12:21 -04:00 |
|
Zed A. Shaw
|
766b20f3f8
|
Rayview now uses the shader manager.
|
2025-04-13 22:31:13 -04:00 |
|
Zed A. Shaw
|
35ced58cc9
|
Shaders now are managed by a manger that can do hot reloading and it also will detect a bad shader and use an ERROR shader so you know it's busted visually.
|
2025-04-13 17:11:21 -04:00 |
|