Skip to content

WebGLRenderer: Fix feedback loop regression.#33063

Merged
Mugen87 merged 1 commit into
mrdoob:devfrom
Mugen87:dev5
Feb 25, 2026
Merged

WebGLRenderer: Fix feedback loop regression.#33063
Mugen87 merged 1 commit into
mrdoob:devfrom
Mugen87:dev5

Conversation

@Mugen87

@Mugen87 Mugen87 commented Feb 25, 2026

Copy link
Copy Markdown
Collaborator

Fixed #33060.

Description

As suggested in #33060 (comment), the PR fixes the feedback loop in WebGLRenderer's transmission code path.

@Mugen87 Mugen87 added this to the r184 milestone Feb 25, 2026
@github-actions

Copy link
Copy Markdown

📦 Bundle size

Full ESM build, minified and gzipped.

Before After Diff
WebGL 359.17
85.24
359.18
85.24
+12 B
+4 B
WebGPU 626.44
174.13
626.44
174.13
+0 B
+0 B
WebGPU Nodes 625.02
173.88
625.02
173.88
+0 B
+0 B

🌳 Bundle size after tree-shaking

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

Before After Diff
WebGL 490.91
119.65
490.92
119.66
+12 B
+4 B
WebGPU 700.07
189.13
700.07
189.13
+0 B
+0 B
WebGPU Nodes 649.27
176.49
649.27
176.49
+0 B
+0 B

@Mugen87 Mugen87 merged commit 3ca54b0 into mrdoob:dev Feb 25, 2026
10 checks passed
@Mugen87 Mugen87 modified the milestones: r184, r183 Mar 1, 2026
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.

Feedback loop error with transmission + antialias: false + DoubleSide since r182

1 participant