Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/src/raytracing_tutorial_content.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ Analougus to the famous [Ray Tracing in one Weekend](https://raytracing.github.i
```julia (editor=true, logging=false, output=true)
using Raycore, GeometryBasics, LinearAlgebra
using Colors, ImageShow, WGLMakie
using MeshIO
using BenchmarkTools
```
**Ready to go!** We have:

* `Raycore` for fast ray-triangle intersections
* `GeometryBasics` for geometry primitives
* `Colors` and `ImageShow` for displaying rendered images
* `MeshIO` for loading the cat data

## Part 1: Our Scene, The Makie Cat

Expand Down