Making a circle with an array of shape spheres

Good afternoon everyone, I’m new to babylonjs and I’m just messing around… I would like you to give me a hint on how to make an array of spheres and I can place them in circular form all separated in a proportional way… because then I want to use them to rotate to select a sphere when I press a key…

Hello! …and welcome to the Babylon.js forum :slight_smile:

Trigonometry is your friend here. Try this out: https://playground.babylonjs.com/#AJX9TC#7.

3 Likes

Thank you for your reply , I will look into it more but that’s what I was looking for!