Dale Carman
- Total activity 22
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 0
- Subscriptions 7
Posts
Recent activity by Dale Carman Sort by recent activity-
modifying joint rotation
I want to copy the joint rotation from one bone to another. But I want to give it a smaller value. so, I am getting the joint rotation by: var joint1Transform = script.bone1.getWorldTransform(); va...
-
create bone lag
I am constraining a bone to the head, following the tutorial here: https://www.youtube.com/watch?v=6SYBmg8O6Fg&t=1611s This works. I want to have additional bones follow the head, but have them lag...
-
A little buggy
Just playing around - https://www.snapchat.com/unlock/?type=SNAPCODE&uuid=636a5a09be5b40c78abcb1b39bf63381&metadata=01
-
make animation layers additive
I see that I can set the weight of an animation layer. Can I make it additive rather than override?
-
Change animation playback speed
I want to change the playback speed of my animation. I am not sure how to change the speedRatio property.