Skip to content

Commit

Permalink
Fix image links.
Browse files Browse the repository at this point in the history
  • Loading branch information
kwokcb committed Jan 22, 2025
1 parent 5485dfb commit 76e8728
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<p>This sample package shows the basic components required to connect MaterialX running in Python to a Web client running Javascript in order to run conversion or rendering applications.</p>
<table class="doxtable">
<tr>
<td><img src="./images/converter_render.png" alt="" width="100%" class="inline"/> Server-side rendering using <b>MaterialXView</b> </td><td><img src="./images/converter_usd_gltf_.png" alt="" width="100%" class="inline"/> Server-side conversion from MaterialX to USD and glTF (top and bottom respectively) </td></tr>
<td><img src="https://github.com/kwokcb/materialxWeb/blob/main/flask/converters/images/converter_render.png?raw=true" alt="" width="100%" class="inline"/> Server-side rendering using <b>MaterialXView</b> </td><td><img src="https://github.com/kwokcb/materialxWeb/blob/main/flask/converters/images/converter_usd_gltf_.png?raw=true" alt="" width="100%" class="inline"/> Server-side conversion from MaterialX to USD and glTF (top and bottom respectively) </td></tr>
</table>
<h2><a class="anchor" id="autotoc_md1"></a>
Dependents</h2>
Expand Down
4 changes: 2 additions & 2 deletions flask/converters/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ This sample package shows the basic components required to connect MaterialX run

<table>
<tr>
<td><img src="./images/converter_render.png" width=100%>
<td><img src="https://github.com/kwokcb/materialxWeb/blob/main/flask/converters/images/converter_render.png?raw=true" width=100%>
Server-side rendering using <b>MaterialXView</b></td>
<td><img src="./images/converter_usd_gltf_.png" width=100%>
<td><img src="https://github.com/kwokcb/materialxWeb/blob/main/flask/converters/images/converter_usd_gltf_.png?raw=true" width=100%>
Server-side conversion from MaterialX to USD and glTF (top and
bottom respectively)
</td>
Expand Down

0 comments on commit 76e8728

Please sign in to comment.