Changes between Version 12 and Version 13 of visual_object
- Timestamp:
- Apr 14, 2010, 7:08:56 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
visual_object
v12 v13 54 54 It is possible to attach text labels to objects, e.g. for descriptions. osgVisual provides convenience functions for label management: 55 55 56 * Adding Label57 * Removing Label58 * Remove all Labels56 * Adding label (id, message, color and offset to object). 57 * Removing labels. 58 * Remove all labels. 59 59 * Updating label text. 60 * Configure label as overlay/no overlay (draw it without/with depth test) 60 * Configure label as overlay/no overlay (draw it without/with depth test). 61 61 * Get pointer to label. 62 62 63 Labels are osgText::Text labels. For further configuration besides the convenience functions retrieve the pointer of the label and configure it like osgText::Text 63 Labels are osgText::Text labels. For further configuration besides the convenience functions retrieve the pointer of the label and configure it like osgText::Text. 64 64 65 65