You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/meshes.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ There are three basic geometries currently available in `Krang`.
8
8
9
9
*`ConeGeometry` : A spin axis centered cone with its apex placed at the coordinate origin.
10
10
11
-
*`MeshGeometry` : A geometry made from a [triangle mesh](https://en.wikipedia.org/wiki/Triangle_mesh). The mesh is embedded by placing vertices at points in the Cartesian Kerr-Schild coordinate system. Check out a mesh example[here](examples/raytracing-mesh-example)
11
+
*`MeshGeometry` : A geometry made from a [triangle mesh](https://en.wikipedia.org/wiki/Triangle_mesh). The mesh is embedded by placing vertices at points in the Cartesian Kerr-Schild coordinate system. Check out the [ray tracing mesh example](@ref)
12
12
There are convenience functions defines to `translate`, `rotate` and `scale` these geometries.
13
13
14
14
*`LevelSetGeometry` : A geometry defined by a level set function expressed in the Cartesian Kerr-Schild coordinate system.
0 commit comments