We support portals. You can use them to teleport a piece of the view into another container. Click here for a small demo.
Edit this page on GitHub
import { createPortal } from 'react-three-fiber'function Component() {// "target" can be a three object, like a group, etcreturn createPortal(<mesh />, target)