caosdoar / spheres
Methods to create a sphere mesh
☆264Updated 5 years ago
Alternatives and similar repositories for spheres
Users that are interested in spheres are comparing it to the libraries listed below
Sorting:
- Simple implementations of sampling patterns, with objective tests to compare them☆232Updated 5 years ago
- Chop 3D objects to meshlets☆435Updated 2 years ago
- Code sample accompanying the article "Crash Course in BRDF Implementation"☆332Updated last year
- Fast (er) implementation of dual contouring which avoids the octree☆162Updated 7 years ago
- Axis Aligned Bounding Octahedron☆255Updated 5 years ago
- Atlas Generation Tool☆473Updated 3 years ago
- GPU-based Forward+ renderer☆518Updated 5 years ago
- Various sun/sky models, convolution of theta/gamma-parameterised models☆246Updated 6 years ago
- Quick path tracer project written in C++☆132Updated 5 years ago
- A project testing and comparing various algorithms for creating isosurfaces.☆305Updated 8 years ago
- Code for tutorials posted on my blog.☆266Updated last year
- Header only C++ Tiny glTF loader.☆254Updated 5 years ago
- revisiting a known normal transformation in computer graphics☆316Updated 5 years ago
- Code for "Real-Time Polygonal-Light Shading with Linearly Transformed Cosines"☆445Updated 6 years ago
- Real-time Cloudscape Rendering in Vulkan based on the implementation of clouds in the Decima Engine.☆199Updated 6 years ago
- A Vulkan implementation of real-time PBR renderer☆395Updated 8 years ago
- Lightweight CPU/GPU path tracer☆411Updated 4 years ago
- Collection of functions that can be used to generate tileable volume/3d noise. An exemple of volume noise functions that can be specifica…☆356Updated 4 years ago
- Voxels Library - C++ library for voxel manipulation and polygonization☆294Updated 8 years ago
- MSAA and Temporal AA Sample☆335Updated 4 years ago
- A collection of HLSL functions one can include to use spherical harmonics in shaders. This repository can be simply be used as a submodul…☆260Updated 3 years ago
- A Simple, Optimized Bounding Volume Hierarchy for Ray/Object Intersection Testing☆530Updated 5 years ago
- A GLSL parser☆267Updated 2 years ago
- optimized screen-space ambient occlusion, cache-aware hbao☆362Updated last year
- ambient occlusion baking tool☆242Updated 6 years ago
- Experimentation framework for probe-based lighting☆425Updated last year
- Code accompanying the blog post on bvh construction.☆417Updated 7 months ago
- A real-time global illumination implementation using voxel cone tracing. Implemented in C++ and GLSL.☆826Updated 3 months ago
- Poisson disk points generator in C++ in a single file