guozhou / voxelizerLinks
A GPU triangle mesh voxelizer using the geometry shader.
☆13Updated 9 years ago
Alternatives and similar repositories for voxelizer
Users that are interested in voxelizer are comparing it to the libraries listed below
Sorting:
- Sample code for a 'Quaternions revisited' article from GPU Pro 5☆34Updated 10 years ago
- Fast translucent object rendering with GLSL.☆21Updated 9 years ago
- A GPU radix sorter using the OpenGL compute shader.☆20Updated 9 years ago
- Implement some RTR and PBR papers☆48Updated 8 years ago
- Screen space global illumination demo: SSAO vs SSDO☆50Updated 12 years ago
- Implementation of Real-Time Polygonal-Light Shading with Linearly Transformed Cosines by Eric Heitz et al for the course TSBK03 Advanced …☆20Updated 8 years ago
- Indirect Occlusion Culling☆23Updated 8 years ago
- This OpenGL Project is an implementation of a deferred shader. The program renders out, each into a separate G-Buffer, aspects of the ima…