Ignore:
Timestamp:
Dec 9, 2015, 1:11:55 PM (9 years ago)
Author:
ldelgass
Message:

Require osgearth 2.7, tag place nodes for picking.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • geovis/trunk/Picker.cpp

    r5941 r5942  
    250250            osgEarth::Registry::objectIndex()->get<osgEarth::Annotation::AnnotationNode>(id);
    251251        if (anno != NULL) {
     252            INFO("Hit AnnotationNode: %p, \"%s\"", anno, anno->getName().c_str());
    252253            char mesg[256];
    253254            snprintf(mesg, sizeof(mesg), "nv>select annotation %u {%s}\n", id, anno->getName().c_str());
Note: See TracChangeset for help on using the changeset viewer.