Skip to content

Releases: ArturKovacs/GL-raytracer

Release v1.3

29 Mar 13:49
Compare
Choose a tag to compare

Added support for wobbly objects.

Go ahead and add (bit or) the WOBBLY property to any object in the object array of the scene. An example can be seen in the "Box" (default) scene.

Release v1.2

04 Oct 08:38
Compare
Choose a tag to compare

Here are the main improvements of this release:

  • Added automatic Vsync setup.
  • Fixed compatibility issues with some video card drivers.

Release v1.1

20 Sep 14:41
Compare
Choose a tag to compare

This release has some minor improvements over the previous one.

Features:

  • spheres, axis-aligned boxes
  • Many different material properties to mix together (eg diffuse, refractive, checker board, bumpy)
  • Shadows
  • Some scenes made ready to try out

First release

01 Sep 14:27
Compare
Choose a tag to compare

This is the frst release of GL raytracer.

Features:

  • spheres, axis-aligned boxes
  • Many different material properties to mix together (eg diffuse, refractive, checker board, bumpy)
  • Shadows
  • Some scenes made ready to try out