cloudy-raytracer/common/ray.cpp

4 lines
53 B
C++
Raw Normal View History

2022-11-11 14:27:43 +01:00
#include "ray.h"
2022-12-10 18:25:29 +01:00
std::atomic<int> Ray::rayCount(0);