Add fonts to load in app/fonts.js
Navigate to /debug/orchestra page to see the debug panel.
- Add
<Canvas>
in the app to add a WebGL canvas, it will be fixed within your page behind the DOM elements. - Use <WebGLTunnel.In> when you want to add a r3f component to the canvas.
<WebGLTunnel.In>
<mesh>
<boxBufferGeometry />
<meshNormalMaterial />
</mesh>
</WebGLTunnel.In>