Hello, I’m trying to create a photocall with A-Frame on 8th Wall. I have a GLB model that will be anchored to an image. My issue is that when people stand in front, the first thing they see is the GLB model. I’ve tried using xrextras-hider-material, but the model becomes invisible. How can I allow people to stand in front of the model without it disappearing?
<xrextras-named-image-target name="Photocall">
<a-entity
gltf-model="#treeModel"
scale="1 1 1"
rotation="0 0 0"
position="0 -5 0"
animation-mixer="clip: ArmatureAction; loop: repeat;">
</a-entity>
</xrextras-named-image-target>
Thanks a lot for any help!