![]() |
#3
|
|||
|
|||
To scale the robot, but not the movement, you can apply the scale to the head/body parts: For example, to double the size try the following code:
Code:
robot.head.setScale([2,2,2]) robot.body_root.setScale([2,2,2]) Code:
robot.setTracker(viz.link(tracker,viz.NullLinkable,offset=[0,-0.2,0])) |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
multiple views | durf | Vizard | 3 | 05-07-2009 11:26 AM |
Problems with making multiple objects from one .wrl? | mjabon | Vizard | 3 | 07-10-2007 01:23 PM |