Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 557 Bytes

HOW-TO.md

File metadata and controls

25 lines (17 loc) · 557 Bytes

Load fonts

Add fonts to load in app/fonts.js

Debug

Navigate to /debug/orchestra page to see the debug panel.

Use Lenis

See documentation

Add WebGL

  • 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>