Skip to content

Commit db81eb0

Browse files
author
Alexander Gauggel
committed
Add Marschner Hair Shading blogpost
1 parent df6707d commit db81eb0

File tree

8 files changed

+1247
-11
lines changed

8 files changed

+1247
-11
lines changed

docs/_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
</main>
1515
</body>
1616

17-
</html>
17+
</html>

docs/_layouts/post.html

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,18 @@
55
<p>{{ page.date | date_to_string }} </p>
66
<h1>{{ page.title }}</h1>
77

8-
{{ content }}
8+
{{ content }}
9+
10+
<script>
11+
window.MathJax = {
12+
tex: {
13+
tags: "ams"
14+
}
15+
};
16+
</script>
17+
<script
18+
type="text/javascript"
19+
id="MathJax-script"
20+
async
21+
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"
22+
></script>

docs/_posts/2023-08-04-test.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

docs/_posts/2023-10-21-study-notes-on-the-marschner-hair-shading-model.md

Lines changed: 453 additions & 0 deletions
Large diffs are not rendered by default.

docs/images/Marschner/azimuthalPathR.svg

Lines changed: 194 additions & 0 deletions
Loading

docs/images/Marschner/azimuthalPathTRT.svg

Lines changed: 194 additions & 0 deletions
Loading

docs/images/Marschner/azimuthalPathTRTCaustic.svg

Lines changed: 196 additions & 0 deletions
Loading

docs/images/Marschner/azimuthalPathTT.svg

Lines changed: 194 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)