voxel-engine/shaders
EmaMaker 1c0ee1315f renderer: render scene to a texture
And then render the texture onto a quad that fills the screen
The screen-filled quad upon which the texture is rendered must never be rendered in wireframe. Rendering in wireframe only makes sense when rendering the world on the texture
2023-09-20 12:37:32 +02:00
..
shader-quad.fs renderer: render scene to a texture 2023-09-20 12:37:32 +02:00
shader-quad.vs renderer: render scene to a texture 2023-09-20 12:37:32 +02:00
shader-texture.fs give leaves a sprinkle of color 2023-07-30 12:17:51 +02:00
shader-texture.gs generate mesh from points using geometry shader 2023-07-19 12:42:45 +02:00
shader-texture.vs generate mesh from points using geometry shader 2023-07-19 12:42:45 +02:00
shader.fs gamma correction 2023-03-27 21:10:45 +02:00
shader.vs Blinn-Phong lighting 2023-03-27 21:10:45 +02:00