Skip to content

Commit 1c15d29

Browse files
authored
Update README.md
1 parent eacdc05 commit 1c15d29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ vf_matrix = view_factors(bvh; rays_per_triangle=1000)
5757

5858
## Documentation
5959

60-
- [Full API Documentation](https://juliageometry.github.io/Raycore.jl/)
61-
- [Ray Tracing Tutorial](https://juliageometry.github.io/Raycore.jl/dev/raytracing_tutorial.html) - Build a complete ray tracer from scratch
62-
- [GPU Ray Tracing Tutorial](https://juliageometry.github.io/Raycore.jl/dev/gpu_raytracing.html) - Port the ray tracer to GPU with optimization techniques
60+
[Full API Documentation](https://juliageometry.github.io/Raycore.jl/)
6361

62+
[Ray Tracing Tutorial](https://juliageometry.github.io/Raycore.jl/dev/raytracing_tutorial.html), build a complete ray tracer from scratch
6463
![Ray tracing example](./docs/src/raytracing.png)
6564

65+
[GPU Ray Tracing Tutorial](https://juliageometry.github.io/Raycore.jl/dev/gpu_raytracing.html), port the ray tracer to GPU with optimization techniques
6666
![GPU Benchmarks](./docs/src/gpu-benchmarks.png)

0 commit comments

Comments
 (0)