Changes between Version 12 and Version 13 of visual_object


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

--

Legend:

Unmodified
Added
Removed
Modified
  • visual_object

    v12 v13  
    5454It is possible to attach text labels to objects, e.g. for descriptions. osgVisual provides convenience functions for label management:
    5555
    56  * Adding Label
    57  * Removing Label
    58  * Remove all Labels
     56 * Adding label (id, message, color and offset to object).
     57 * Removing labels.
     58 * Remove all labels.
    5959 * 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).
    6161 * Get pointer to label.
    6262
    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
     63Labels are osgText::Text labels. For further configuration besides the convenience functions retrieve the pointer of the label and configure it like osgText::Text.
    6464
    6565