Skip to content

Commit 2076861

Browse files
committed
Fix image references and tables.
1 parent 2abc9a9 commit 2076861

5 files changed

Lines changed: 284 additions & 262 deletions

File tree

README.html

Lines changed: 81 additions & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@
367367
</script>
368368
<!--Start-->
369369
<h2 class="bg-gradient rounded-2 p-0" style="display: flex; align-items: center; gap: 10px;">
370-
<img class="px-1" src="documents/images/download.png" width=48px alt="MaterialX Materials Icon">
370+
<img class="px-1" src="https://raw.githubusercontent.com/kwokcb/materialxMaterials/refs/heads/main/documents/images/download.png" width=48px alt="MaterialX Materials Icon">
371371
<span>MaterialX Materials</span>
372372
</h2>
373373
<div class="container-fluid p-2 rounded-4 border border-secondary border-rounded">
@@ -408,83 +408,86 @@ <h4>Examples</h4>
408408
<p>The following are some samples which have been rendered using the <code>MaterialXView</code> utility which is part of the MaterialX binary distribution.</p>
409409
<p>See the <a href="https://kwokcb.github.io/materialxMaterials/examples/index.html">Examples pages</a> for further details.</p>
410410
<table>
411-
<tr>
412-
<!-- 1 -->
413-
<td>
414-
GPUOpen
415-
<table>
416-
<tr >
417-
<td >
418-
<img src="https://kwokcb.github.io/materialxMaterials/src/materialxMaterials/data/GPUOpenMaterialX/Emerald Peaks Wallpaper/Emerald_Peaks_Wallpaper.png" width=100%>
419-
Emerald Peaks Wallpaper
420-
</td>
421-
<td >
422-
<img src="https://kwokcb.github.io/materialxMaterials/src/materialxMaterials/data/GPUOpenMaterialX/Indigo Palm Wallpaper/Indigo_Palm_Wallpaper.png" width=100%>
423-
Indigo Palm Wallpaper
424-
</td>
425-
<td >
426-
<img src="https://kwokcb.github.io/materialxMaterials/src/materialxMaterials/data/GPUOpenMaterialX/Oliana Blue Painted Wood/Oliana_Blue_Painted_Wood.png" width=100%>
427-
Oliana Blue Painted Wood
428-
</td>
429-
</tr>
430-
</table>
431-
</td>
432-
<!-- 2 -->
433-
<td>
434-
<table>
435-
PhysicallyBased
436-
<tr >
437-
<td >
438-
<img src="https://kwokcb.github.io/materialxMaterials/src/materialxMaterials/data/PhysicallyBasedMaterialX/Ketchup.png" width=100%>
439-
Ketchup
440-
</td>
441-
<td >
442-
<img src="https://kwokcb.github.io/materialxMaterials/src/materialxMaterials/data/PhysicallyBasedMaterialX/Cooking_Oil.png" width=100%>
443-
Cooking Oil
444-
</td>
445-
<td >
446-
<img src="https://kwokcb.github.io/materialxMaterials/src/materialxMaterials/data/PhysicallyBasedMaterialX/Brass.png" width=100%>
447-
Brass
448-
</td>
449-
</table>
450-
<tr>
451-
<!-- 3 -->
452-
<td>
453-
<table>
454-
ambientCG
455-
<tr>
456-
<td>
457-
<img src="https://kwokcb.github.io/materialxMaterials/src/materialxMaterials/data/ambientCgMaterials/Metal053C_1K-PNG.png" width=100%>
458-
Metal (53)
459-
</td>
460-
<td>
461-
<img src="https://kwokcb.github.io/materialxMaterials/src/materialxMaterials/data/ambientCgMaterials/PavingStones142_1K-PNG.png" width=100%>
462-
Paving Stones (142)
463-
</td>
464-
<td>
465-
<img src="https://kwokcb.github.io/materialxMaterials/src/materialxMaterials/data/ambientCgMaterials/WoodFloor038_1K-PNG.png" width=100%>
466-
Wood Floor (38)
467-
</td>
468-
</table>
469-
<!-- 4 -->
470-
<td>
471-
PolyHaven
472-
<table>
473-
<tr>
474-
<td>
475-
<img src="https://kwokcb.github.io/materialxMaterials/src/materialxMaterials/data/PolyHavenMaterialX/polyhaven_aerial_asphalt_1.png" width=100%>
476-
Ashphalt
477-
</td>
478-
<td >
479-
<img src="https://kwokcb.github.io/materialxMaterials/src/materialxMaterials/data/PolyHavenMaterialX/polyhaven_polystrylene.png" width=100%>
480-
Polystyrene
481-
</td>
482-
<td >
483-
<img src="https://kwokcb.github.io/materialxMaterials/src/materialxMaterials/data/PolyHavenMaterialX/polyhave_wood_trunk_wall.png" width=100%>
484-
Wood Trunk Wall
485-
</td>
486-
</table>
487-
</tr>
411+
<tr>
412+
<td>
413+
<b>GPUOpen</b>
414+
<table>
415+
<tr>
416+
<td>
417+
<img src="https://kwokcb.github.io/materialxMaterials/src/materialxMaterials/data/GPUOpenMaterialX/Emerald Peaks Wallpaper/Emerald_Peaks_Wallpaper.png" width=100%><br>
418+
Emerald Peaks Wallpaper
419+
</td>
420+
<td>
421+
<img src="https://kwokcb.github.io/materialxMaterials/src/materialxMaterials/data/GPUOpenMaterialX/Indigo Palm Wallpaper/Indigo_Palm_Wallpaper.png" width=100%><br>
422+
Indigo Palm Wallpaper
423+
</td>
424+
<td>
425+
<img src="https://kwokcb.github.io/materialxMaterials/src/materialxMaterials/data/GPUOpenMaterialX/Oliana Blue Painted Wood/Oliana_Blue_Painted_Wood.png" width=100%><br>
426+
Oliana Blue Painted Wood
427+
</td>
428+
</tr>
429+
</table>
430+
</td>
431+
<td>
432+
<b>PhysicallyBased</b>
433+
<table>
434+
<tr>
435+
<td>
436+
<img src="https://kwokcb.github.io/materialxMaterials/src/materialxMaterials/data/PhysicallyBasedMaterialX/Ketchup.png" width=100%><br>
437+
Ketchup
438+
</td>
439+
<td>
440+
<img src="https://kwokcb.github.io/materialxMaterials/src/materialxMaterials/data/PhysicallyBasedMaterialX/Cooking_Oil.png" width=100%><br>
441+
Cooking Oil
442+
</td>
443+
<td>
444+
<img src="https://kwokcb.github.io/materialxMaterials/src/materialxMaterials/data/PhysicallyBasedMaterialX/Brass.png" width=100%><br>
445+
Brass
446+
</td>
447+
</tr>
448+
</table>
449+
</td>
450+
</tr>
451+
<tr>
452+
<td>
453+
<b>ambientCG</b>
454+
<table>
455+
<tr>
456+
<td>
457+
<img src="https://kwokcb.github.io/materialxMaterials/src/materialxMaterials/data/ambientCgMaterials/Metal053C_1K-PNG.png" width=100%><br>
458+
Metal (53)
459+
</td>
460+
<td>
461+
<img src="https://kwokcb.github.io/materialxMaterials/src/materialxMaterials/data/ambientCgMaterials/PavingStones142_1K-PNG.png" width=100%><br>
462+
Paving Stones (142)
463+
</td>
464+
<td>
465+
<img src="https://kwokcb.github.io/materialxMaterials/src/materialxMaterials/data/ambientCgMaterials/WoodFloor038_1K-PNG.png" width=100%><br>
466+
Wood Floor (38)
467+
</td>
468+
</tr>
469+
</table>
470+
</td>
471+
<td>
472+
<b>PolyHaven</b>
473+
<table>
474+
<tr>
475+
<td>
476+
<img src="https://kwokcb.github.io/materialxMaterials/src/materialxMaterials/data/PolyHavenMaterialX/polyhaven_aerial_asphalt_1.png" width=100%><br>
477+
Ashphalt
478+
</td>
479+
<td>
480+
<img src="https://kwokcb.github.io/materialxMaterials/src/materialxMaterials/data/PolyHavenMaterialX/polyhaven_polystrylene.png" width=100%><br>
481+
Polystyrene
482+
</td>
483+
<td>
484+
<img src="https://kwokcb.github.io/materialxMaterials/src/materialxMaterials/data/PolyHavenMaterialX/polyhave_wood_trunk_wall.png" width=100%><br>
485+
Wood Trunk Wall
486+
</td>
487+
</tr>
488+
</table>
489+
</td>
490+
</tr>
488491
</table>
489492
</div><p><div class="container-fluid p-2 rounded-4 border border-secondary border-rounded">
490493
<h3>Details</h3>

