Ignore:
Timestamp:
Mar 13, 2013, 9:57:03 AM (12 years ago)
Author:
ldelgass
Message:

Fix camera reset for nanovis. Includes refactoring of vector/matrix classes
in nanovis to consolidate into vrmath library. Also add preliminary canonical
view control to clients for testing.

File:
1 edited

Legend:

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

    r3452 r3492  
    520520    float dz0 = -0.5*lz/lx;
    521521    if (volPtr) {
    522         volPtr->location(Vector3(dx0, dy0, dz0));
     522        volPtr->location(vrmath::Vector3f(dx0, dy0, dz0));
    523523        TRACE("Set volume location to %g %g %g", dx0, dy0, dz0);
    524524    }
Note: See TracChangeset for help on using the changeset viewer.