|
 |
|
 |
|
Water Caustics Surface Shader
- Posted on: 2/6/2020
[Uncategorized]
|

I recently learned that projectors aren't supported in Unity's new render pipelines, so I've been trying to convert my projector-based water caustics shader into a surface shader... |
The disadvantage of using a surface shader versus a projector, is that the image is not projected onto all surfaces. So, naturally, the surface shader effect will only work on objects using the same shader. For example, this will not work with Unity's Terrain shader, or transparent objects, etc.
With that said, the results look really good, and the methods used in the shader could probably be applied to other shaders, so I'm happy to share it when it's done.
<< Back to main news page
|
|
 |
|
 |
|
|
Slow progress... 12/27/2020 |
I've been trying to finish the first course and improve the hole collisions. | |
Doom maps completed. 12/14/2020 |
The Doom maps I've been working on are now complete and you can download them from the link below. | |
Doom levels... 11/22/2020 |
I solved the problems with the classic doom levels... | |
Doom 11/20/2020 |
I'm making some custom Doom maps. | |
Ball updates... 9/10/2020 |
I replaced the smooth sphere surface with a model that has more depth and dimension. | |
AI? 11/23/2019 |
I'm seeing how difficult it would be to make a computer player... | |
|