Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How can I make my character spin by right click and drag?

Asked by 4 years ago

I have a character customisation screen and I want the user to be able to spin their character so they can see it from every side, through right clicking and dragging.

https://gyazo.com/e91ad5cf34707c43a5926c830ff35a6c

How would I approach doing this? Feel free to comment if you don't understand what I mean. Thanks.

0
doesn't the default camera already do this though Optikk 499 — 4y
0
This is a simple task on mouse down save the vector2 then on move rotate the character model by the distance between the points User#5423 17 — 4y
0
Still left me quite confused, any links I could refer to about Vector2, I can't seem to find much help on the API. Shrilleh 68 — 4y

Answer this question