![]() |
|
#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 Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| multiple views | durf | Vizard | 3 | 05-07-2009 12:26 PM |
| Problems with making multiple objects from one .wrl? | mjabon | Vizard | 3 | 07-10-2007 02:23 PM |