This website requires JavaScript.
Explore
Help
Sign in
games
/
raycaster
Watch
1
Star
0
Fork
You've already forked raycaster
0
Code
Issues
30
Pull requests
Projects
Releases
2
Packages
Wiki
Activity
Actions
335
commits
1
branch
2
tags
33
MiB
84a5f06dac
Commit graph
3 commits
Author
SHA1
Message
Date
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