Ray Tracer

Creates PNG file in ./results/

Usage:
[--help] - show this help message
[--sizes] < width in pixels > < height in pixels > - set target picture sizes(800x600 by default)
[--import] < path > - import scene using camera from the first entry (.rt and ASCII .stl are supported)
[--threads] < number > - set threads number (auto by default)
[--nolight] - disable all illumination, and consequently any other optical effects (enabled by default)
[--norefl] - disable reflection (enabled by default)
[--norefr] - disable refraction (enabled by default)
[--complexlight] - enable complex illumination
[--photons] < number > - set photons number (5000000 photons by default)
[--adaptiveaa] - enable adaptive anti aliasing (x16 by default)
[--aascales] < width in pixels > < height in pixels > - set pixel subdivision(x16 (by default) means 4 * 4)
[--hlaliasing] - highlight aliasing with red color