Pointer-inert read-only scene view. See SceneViewCanvasProps for the
full surface and the module docstring for the rendering model.
forwardRef is not used because the component is generic over <TData, TLayer, TPose> and React's forwardRef erases generics. The
canvasRef prop is the plain-prop equivalent (the spec calls it out as
the public surface).
Pointer-inert read-only scene view. See
SceneViewCanvasPropsfor the full surface and the module docstring for the rendering model.forwardRefis not used because the component is generic over<TData, TLayer, TPose>and React'sforwardReferases generics. ThecanvasRefprop is the plain-prop equivalent (the spec calls it out as the public surface).