Ignore:
Timestamp:
01/23/06 15:58:00 (18 years ago)
Author:
bittner
Message:

viewcell validy setting functions extended

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/GlRenderer.cpp

    r563 r569  
    202202                                                        0.0f); 
    203203   
    204   //  viewcells->GetViewPoint(mViewPoint); 
    205  
    206   mViewPoint =  mSceneGraph->GetBox().GetPoint(pVector); 
     204  mViewCellsManager->GetViewPoint(mViewPoint); 
     205 
     206  // mViewPoint =  mSceneGraph->GetBox().GetPoint(pVector); 
    207207   
    208208  mViewDirection = Normalize(Vector3(sin(dVector.x), 
Note: See TracChangeset for help on using the changeset viewer.