Per-thread RNGs and RNG bugfix
This commit is contained in:
parent
a45ae025d6
commit
52806e4457
6 changed files with 70 additions and 39 deletions
2
Makefile
2
Makefile
|
|
@ -2,7 +2,7 @@ INCLUDE=./include
|
|||
LIBS=-pthread -lm
|
||||
FLAGS=-Ofast -march=native -g -Wall -Wextra -Wpedantic
|
||||
|
||||
raytracer: camera.hpp color.hpp hittable.hpp hittable_list.hpp main.cpp material.hpp ray.hpp rtweekend.hpp sphere.hpp vec3.hpp $(INCLUDE)/Remotery.c $(INCLUDE)/Remotery.h
|
||||
raytracer: camera.hpp color.hpp hittable.hpp hittable_list.hpp main.cpp material.hpp random.h ray.hpp rtweekend.hpp sphere.hpp vec3.hpp $(INCLUDE)/Remotery.c $(INCLUDE)/Remotery.h
|
||||
g++ $(FLAGS) -I$(INCLUDE) $(LIBS) main.cpp -o raytracer
|
||||
|
||||
make debug:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue