Ignore:
Timestamp:
Mar 6, 2013 8:39:42 AM (11 years ago)
Author:
ldelgass
Message:

Begin process of renaming R2 library

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/vizservers/nanovis/VelocityArrowsSlice.cpp

    r3452 r3463  
    1616#include "NvShader.h"
    1717#include "NvCamera.h"
     18
     19using namespace nv::util;
    1820
    1921static inline float deg2rad(float deg)
     
    6365    createRenderTarget();
    6466
    65     std::string path = R2FilePath::getInstance()->getPath("arrows.bmp");
     67    std::string path = FilePath::getInstance()->getPath("arrows.bmp");
    6668    if (!path.empty()) {
    6769        ImageLoader *loader = ImageLoaderFactory::getInstance()->createLoader("bmp");
Note: See TracChangeset for help on using the changeset viewer.