Open Issues Need Help
View All on GitHubAI Summary: The task is to decide whether to implement or replace the `onPointerMissed` event handler in the `solid-three` library. The current implementation has unclear behavior and potential bugs related to its triggering conditions and interaction with other event handlers. The goal is to either fix the existing implementation to be more predictable and reliable, or to design a more intuitive alternative.
port of @react-three/fiber for solid
AI Summary: The task is to enhance the `solid-three` library by enriching the event data passed to event handlers. Currently, it provides minimal event data, while the `react-three-fiber` counterpart offers more comprehensive information including intersection data, object details, and raycasting information. The goal is to improve `solid-three`'s event handling by providing a similar level of detail, balancing performance considerations with the need for richer event data for user interaction.
port of @react-three/fiber for solid