diharaw / texture-space-decalsLinks
A method for baking persistent decals to textures using UV-space rasterization.
☆23Updated 4 years ago
Alternatives and similar repositories for texture-space-decals
Users that are interested in texture-space-decals are comparing it to the libraries listed below
Sorting:
- An OpenGL sample that demonstrates baking SDFs and using them to add Soft Shadows and Ambient Occlusion to a rasterized scene.☆56Updated 3 years ago
- An OpenGL sample demonstrating path traced lightmap baking on the CPU with Embree.☆66Updated 5 years ago
- Global illumination technical demo - a continuation of the Synesthesia3D (ex-LibRenderer) graphics engine used in https://github.com/ifto…☆56Updated last month
- Implementation of "Real-time Global Illumination using Precomputed Light Field Probes"☆15Updated 6 years ago
- ☆41Updated 9 years ago
- ☆42Updated 5 years ago
- RT-RSM is a real-time Global Illumination technique using GPU ray tracing☆65Updated 6 years ago
- Converting vertex meshes to voxel data and visualizing using VCT☆81Updated 8 years ago
- Checkerboard rendering with Magnum and OpenGL☆44Updated 3 years ago
- A multithreaded C++ program that uses raytracing and photon mapping to render photorealistic images of 3D environments☆67Updated 6 years ago
- 🥧 An OpenGL 4.x example of GPU Zen 2's ray casting techniques for baked texture generation chapter.