I am using Aframe Layout Component and I will want to position images in such a way that they orbit around the center. Like that:
But I don't know to do that with the layout property. This is my code:
<a-entity id="links" layout="type: circle; radius: 2.5; angle: 90; margin: 2.5" position="0 -1 -4" rotation="10 40 0">
<!-- // My images entity
</a-entity>
Result:
I can create make a Cercle but I would like a Sphere.
I don't know how to make Sphere.
Can you help me?
Thank you


