Changes between Version 1 and Version 2 of visual_object
- Timestamp:
- Apr 1, 2010, 11:10:50 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
visual_object
v1 v2 16 16 * camera translation offset (on node attached camera manipulator) 17 17 * camera attitude offset (on node attached camera manipulator) 18 * adding/removing object_updater 18 19 * setting/clearing label (todo) 19 20 20 21 == Object updater == 21 22 23 To allow flexible updates of visual_object or derived classes (short: object), an object_updater can be attached to a object. Update are also attachable to other updaters, so updater chains are possible to create. 22 24 25 26 27