From 4cc8fdfa944181c4274c91061574bcf033315bee Mon Sep 17 00:00:00 2001 From: sunag Date: Fri, 26 Jul 2024 02:14:18 -0300 Subject: [PATCH] TSL: Add `spherizeUV` (#28976) * TSL: Add `spherizeUV` * update imports --- examples/webgpu_tsl_vfx_flames.html | 18 +++------------ src/nodes/Nodes.js | 2 +- src/nodes/utils/RotateUVNode.js | 35 ----------------------------- src/nodes/utils/UVUtils.js | 21 +++++++++++++++++ 4 files changed, 25 insertions(+), 51 deletions(-) delete mode 100644 src/nodes/utils/RotateUVNode.js create mode 100644 src/nodes/utils/UVUtils.js diff --git a/examples/webgpu_tsl_vfx_flames.html b/examples/webgpu_tsl_vfx_flames.html index 3d6581cbe860b9..c5fa0b106cf12e 100644 --- a/examples/webgpu_tsl_vfx_flames.html +++ b/examples/webgpu_tsl_vfx_flames.html @@ -27,7 +27,7 @@