Changeset 20119

Show
Ignore:
Timestamp:
05/03/07 06:39:03 (2 years ago)
Author:
patrick
Message:

Fixed yet another use of vrj::Projection*. This really should be the last
of these.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/trunk/modules/vrjuggler/vrj/Draw/OSG/OsgApp.h

    r20007 r20119  
    458458 
    459459   //Get the frustrum 
    460    Projection* project = userData->getProjection(); 
     460   ProjectionPtr project = userData->getProjection(); 
    461461   Frustum frustum = project->getFrustum(); 
    462462   sv->setProjectionMatrixAsFrustum(frustum[Frustum::VJ_LEFT],