Ignore:
Timestamp:
08/07/05 16:51:06 (19 years ago)
Author:
mattausch
Message:

stable

File:
1 edited

Legend:

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

    r197 r202  
    55#include "ViewCell.h" 
    66#include <stack> 
     7 
    78//namespace GtpVisibilityPreprocessor { 
    89/****************************************************************/ 
     
    8485                BSPNode *node = SubdivideNode(dynamic_cast<BSPLeaf *>(data.mNode), 
    8586                                                                          data.mParent, 
    86                                                                       data.mParent, 
    87                                                                           data.mDepth, 
     87                                                                          &data.mViewCell, 
     88                                                                      data.mDepth, 
    8889                                                                          backPolys, 
    8990                                                                          frontPolys); 
     
    118119        // add the new nodes to the tree + select subdivision plane 
    119120        Plane3 *plane = SelectPlane(viewCell); 
    120         BSPInterior *node = new BSPInterior(&plane); // ERROR!! 
     121        BSPInterior *node = new BSPInterior(*plane); // ERROR!! 
    121122   
    122123 
Note: See TracChangeset for help on using the changeset viewer.