Skip to content

NodeBuilder: Fix update nodes sequence#32991

Merged
sunag merged 14 commits intomrdoob:devfrom
sunag:dev-simplify-build-update-nodes
Feb 11, 2026
Merged

NodeBuilder: Fix update nodes sequence#32991
sunag merged 14 commits intomrdoob:devfrom
sunag:dev-simplify-build-update-nodes

Conversation

@sunag
Copy link
Collaborator

@sunag sunag commented Feb 10, 2026

Fixed #32985

Description

Fixed the sequence of node update events for the UpdateBefore and UpdateAfter, typically intended for pre-rendering and computation. This also fixed several E2E examples.

@sunag sunag added this to the r183 milestone Feb 10, 2026
@github-actions
Copy link

github-actions bot commented Feb 10, 2026

📦 Bundle size

Full ESM build, minified and gzipped.

Before After Diff
WebGL 359.14
85.24
359.14
85.24
+0 B
+0 B
WebGPU 622.68
173.21
622.85
173.23
+168 B
+26 B
WebGPU Nodes 621.26
172.96
621.43
172.99
+168 B
+26 B

🌳 Bundle size after tree-shaking

Minimal build including a renderer, camera, empty scene, and dependencies.

Before After Diff
WebGL 490.85
119.64
490.85
119.64
+0 B
+0 B
WebGPU 696.37
188.27
696.53
188.29
+158 B
+21 B
WebGPU Nodes 645.58
175.66
645.74
175.68
+158 B
+23 B

@sunag sunag marked this pull request as ready for review February 11, 2026 02:32
@sunag sunag merged commit 13624b0 into mrdoob:dev Feb 11, 2026
10 checks passed
@sunag sunag deleted the dev-simplify-build-update-nodes branch February 11, 2026 02:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

GaussianBlur Node lags behind one frame when used with Reflector

1 participant