Automate a Clock in Maya

Описание к видео Automate a Clock in Maya

Using expressions in Maya automate the ticking of the clock hands accurately. Not just rotating the hand but the actual ticks are handled by simple expressions.

FOR : people with basic modeling and animation knowledge in maya

LEVEL : Beginners/intermediate

Scripts used:

For Second Hand:
secondHand.rotateZ = int((-time*360)/(60*6))*6

For Minute Hand:
minuteHand.rotateZ = int((-time*360)/(60*60*6))*6

For Hour Hand:
hourHand.rotateZ = (-time*360)/(60*60*60)

Комментарии

Информация по комментариям в разработке