-
Hi!, needed some help with what im trying so set as my scene Basically the idea was to use a plane as a background for some floating balls, which will be located at 0 Z, ive made this demo to ilustrate my issue, changing one of the codepens from this https://codesandbox.io/p/sandbox/scrollscene-with-glb-forked-skchhn?file=%2Fsrc%2FApp.js%3A123%2C19 some notations any help keeping the plane in place is welcome! ![]() |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @Agusmac Try setting depthWrite={false} on the plane material, and use |
Beta Was this translation helpful? Give feedback.
Hi @Agusmac
Try setting depthWrite={false} on the plane material, and use
renderOrder
to draw the watch on top of the plane: https://codesandbox.io/p/sandbox/scrollscene-with-glb-forked-dn2xvm