pmndrs / drei-vanilla

🍦 drei-inspired helpers for threejs

Home Page:https://pmndrs.github.io/drei-vanilla/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Transmitting objects cannot see other transmitting objects

coincoc opened this issue · comments

Hi , The following image shows the effect in Codesandbox,It cannot see other transparent objects

微信图片_20240321105940

you need to create unique FBO/webglRendertarget for each mesh

share the sandbox , i'll edit it

I'll add a storybook example later

you need to create unique FBO/webglRendertarget for each mesh您需要为每个网格创建唯一的 FBO/webglRendertarget

share the sandbox , i'll edit it共享沙盒,我会编辑它

I'll add a storybook example later我稍后会添加一个故事书示例

Sorry for the late reply. I'll try what you said. Thanks