Changes between Version 11 and Version 12 of visual_object
- Timestamp:
- Apr 14, 2010, 7:07:22 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
visual_object
v11 v12 52 52 == Object labels == 53 53 54 tbd 54 It is possible to attach text labels to objects, e.g. for descriptions. osgVisual provides convenience functions for label management: 55 56 * Adding Label 57 * Removing Label 58 * Remove all Labels 59 * Updating label text. 60 * Configure label as overlay/no overlay (draw it without/with depth test) 61 * Get pointer to label. 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 55 64 56 65