Rotate a Person with UI Slider

fletcher

Well-known member
Messages
9
Reactions
264
Points
48
Hello, is there an option to rotate a person very simple by using the atom UI Slider? Or do a have to create something first?
Thank you in advance for your help.
 
I don't think that's possible with native VAM, but maybe there's a plugin out there that can. If not, drop a message in "Requests to Community"
 
You may know, but in case you don't: On the persons "move" tab there are options to rotate the model, but it's not a slider.
 
What you could do is use an Animation Pattern (I'd use Timeline for this but that's just me!) and assign the Time storable to a UISlider. That fairly simple to setup and you'll get a nice and easy result.

If you use Timeline to do it:

1. Add Timeline to your Person atom
2. Targets tab: Add the "control" target
3. Edit tab: Toggle "loop" off
4. Rotate the model to the left, move the scrubber to 1s, rotate it to look forward, move the scrubber to 2s, rotate it to look to the right. Now when you move the slider left and right, you'll see your model rotate.
5. Add a UISlider atom
6. In the Triggers, add the Person atom, Timeline storable, Time param. Now the slider should animate the person!

What I personally like with using Timeline, is that it's then easy to do things like animate the upper body and head along with the body rotation, lights, etc. in sync. But, animations patterns work perfectly fine and I'm sure there's a plugin somewhere that does exactly that, but I thought I'd share my approach :)
 
Thank you very much for your help gentlemen. I will give timeline a try with this hint from Acid Bubbles. Thank you!
 
What I personally like with using Timeline, is that it's then easy to do things like animate the upper body and head along with the body rotation, lights, etc. in sync. But, animations patterns work perfectly fine and I'm sure there's a plugin somewhere that does exactly that, but I thought I'd share my approach :)
Since I found out how "Timeline" works I try to avoid animation patterns by any means.
 
Back
Top Bottom