Create cmake.yml #9
@ -1,5 +1,7 @@
|
|||||||
# raytracer-c
|
# raytracer-c
|
||||||
|
|
||||||
|
[![CI Actions Status](https://github.com/twistdroach/raytracer-c/workflows/CI/badge.svg)](https://github.com/twistdroach/raytracer-c/actions)
|
||||||
|
|
||||||
Current executables (and sample output) are:
|
Current executables (and sample output) are:
|
||||||
|
|
||||||
## main/parabola
|
## main/parabola
|
||||||
@ -85,4 +87,4 @@ Now with normal interpolation...starting to slow down with lots of triangles/ref
|
|||||||
An obvious performance improvement would be to add some group bounding, so we don't have to check all triangles for intersections when we aren't even close.
|
An obvious performance improvement would be to add some group bounding, so we don't have to check all triangles for intersections when we aren't even close.
|
||||||
|
|
||||||
In any event, flamegraphs are a fun way to see what is going on.
|
In any event, flamegraphs are a fun way to see what is going on.
|
||||||
![](images/glass_teapot_flamegraph.svg)
|
![](images/glass_teapot_flamegraph.svg)
|
||||||
|
Loading…
Reference in New Issue
Block a user