Ignore:
Timestamp:
Mar 13, 2013, 10:09:16 AM (12 years ago)
Author:
ldelgass
Message:

A couple minor cleanups

File:
1 edited

Legend:

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

    r3492 r3493  
    7272
    7373using namespace nv::graphics;
     74using namespace vrmath;
    7475
    7576// default transfer function
     
    12431244        TRACE("finish loading");
    12441245
    1245         vrmath::Vector3f scale = volPtr->getPhysicalScaling();
    1246         vrmath::Vector3f loc(scale);
     1246        Vector3f scale = volPtr->getPhysicalScaling();
     1247        Vector3f loc(scale);
    12471248        loc *= -0.5;
    12481249        volPtr->location(loc);
Note: See TracChangeset for help on using the changeset viewer.