Skip to content

Commit fe00867

Browse files
committed
change(/wiki/signed-distance-fields): description and tag
1 parent 2e8f2be commit fe00867

File tree

1 file changed

+4
-1
lines changed
  • content/wiki/signed-distance-fields

1 file changed

+4
-1
lines changed

content/wiki/signed-distance-fields/index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
+++
22
title = "Signed Distance Fields"
3-
description = "A N-dimensional field where at every point the distance to the closest surface is known."
3+
description = "An N-dimensional field/function where at every point the distance to the closest surface is known."
44
aliases = ["/wiki/sdf"]
55
[taxonomies]
66
categories = ["rendering"]
7+
tags = ["raytracing"]
78
+++
89

10+
> An N-dimensional field/function where at every point the distance to the closest surface is known.
11+
912
{{ stub_notice() }}
1013

1114
## References

0 commit comments

Comments
 (0)