From 6a5da2296ce39253456d1b561c6d533c78c0ab59 Mon Sep 17 00:00:00 2001 From: sunag Date: Fri, 26 Jul 2024 00:22:34 -0300 Subject: [PATCH 1/2] TSL: Add `spherizeUV` --- examples/webgpu_tsl_vfx_flames.html | 22 +++++------------- src/nodes/Nodes.js | 2 +- src/nodes/utils/RotateUVNode.js | 35 ----------------------------- src/nodes/utils/UVUtils.js | 21 +++++++++++++++++ 4 files changed, 27 insertions(+), 53 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..15a05b52a500f2 100644 --- a/examples/webgpu_tsl_vfx_flames.html +++ b/examples/webgpu_tsl_vfx_flames.html @@ -17,8 +17,8 @@