pmndrs / drei-vanilla

🍦 drei-inspired helpers for threejs
https://pmndrs.github.io/drei-vanilla/
MIT License
448 stars 17 forks source link

Transmitting objects cannot see other transmitting objects #58

Closed coincoc closed 4 months ago

coincoc commented 5 months ago

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

微信图片_20240321105940

vis-prime commented 5 months ago

you need to create unique FBO/webglRendertarget for each mesh

share the sandbox , i'll edit it

I'll add a storybook example later

coincoc commented 4 months ago

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