Releases: AlexSabourinDev/cranberries
Releases · AlexSabourinDev/cranberries
Cranberray - 0.2.0
Optimized path tracing build.
Features include:
- AABB BVH construction and traversal, SAH construction heuristic
- OBJ loading
- GGX/Lambert and Mirror materials
- Multiple Importance Sampling
- SSE optimized BVH traversal
- HDR background support
- Multi-threaded rendering
- Texture Sampling (Bilinear interpolation)
- Bump Mapping
- Tangent Basis Construction
- Custom stack allocator
- Stats!
Cranberray - 0.1.0
Core path tracing build.
Features include:
- AABB BVH construction and traversal
- OBJ loading
- Lambert and Mirror materials
- Moderate optimizations to accelerate BVH traversal
- HDR background support
- Stats!