We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e8f2be commit fe00867Copy full SHA for fe00867
content/wiki/signed-distance-fields/index.md
@@ -1,11 +1,14 @@
1
+++
2
title = "Signed Distance Fields"
3
-description = "A N-dimensional field where at every point the distance to the closest surface is known."
+description = "An N-dimensional field/function where at every point the distance to the closest surface is known."
4
aliases = ["/wiki/sdf"]
5
[taxonomies]
6
categories = ["rendering"]
7
+tags = ["raytracing"]
8
9
10
+> An N-dimensional field/function where at every point the distance to the closest surface is known.
11
+
12
{{ stub_notice() }}
13
14
## References
0 commit comments