Help for very beginner

I am very beginner. I am sorry if my question is too trivial. Can I create two objects (cubes in my case) in playcanvas to rotate them by mouse separately after publication? Here the link to my project minimalizm - PLAYCANVAS

1 Like

Yes sure, you can do that but you will have to write a script in Javascript. It will have to pick the correct cube under the mouse cursor and rotate it.

Here is a tutorial on how to move an object using the mouse to get you started:

https://developer.playcanvas.com/en/tutorials/mouse-input/

1 Like