Apply suggestions from code review

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Rodrigo Faselli
2026-05-18 14:04:45 -03:00
committed by GitHub
parent 6166a54808
commit e2a0ebec0b
4 changed files with 5 additions and 6 deletions

View File

@@ -77,7 +77,7 @@ vec3 getBackfaceColor(vec3 fill) {
return (brightness > 0.75) ? vec3(0.11, 0.165, 0.208) : vec3(0.988, 0.988, 0.988);
}
// Silhouette edge detection & rendering algorithem by leoneruggiero
// Silhouette edge detection & rendering algorithm by leoneruggiero
// https://www.shadertoy.com/view/DslXz2
#define INFLATE 1

View File

@@ -79,7 +79,7 @@ vec3 getBackfaceColor(vec3 fill) {
return (brightness > 0.75) ? vec3(0.11, 0.165, 0.208) : vec3(0.988, 0.988, 0.988);
}
// Silhouette edge detection & rendering algorithem by leoneruggiero
// Silhouette edge detection & rendering algorithm by leoneruggiero
// https://www.shadertoy.com/view/DslXz2
#define INFLATE 1