rarietta / OpenGL-Deferred-Shader
This OpenGL Project is an implementation of a deferred shader. The program renders out, each into a separate G-Buffer, aspects of the image such as: Z-depth, color, screen space position, horizon-based ambient occlusion, normals, bloom, etc. These buffers can then be combined in various ways to post-process render final illuminated/stylized imag…
☆20Updated 11 years ago
Alternatives and similar repositories for OpenGL-Deferred-Shader:
Users that are interested in OpenGL-Deferred-Shader are comparing it to the libraries listed below
- ☆15Updated 8 years ago
- ☆22Updated 11 years ago
- Fast translucent object rendering with GLSL.☆21Updated 8 years ago
- Indirect Occlusion Culling☆23Updated 8 years ago
- collection of opengl effects (WIP)☆12Updated 8 years ago
- VFSME - Vulkan Free Surface Modeling Engine☆15Updated 8 years ago
- ☆32Updated 3 years ago
- ☆18Updated 8 years ago
- TinySHRot, header-only C89 spherical harmonics rotation codes.☆16Updated 6 years ago
- a binary format for baked (bak3d) 3d files☆19Updated 9 years ago
- Screen space global illumination demo: SSAO vs SSDO☆50Updated 12 years ago
- C/C++ Isosurface Extraction library☆13Updated 8 years ago
- Small code template for an OpenGL course☆11Updated 9 years ago
- A simple command-line utility for inspecting texture file header data☆14Updated 8 years ago
- C utility modules for 3D graphics using OpenGL☆25Updated 10 years ago
- A hexagonal prism BVH: more efficient than AABB.☆18Updated 5 years ago
- #include <engine>☆40Updated 6 years ago
- A minimalistic, dependency-free C++ path tracer