Changes between Version 11 and Version 12 of visual_object


Ignore:
Timestamp:
Apr 14, 2010, 7:07:22 PM (14 years ago)
Author:
Torben Dannhauer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • visual_object

    v11 v12  
    5252== Object labels ==
    5353
    54 tbd
     54It 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
     63Labels are osgText::Text labels. For further configuration besides the convenience functions retrieve the pointer of the label and configure it like osgText::Text
    5564
    5665