Skip to content

Commit

Permalink
deploy: 2302575
Browse files Browse the repository at this point in the history
  • Loading branch information
philipc2 committed Dec 10, 2023
1 parent 6ee978a commit 4b9288a
Show file tree
Hide file tree
Showing 11 changed files with 171 additions and 157 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions _sources/notebooks/02-methods/02-rendering-techniques.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,16 @@
"metadata": {
"collapsed": false
}
},
{
"cell_type": "markdown",
"source": [
":::{seealso}\n",
"A more comprehensive showcase of rasterization can be found [here](https://learn.microsoft.com/en-us/windows/win32/direct3d11/d3d10-graphics-programming-guide-rasterizer-stage-rules)."
],
"metadata": {
"collapsed": false
}
}
],
"metadata": {
Expand Down
Binary file modified _static/__pycache__/__init__.cpython-311.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion notebooks/01-intro/01-unstructured-grid-overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ <h2>Structured Grids<a class="headerlink" href="#structured-grids" title="Permal
warnings.warn(f&#39;Downloading: {url}&#39;, DownloadWarning)
</pre></div>
</div>
<img alt="../../_images/d3972622de3773806c24feeeb729b90f5afd1847e1c9413ab39068422b397905.png" src="../../_images/d3972622de3773806c24feeeb729b90f5afd1847e1c9413ab39068422b397905.png" />
<img alt="../../_images/672fcddb20beb8f53bac8f47f795c3ab994e1ec3825f5520257bc554f5d814e0.png" src="../../_images/672fcddb20beb8f53bac8f47f795c3ab994e1ec3825f5520257bc554f5d814e0.png" />
</div>
</div>
</div>
Expand Down
16 changes: 8 additions & 8 deletions notebooks/01-intro/02-data-structures.html

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions notebooks/02-methods/02-rendering-techniques.html
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,10 @@ <h2>Rasterization<a class="headerlink" href="#rasterization" title="Permalink to
<p> </p>
<p>The black edges outline the expected geometry of each face (a.k.a polygon).</p>
<p>We can observe the jaggedness in the shading, which is the product of rasterization approximating each face.</p>
<div class="admonition seealso">
<p class="admonition-title">See also</p>
<p>A more comprehensive showcase of rasterization can be found <a class="reference external" href="https://learn.microsoft.com/en-us/windows/win32/direct3d11/d3d10-graphics-programming-guide-rasterizer-stage-rules">here</a>.</p>
</div>
</div>
</div>

Expand Down
96 changes: 48 additions & 48 deletions notebooks/03-uxarray-vis/01-plot-api.html

Large diffs are not rendered by default.

78 changes: 39 additions & 39 deletions notebooks/03-uxarray-vis/02-grid-topology.html

Large diffs are not rendered by default.

60 changes: 30 additions & 30 deletions notebooks/03-uxarray-vis/03-polygons.html

Large diffs are not rendered by default.

60 changes: 30 additions & 30 deletions notebooks/03-uxarray-vis/04-points.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit 4b9288a

Please sign in to comment.