diff --git a/examples/files.json b/examples/files.json index 6c0a0db3c02dd0..50bd73aee0e7c4 100644 --- a/examples/files.json +++ b/examples/files.json @@ -384,6 +384,7 @@ "misc_exporter_obj", "misc_exporter_ply", "misc_exporter_stl", + "misc_exporter_usdz", "misc_legacy", "misc_lookat" ], diff --git a/examples/files/arkit.png b/examples/files/arkit.png new file mode 100644 index 00000000000000..c685ab740c36f3 Binary files /dev/null and b/examples/files/arkit.png differ diff --git a/examples/misc_exporter_usdz.html b/examples/misc_exporter_usdz.html new file mode 100644 index 00000000000000..149a14f75988a4 --- /dev/null +++ b/examples/misc_exporter_usdz.html @@ -0,0 +1,157 @@ + + + + three.js webgl - USDZ exporter + + + + + + + +
+ three.js - USDZ exporter
+ Battle Damaged Sci-fi Helmet by + theblueturtle_ +
+ + + + + + + + + diff --git a/examples/screenshots/misc_exporter_usdz.jpg b/examples/screenshots/misc_exporter_usdz.jpg new file mode 100644 index 00000000000000..9b436491e2ab2b Binary files /dev/null and b/examples/screenshots/misc_exporter_usdz.jpg differ