Control babylon camera using html button

Hi all :slight_smile:

is it possible in Babylon js to control the camera using the html button? if possible how to make it?

thank you :slight_smile:

Well, it’s all javascript! :slight_smile:

You can add a click event to an html element (such as a button), and move the camera in babylon.js. same interface, same view thread

1 Like