Skip to content

Releases: Werozel/RayTracing

Ray Tracing v3.0

05 Apr 19:49
cd1c922
Compare
Choose a tag to compare

RayTracing

Testing
CodeFactor

A program that implements ray-tracing rendering technique

Run

cmake −DCMAKE_BUILD_TYPE=Release

make run

make clean

Flags

-threads n - Number of threads

-out path - Path to a result file

-scene n - Scene number

-smooth n - Anti-aliasing value

What's new

  • Added backgrounds
  • Optimized performance
  • Added new objects
  • Created 3 example scenes
  • Fixed cmake issues

Examples

scene1
scene2
scene3

Polygons and anti-aliasing

02 Apr 14:24
Compare
Choose a tag to compare

RayTracing

Testing
CodeFactor

A program that implements ray-tracing rendering technique

Run

cmake −DCMAKE_BUILD_TYPE=Release

make run

make clean

What's new

  • Polygons
  • Anti-aliasing
  • Run flags

Flags

-threads n - Number of threads

-out path - Path to a result file

-scene n - Scene number

-smooth n - Anti-aliasing value

Example

result

Basic functions beta

25 Mar 22:46
Compare
Choose a tag to compare

Implemented

  • Spheres as basic objects
  • Light source
  • Glares
  • Shades

Run

make run
make clean

Example

result