README.md

Lines changed: 82 additions & 84 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!--Start-->
22

33
<h2 class="bg-gradient rounded-2 p-0" style="display: flex; align-items: center; gap: 10px;">
4-
<img class="px-1" src="documents/images/download.png" width=48px alt="MaterialX Materials Icon">
4+
<img class="px-1" src="https://raw.githubusercontent.com/kwokcb/materialxMaterials/refs/heads/main/documents/images/download.png" width=48px alt="MaterialX Materials Icon">
55
<span>MaterialX Materials</span>
66
</h2>
77

@@ -50,94 +50,92 @@ A `Jupyter` notebook demonstrates the direct usage of the Python library. The ou
5050

5151
<h4>Examples</h4>
5252

53+
5354
The following are some samples which have been rendered using the `MaterialXView` utility which is part of the MaterialX binary distribution.
5455

5556
See the <a href="https://kwokcb.github.io/materialxMaterials/examples/index.html">Examples pages</a> for further details.
5657

5758
<table>
58-
<tr>
59-
60-
<!-- 1 -->
61-
<td>
62-
GPUOpen
63-
<table>
64-
<tr >
65-
<td >
66-
<img src="https://kwokcb.github.io/materialxMaterials/src/materialxMaterials/data/GPUOpenMaterialX/Emerald Peaks Wallpaper/Emerald_Peaks_Wallpaper.png" width=100%>
67-
Emerald Peaks Wallpaper
68-
</td>
69-
<td >
70-
<img src="https://kwokcb.github.io/materialxMaterials/src/materialxMaterials/data/GPUOpenMaterialX/Indigo Palm Wallpaper/Indigo_Palm_Wallpaper.png" width=100%>
71-
Indigo Palm Wallpaper
72-
</td>
73-
<td >
74-
<img src="https://kwokcb.github.io/materialxMaterials/src/materialxMaterials/data/GPUOpenMaterialX/Oliana Blue Painted Wood/Oliana_Blue_Painted_Wood.png" width=100%>
75-
Oliana Blue Painted Wood
76-
</td>
77-
</tr>
78-
</table>
79-
</td>
80-
81-
<!-- 2 -->
82-
<td>
83-
<table>
84-
PhysicallyBased
85-
<tr >
86-
<td >
87-
<img src="https://kwokcb.github.io/materialxMaterials/src/materialxMaterials/data/PhysicallyBasedMaterialX/Ketchup.png" width=100%>
88-
Ketchup
89-
</td>
90-
<td >
91-
<img src="https://kwokcb.github.io/materialxMaterials/src/materialxMaterials/data/PhysicallyBasedMaterialX/Cooking_Oil.png" width=100%>
92-
Cooking Oil
93-
</td>
94-
<td >
95-
<img src="https://kwokcb.github.io/materialxMaterials/src/materialxMaterials/data/PhysicallyBasedMaterialX/Brass.png" width=100%>
96-
Brass
97-
</td>
98-
</table>
99-
100-
<tr>
101-
<!-- 3 -->
102-
<td>
103-
104-
<table>
105-
ambientCG
106-
<tr>
107-
<td>
108-
<img src="https://kwokcb.github.io/materialxMaterials/src/materialxMaterials/data/ambientCgMaterials/Metal053C_1K-PNG.png" width=100%>
109-
Metal (53)
110-
</td>
111-
<td>
112-
<img src="https://kwokcb.github.io/materialxMaterials/src/materialxMaterials/data/ambientCgMaterials/PavingStones142_1K-PNG.png" width=100%>
113-
Paving Stones (142)
114-
</td>
115-
<td>
116-
<img src="https://kwokcb.github.io/materialxMaterials/src/materialxMaterials/data/ambientCgMaterials/WoodFloor038_1K-PNG.png" width=100%>
117-
Wood Floor (38)
118-
</td>
119-
</table>
120-
121-
<!-- 4 -->
122-
<td>
123-
PolyHaven
124-
<table>
125-
<tr>
126-
<td>
127-
<img src="https://kwokcb.github.io/materialxMaterials/src/materialxMaterials/data/PolyHavenMaterialX/polyhaven_aerial_asphalt_1.png" width=100%>
128-
Ashphalt
129-
</td>
130-
<td >
131-
<img src="https://kwokcb.github.io/materialxMaterials/src/materialxMaterials/data/PolyHavenMaterialX/polyhaven_polystrylene.png" width=100%>
132-
Polystyrene
133-
</td>
134-
<td >
135-
<img src="https://kwokcb.github.io/materialxMaterials/src/materialxMaterials/data/PolyHavenMaterialX/polyhave_wood_trunk_wall.png" width=100%>
136-
Wood Trunk Wall
137-
</td>
138-
</table>
139-
140-
</tr>
59+
<tr>
60+
<td>
61+
<b>GPUOpen</b>
62+
<table>
63+
<tr>
64+
<td>
65+
<img src="https://kwokcb.github.io/materialxMaterials/src/materialxMaterials/data/GPUOpenMaterialX/Emerald Peaks Wallpaper/Emerald_Peaks_Wallpaper.png" width=100%><br>
66+
Emerald Peaks Wallpaper
67+
</td>
68+
<td>
69+
<img src="https://kwokcb.github.io/materialxMaterials/src/materialxMaterials/data/GPUOpenMaterialX/Indigo Palm Wallpaper/Indigo_Palm_Wallpaper.png" width=100%><br>
70+
Indigo Palm Wallpaper
71+
</td>
72+
<td>
73+
<img src="https://kwokcb.github.io/materialxMaterials/src/materialxMaterials/data/GPUOpenMaterialX/Oliana Blue Painted Wood/Oliana_Blue_Painted_Wood.png" width=100%><br>
74+
Oliana Blue Painted Wood
75+
</td>
76+
</tr>
77+
</table>
78+
</td>
79+
<td>
80+
<b>PhysicallyBased</b>
81+
<table>
82+
<tr>
83+
<td>
84+
<img src="https://kwokcb.github.io/materialxMaterials/src/materialxMaterials/data/PhysicallyBasedMaterialX/Ketchup.png" width=100%><br>
85+
Ketchup
86+
</td>
87+
<td>
88+
<img src="https://kwokcb.github.io/materialxMaterials/src/materialxMaterials/data/PhysicallyBasedMaterialX/Cooking_Oil.png" width=100%><br>
89+
Cooking Oil
90+
</td>
91+
<td>
92+
<img src="https://kwokcb.github.io/materialxMaterials/src/materialxMaterials/data/PhysicallyBasedMaterialX/Brass.png" width=100%><br>
93+
Brass
94+
</td>
95+
</tr>
96+
</table>
97+
</td>
98+
</tr>
99+
<tr>
100+
<td>
101+
<b>ambientCG</b>
102+
<table>
103+
<tr>
104+
<td>
105+
<img src="https://kwokcb.github.io/materialxMaterials/src/materialxMaterials/data/ambientCgMaterials/Metal053C_1K-PNG.png" width=100%><br>
106+
Metal (53)
107+
</td>
108+
<td>
109+
<img src="https://kwokcb.github.io/materialxMaterials/src/materialxMaterials/data/ambientCgMaterials/PavingStones142_1K-PNG.png" width=100%><br>
110+
Paving Stones (142)
111+
</td>
112+
<td>
113+
<img src="https://kwokcb.github.io/materialxMaterials/src/materialxMaterials/data/ambientCgMaterials/WoodFloor038_1K-PNG.png" width=100%><br>
114+
Wood Floor (38)
115+
</td>
116+
</tr>
117+
</table>
118+
</td>
119+
<td>
120+
<b>PolyHaven</b>
121+
<table>
122+
<tr>
123+
<td>
124+
<img src="https://kwokcb.github.io/materialxMaterials/src/materialxMaterials/data/PolyHavenMaterialX/polyhaven_aerial_asphalt_1.png" width=100%><br>
125+
Ashphalt
126+
</td>
127+
<td>
128+
<img src="https://kwokcb.github.io/materialxMaterials/src/materialxMaterials/data/PolyHavenMaterialX/polyhaven_polystrylene.png" width=100%><br>
129+
Polystyrene
130+
</td>
131+
<td>
132+
<img src="https://kwokcb.github.io/materialxMaterials/src/materialxMaterials/data/PolyHavenMaterialX/polyhave_wood_trunk_wall.png" width=100%><br>
133+
Wood Trunk Wall
134+
</td>
135+
</tr>
136+
</table>
137+
</td>
138+
</tr>
141139
</table>
142140

