Ignore:
Timestamp:
01/06/06 14:53:38 (18 years ago)
Author:
bittner
Message:

renaming frustum tp beam step 1

File:
1 edited

Legend:

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

    r504 r505  
    66#include "KdTree.h" 
    77#include "ViewCell.h" 
    8 #include "Frustum.h" 
     8#include "Beam.h" 
    99 
    1010int KdNode::mailID = 1; 
     
    967967 
    968968int 
    969 CastFrustum( 
    970                         Frustum &frustum 
    971                         ) 
     969CastBeam( 
     970                 Beam &beam 
     971                 ) 
    972972{ 
    973973   
Note: See TracChangeset for help on using the changeset viewer.