From 35a85dfca290f7423632de6bf86111dae50f47f9 Mon Sep 17 00:00:00 2001 From: sunag Date: Sat, 24 Jun 2023 12:30:02 -0300 Subject: [PATCH] Added `webgpu_morphtargets` example --- examples/files.json | 1 + examples/screenshots/webgpu_morphtargets.jpg | Bin 0 -> 3413 bytes examples/webgpu_morphtargets.html | 182 +++++++++++++++++++ test/e2e/puppeteer.js | 1 + 4 files changed, 184 insertions(+) create mode 100644 examples/screenshots/webgpu_morphtargets.jpg create mode 100644 examples/webgpu_morphtargets.html diff --git a/examples/files.json b/examples/files.json index 1367957c6db5ab..6d6d784a765f07 100644 --- a/examples/files.json +++ b/examples/files.json @@ -325,6 +325,7 @@ "webgpu_loader_gltf_compressed", "webgpu_materials", "webgpu_materials_video", + "webgpu_morphtargets", "webgpu_particles", "webgpu_rtt", "webgpu_sandbox", diff --git a/examples/screenshots/webgpu_morphtargets.jpg b/examples/screenshots/webgpu_morphtargets.jpg new file mode 100644 index 0000000000000000000000000000000000000000..001fe203e0b94e476d12e5c1c76aa979a0fbc77f GIT binary patch literal 3413 zcmex=iF;N$`UAd82aiwDGkXk%h!W@hDLXJZFTlSKSKz#z!M@QZN*Gov5_lOQ9r zAmjfdjEjJ7WCc47=uik?WMXDvWn%|Afm;CRY-VPlV_AVN1*)tC$}zAAvI;30I#U-U>$dGXcJ4ZK_{h;?$4{I*b?NeztJkjIxOwa0qsLF4K70P+<*SdMK7aZ8?fZ|P zzZe;qA>IL!82$lzoRJ9>=IkK_0Zp(e6?1osf!KmTtr@Gvt1BaB&)!Jgq?{R@T#ObuKN n8l%)`5R9gR(Tp%!7K|2$qcy^4Z8%yRj@E|5u{QkA@c$+N?bpn5 literal 0 HcmV?d00001 diff --git a/examples/webgpu_morphtargets.html b/examples/webgpu_morphtargets.html new file mode 100644 index 00000000000000..d858f60eea1642 --- /dev/null +++ b/examples/webgpu_morphtargets.html @@ -0,0 +1,182 @@ + + + + three.js webgpu - morph targets + + + + + + +
+
+ three.js - morph targets
+ by Discover three.js +
+ + + + + + + + + + + diff --git a/test/e2e/puppeteer.js b/test/e2e/puppeteer.js index 17680a7b31bed4..78488c577d9a30 100644 --- a/test/e2e/puppeteer.js +++ b/test/e2e/puppeteer.js @@ -123,6 +123,7 @@ const exceptionList = [ 'webgpu_loader_gltf_compressed', 'webgpu_materials', 'webgpu_materials_video', + 'webgpu_morphtargets', 'webgpu_particles', 'webgpu_rtt', 'webgpu_sandbox',