Moving Camera around Character

Hey guys,

I wanted to move the camera around my loaded 3d character.

I am moving it with the function onMouseWheel but i dont know who i am supposed to do the positioning/rotating

Hi!
Have you tried to use OrbitControls? three.js docs

2 Likes

i got it, thank you men

You’re welcome :beers: :slight_smile:

can i also set the y coordinate so that it also goes up and down?