aframe-motion-capture-components icon indicating copy to clipboard operation
aframe-motion-capture-components copied to clipboard

Add headDummy parameter

Open feiss opened this issue 7 years ago • 1 comments

..or head or showDefaultHead or whatever, so users can hide default pink box for the head with headDummy:false and use another model for the head instead

feiss avatar Jul 07 '17 07:07 feiss

Oh, digging in the code I see that if the <a-camera> has already a model attached via some component, it does not add the cube.

For example: <a-camera gltf-model="#model"></a-camera>

makes sense, and it works for me now, but I guess somebody would like to add models via children nodes of the camera (?)

feiss avatar Jul 07 '17 08:07 feiss