Skip to content

Commit 2dcc3dd

Browse files
felixcremerFelix Cremer
andauthored
Add MeshIO to raytracing in an hour example (#6)
We need the MeshIO package to load the cat data. Co-authored-by: Felix Cremer <[email protected]>
1 parent 1c15d29 commit 2dcc3dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/src/raytracing_tutorial_content.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@ Analougus to the famous [Ray Tracing in one Weekend](https://raytracing.github.i
77
```julia (editor=true, logging=false, output=true)
88
using Raycore, GeometryBasics, LinearAlgebra
99
using Colors, ImageShow, WGLMakie
10+
using MeshIO
1011
using BenchmarkTools
1112
```
1213
**Ready to go!** We have:
1314

1415
* `Raycore` for fast ray-triangle intersections
1516
* `GeometryBasics` for geometry primitives
1617
* `Colors` and `ImageShow` for displaying rendered images
18+
* `MeshIO` for loading the cat data
1719

1820
## Part 1: Our Scene, The Makie Cat
1921

0 commit comments

Comments
 (0)