Posing Objects in Alice3
Learn Alice in FREE step-by-step lessons.
Module 9: Posing Objects in Alice3
The goal of this lesson is to learn to pose the 3D characters by positioning subparts such as arms,
legs using both design tools and code.
So far, we have moved the objects around using move, turn and roll. If we want them to walk, kick, or put their hands on their hips and say "How dare you!" we need to change the position of the subparts.
An objects subparts can be positioned using turn and roll. (You cannot move a subpart as that would separate it from its body.)
Each subpart has its own orientation and sense of direction. The sense of direction for subparts may not be the same as its parent object.
Subparts can be positioned at design time in the scene editor or during execution using code.
In this module, you will learn to move and pose the Alice 3D characters and the subparts such as arms and legs.
You will do this in both the scene setup mode and using code.
- Use tools in design mode to move, turn and resize the 3D actors in the design mode.
- Write code to move, turn and roll the characters.
- Use tools in design mode to turn and roll the subparts such as arms and legs.
- Implement OneShots to turn and roll the subparts such as arms and legs.
- Write code to turn and roll the subparts.
- Be able to create a pose using several subparts.
In order to do this you will:
- Use tools in design mode to move, turn and resize the 3D actors in the design mode.
- Write code to move, turn and roll the characters.
- Use tools in design mode to turn and roll the subparts such as arms and legs.
- Implement OneShots to turn and roll the subparts such as arms and legs.
- Write code to turn and roll the subparts. Learning outcome #3
- Be able to create a pose using several subparts
Please study the material at each of the links below.
Posing using One Shots: Learn to pose subparts in scene editor using One Shots
/alice/videos/alice-subparts-oneshots.mp4
Opening and shutting a car door: Open the car door in scene view using one shots
/alice/videos/alice-car-door.mp4
Troll turns head: Use a variable for the amount to turn head, use it to turn to left and right.
/alice/videos/alice-turn-head-variable.mp4
Moving the arms: A biped's two arms are mirror images of each other.
/alice/videos/alice-arms.mp4
Posing using code: Code is used to pose a subpart.
/alice/videos/alice-poses-code.mp4
Moving the legs: Legs both descend down from the body
but are mirror images of each other from left to right.
/alice/videos/alice-legs.mp4
- Raising the leg: Try raising the other leg.
Hands on the head: Varaibles are used to make it easier to experiment
/alice/videos/alice-variable-poses.mp4
Self Study Questions: What have you learned?
Discussion Questions
Active Learning
Create a comical pose