Change parent of component and keep position
问题 I am using AR.js and have a sphere positioned in the marker component. <body style="margin : 0px; overflow: hidden;"> <a-scene vr-mode-ui="enabled: false" embedded="" arjs="sourceType: webcam; debugUIEnabled: false;"> <a-marker markerhandler id="marker" emitevents="true" cursor="rayOrigin: mouse" preset="hiro"> <a-sphere id="sphere" color="green" radius="0.3" position="0 1 0" ></a-sphere> </a-marker> <!-- use this <a-entity camera> to support multiple-markers, otherwise use <a-marker-camera>