Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/pmndrs/xr
Browse files Browse the repository at this point in the history
  • Loading branch information
bbohlender committed Aug 9, 2024
2 parents 3c14958 + 25a453a commit 0a6240c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/object-detection.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function RedWalls() {
return (
<>
{wallPlanes.map((plane) => (
<XRSpace space={plane.placeSpace}>
<XRSpace space={plane.planeSpace}>
<XRPlaneModel>
<meshBasicMaterial color="red" />
</XRPlaneModel>
Expand Down

0 comments on commit 0a6240c

Please sign in to comment.