Designing an analog clock using babylon js

Hi all…!! I am creating an environment where I want to design an analog working clock using babylon js. How can I do that ?

Thanks in advance …:slight_smile:

Hi!

Well, you can start by showing us what you did so far! :slight_smile:
I assume there are many available models online, and I assume they can be manipulated to move the hands. Your browser provides the current time so you can read it from there, and the rest is up to you! :slight_smile:

We are helping gladly when you are stuck, helping if there is a bug, and helping if you have a specific question about the framework, but it is not very scalable if we start implementing everything users want us to…

1 Like

Here is one of possible examples - https://www.babylonjs-playground.com/#QLVNIH#3

1 Like

Thank you :slight_smile: