Skip to content

Releases: kamilsan/haruno-renderer

v0.2

03 Feb 21:34
Compare
Choose a tag to compare
v0.2 Pre-release
Pre-release

Added features:

  • Triangle meshes and basic support for OBJ files
  • Area Lights
  • Saving and loading PNG files
  • Quadrics: Cylinder, cone, paraboloid
  • Abstract Integrator type
  • New integrators: DebugIntegrator for rendering albedo/normal/depth and DirectLighting

v0.1

01 Jul 20:14
Compare
Choose a tag to compare
v0.1 Pre-release
Pre-release

Features:

  • Path tracing
  • Russian Roulette
  • Two materials: Diffuse (Lambert's BRDF) and Mirror
  • Pinhole and thin lens cameras
  • Gradient-base environment lighting
  • Directional and Point lights
  • Importance Sampling BRDFs
  • Antialiasing
  • Multithreading
  • Textures (including procedurally generated checkerboard)
  • Supported objects: Plane, Sphere, Rectangle