potato3d / vdlib
Visibility Determination Library: hierarchical frustum and occlusion culling algorithms
☆38Updated 3 years ago
Related projects ⓘ
Alternatives and complementary repositories for vdlib
- Acceleration structure library (BVH-, KD-Tree) with basic parallel construction☆52Updated 5 years ago
- Tiny Mesh utilities(e.g. compute half-edge data structure) in C++11☆36Updated 4 years ago
- "Guided Visibility Sampling++", an aggressive from-region visibility algorithm. The implementation is based on the Vulkan graphics API.☆20Updated 3 years ago
- Source Code for HPG 2022 Paper "Virtual Blue Noise Lighting"☆47Updated 2 years ago
- Implementation of "Fast Global Illumination Approximations on Deep G-Buffers" (Mara et. al, 2016) using C++, OpenGL, and GLSL☆39Updated 7 years ago
- RTX path tracing + GPU closest point queries (Vulkan)☆21Updated 6 months ago
- Voxelization of a triangle in 3D. Pure math demo.☆32Updated 3 years ago
- Library for BSDF, BRDF, and BTDF☆29Updated 9 months ago
- Vulkan implementations of Subsurface Scattering and Ambient Occlusion☆16Updated 7 years ago
- CUDA Path Tracer with BVH Acceleration, Depth of Field, AA + more☆22Updated 7 years ago
- ☆38Updated 2 years ago
- An OpenGL sample demonstrating path traced lightmap baking on the CPU with Embree.☆59Updated 4 years ago
- A library of distance and occlusion generation routines☆111Updated 5 years ago
- Hybrid raytracing and filtering playground.☆27Updated 5 years ago
- Converting vertex meshes to voxel data and visualizing using VCT☆78Updated 7 years ago
- Invk - Inverse Kinematics Library with Quaternions☆26Updated 5 years ago
- KD tree optimization for path tracing☆41Updated 7 years ago
- Supplemental source code for "A Halfedge Refinement Rule for Catmull Clark Subdivision"☆34Updated 11 months ago
- Implementation of Efficient Energy-Compensated VPLs using Photon Splatting (and various rendering techniques)☆27Updated 3 years ago
- A real-time OpenGL Compute shader based Progressive Path Tracer.☆18Updated 5 years ago
- physically based renderer written in DX12 with image-based lighting, classic deffered and tiled lighting approaches