Box dissapears when I click on ARButton #197
-
Hi, I have a simple boxGeometry in the middle of my screen with a ARButton from react-xr. When I click on the ARButton, AR camera opens but the Box disappears. Same on desktop and on mobile. I feel like I've missed something really stupid.. :-/ Thanksss for your help, `import { ARButton, XR } from '@react-three/xr' function Box(props) { return ( export default function BoxPage() { |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The viewer camera is usually positioned at 0, 0 although at an adjusted height. Maybe try double sided material or move the box forward/back on the z axis. |
Beta Was this translation helpful? Give feedback.
The viewer camera is usually positioned at 0, 0 although at an adjusted height. Maybe try double sided material or move the box forward/back on the z axis.