Ignore:
Timestamp:
Sep 19, 2014 12:04:45 PM (9 years ago)
Author:
ldelgass
Message:

screen coords command now takes a list of coordinates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • geovis/trunk/Renderer.h

    r4635 r4636  
    129129    virtual ~Renderer();
    130130
    131     void setResourcePath(std::string& path)
     131    void setResourcePath(const std::string& path)
    132132    {
    133133        TRACE("Set resource path to %s", path.c_str());
     
    375375    bool worldToScreen(const osg::Vec3d& world, osg::Vec3d *screen,
    376376                       bool invertY = true);
     377
     378    bool worldToScreen(std::vector<osg::Vec3d>& coords, bool invertY = true);
    377379
    378380    void setMaximumFrameRateInHertz(double rate)
Note: See TracChangeset for help on using the changeset viewer.