You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
TamagawaJousui
changed the title
add {transparent: true} for new MeshBasicMaterial() in AfterimagePass.js
consider add {transparent: true} for new MeshBasicMaterial() in AfterimagePass.js
Sep 28, 2024
Description
These lines in AfterimagePass.js which lately render to
screen
orwriteBuffer
, doesn't support transparent background.This will cause the background of the canvas to be black, changing it to
new MeshBasicMaterial({transparent: true})
will solve this problemLive examples will be added laterly.
Reproduction steps
Code
// code goes here
Live example
Screenshots
No response
Version
r168
Device
Desktop
Browser
Chrome
OS
MacOS
The text was updated successfully, but these errors were encountered: