pmndrs / drei

🥉 useful helpers for react-three-fiber
https://docs.pmnd.rs/drei
MIT License
8.27k stars 682 forks source link

<Trail /> not visible when using a manual render loop #1633

Open hatsumatsu opened 1 year ago

hatsumatsu commented 1 year ago

When using a manual render loop by passing a render priority as second argument to useFrame() ( Documentation ), any <Trail /> becomes invisible.

See this codesandbox: https://codesandbox.io/s/r3f-drei-trail-manual-render-loop-dhxz47?file=/src/ForegrondScene.js

hatsumatsu commented 1 year ago

Looking at the code, I can't see anything that would prevent the trail from rendering in this setup...