Ignore:
Timestamp:
01/06/06 11:31:28 (19 years ago)
Author:
bittner
Message:

added frustum class for frustum culling support for HW based rendering

File:
1 edited

Legend:

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

    r492 r504  
    66#include "KdTree.h" 
    77#include "ViewCell.h" 
     8#include "Frustum.h" 
    89 
    910int KdNode::mailID = 1; 
     
    963964  return NULL; 
    964965} 
     966 
     967 
     968int 
     969CastFrustum( 
     970                        Frustum &frustum 
     971                        ) 
     972{ 
     973   
     974 
     975  return 0; 
     976} 
Note: See TracChangeset for help on using the changeset viewer.