diff --git a/README.md b/README.md index 0eab015..07a7506 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ useXREvent('squeeze', onSqueeze, { handedness: 'left' }) `react-xr` comes with built-in high level interaction components. -#### +#### `` `Hover` component will allow you for detecting when ray shot from the controllers is pointing at the given mesh. @@ -151,7 +151,7 @@ useXREvent('squeeze', onSqueeze, { handedness: 'left' }) console.log(value ? 'hovered' : 'blurred')}>{/* your mesh here */} ``` -#### ` `Select` can be used when you need to select some mesh. Component will trigger `onSelect` function when controller is pointing at the given mesh and `select` event was fired.