143141
</div><p><div class="container-fluid p-2 rounded-4 border border-secondary border-rounded">

documents/doxygen_warnings.txt

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -76,19 +76,17 @@ D:/Work/materialx/materialxMaterials/src/materialxMaterials/polyHavenLoader.py:3
7676
D:/Work/materialx/materialxMaterials/src/materialxMaterials/polyHavenLoader.py:34: warning: The following parameters of materialxMaterials.polyHavenLoader.PolyHavenLoader.fetch_materialx_assets(self, max_items=1, download_id=None) are not documented:
7777
parameter 'max_items'
7878
parameter 'download_id'
79-
D:/Work/materialx/materialxMaterials/README.md:84: warning: expected <tr> tag but found TK_LNKWORD token instead!
80-
D:/Work/materialx/materialxMaterials/README.md:105: warning: expected <tr> tag but found TK_LNKWORD token instead!
81-
D:/Work/materialx/materialxMaterials/README.md:196: warning: Unexpected html tag <table> found within <a href=...> context
82-
D:/Work/materialx/materialxMaterials/README.md:197: warning: Unexpected html tag <tr> found within <a href=...> context
79+
D:/Work/materialx/materialxMaterials/README.md:194: warning: Unexpected html tag <table> found within <a href=...> context
80+
D:/Work/materialx/materialxMaterials/README.md:195: warning: Unexpected html tag <tr> found within <a href=...> context
81+
D:/Work/materialx/materialxMaterials/README.md:196: warning: Unexpected html tag <td> found within <a href=...> context
82+
D:/Work/materialx/materialxMaterials/README.md:196: warning: Unexpected html tag </td> found within <a href=...> context
83+
D:/Work/materialx/materialxMaterials/README.md:197: warning: Unexpected html tag <td> found within <a href=...> context
84+
D:/Work/materialx/materialxMaterials/README.md:197: warning: Unexpected html tag </td> found within <a href=...> context
8385
D:/Work/materialx/materialxMaterials/README.md:198: warning: Unexpected html tag <td> found within <a href=...> context
8486
D:/Work/materialx/materialxMaterials/README.md:198: warning: Unexpected html tag </td> found within <a href=...> context
85-
D:/Work/materialx/materialxMaterials/README.md:199: warning: Unexpected html tag <td> found within <a href=...> context
86-
D:/Work/materialx/materialxMaterials/README.md:199: warning: Unexpected html tag </td> found within <a href=...> context
87-
D:/Work/materialx/materialxMaterials/README.md:200: warning: Unexpected html tag <td> found within <a href=...> context
88-
D:/Work/materialx/materialxMaterials/README.md:200: warning: Unexpected html tag </td> found within <a href=...> context
89-
D:/Work/materialx/materialxMaterials/README.md:201: warning: Unexpected html tag </tr> found within <a href=...> context
90-
D:/Work/materialx/materialxMaterials/README.md:202: warning: Unexpected html tag </table> found within <a href=...> context
91-
D:/Work/materialx/materialxMaterials/README.md:209: warning: expected <td>, <th> or <tr> tag but found </td> instead!
92-
D:/Work/materialx/materialxMaterials/README.md:243: warning: Unsupported xml/html tag <iframe> found
93-
D:/Work/materialx/materialxMaterials/README.md:244: warning: Unsupported xml/html tag </iframe> found
94-
D:/Work/materialx/materialxMaterials/README.md:367: warning: end of comment block while expecting command </div> (Probable start 'D:/Work/materialx/materialxMaterials/README.md' at line 366)
87+
D:/Work/materialx/materialxMaterials/README.md:199: warning: Unexpected html tag </tr> found within <a href=...> context
88+
D:/Work/materialx/materialxMaterials/README.md:200: warning: Unexpected html tag </table> found within <a href=...> context
89+
D:/Work/materialx/materialxMaterials/README.md:207: warning: expected <td>, <th> or <tr> tag but found </td> instead!
90+
D:/Work/materialx/materialxMaterials/README.md:241: warning: Unsupported xml/html tag <iframe> found
91+
D:/Work/materialx/materialxMaterials/README.md:242: warning: Unsupported xml/html tag </iframe> found
92+
D:/Work/materialx/materialxMaterials/README.md:365: warning: end of comment block while expecting command </div> (Probable start 'D:/Work/materialx/materialxMaterials/README.md' at line 364)

0 commit comments

Comments
 (0)