From 2a8d0f3b59253ff2b6636cdbe5c05ba5a905368b Mon Sep 17 00:00:00 2001 From: Stephens Nunnally Date: Thu, 13 Jul 2023 18:12:44 -0700 Subject: [PATCH] Example import version --- example/PatchMaterials.html | 2 +- example/WeightedBlended.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/PatchMaterials.html b/example/PatchMaterials.html index 583f71b..d205b11 100644 --- a/example/PatchMaterials.html +++ b/example/PatchMaterials.html @@ -31,7 +31,7 @@ "imports": { "three": "https://unpkg.com/three@0.154.0/build/three.module.js", "three/addons/": "https://unpkg.com/three@0.154.0/examples/jsm/", - "three-wboit": "https://unpkg.com/three-wboit@1.0.13/build/index.module.js" + "three-wboit": "https://unpkg.com/three-wboit@1.0.14/build/index.module.js" } } diff --git a/example/WeightedBlended.html b/example/WeightedBlended.html index 9505802..c531b43 100644 --- a/example/WeightedBlended.html +++ b/example/WeightedBlended.html @@ -32,7 +32,7 @@ "imports": { "three": "https://unpkg.com/three@0.154.0/build/three.module.js", "three/addons/": "https://unpkg.com/three@0.154.0/examples/jsm/", - "three-wboit": "https://unpkg.com/three-wboit@1.0.13/build/index.module.js" + "three-wboit": "https://unpkg.com/three-wboit@1.0.14/build/index.module.js" } }