Skip to content

Releases: AlexSabourinDev/cranberries

Cranberray - 0.2.0

24 Jul 00:39
Compare
Choose a tag to compare
Cranberray - 0.2.0 Pre-release
Pre-release

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

11 Mar 01:12
Compare
Choose a tag to compare
Cranberray - 0.1.0 Pre-release
Pre-release

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!