Ignore:
Timestamp:
03/22/07 18:24:13 (17 years ago)
Author:
mattausch
Message:

removed dependency on ogre in gtpvisibility

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Vis/OnlineCullingCHC/src/DummyPreprocessingManager.cpp

    r316 r2280  
    11#include "DummyPreprocessingManager.h" 
     2#include <iostream> 
     3#include <fstream> 
    24 
    35namespace GtpVisibility { 
     
    2527 
    2628   
    27   /**  
    28       Find viewcells intersecting a spherical neighborhood of a point. 
    29       Returns false if no viewcell was found. 
    30     */ 
    31 bool DummyPreprocessingManager::LocateViewCellIds(const Vector3 &center, 
     29   
     30/*bool DummyPreprocessingManager::LocateViewCellIds(const Vector3 &center, 
    3231                                                                                                  const float radius, 
    3332                                                                                                  vector<int> *viewCellIds) 
    3433{ 
    3534  return false; 
    36 } 
     35}*/ 
    3736   
    38 /**  
    39     Uses the specified viewcell to find its PVS 
    40 */ 
    41 int DummyPreprocessingManager::AddViewCellPVS(const int cellID, 
     37/*int DummyPreprocessingManager::AddViewCellPVS(const int cellID, 
    4238                                          NodeInfoContainer *visibleNodes, 
    4339                                          MeshInfoContainer *visibleMeshes ) 
     
    4743  return false; 
    4844} 
    49  
     45*/ 
    5046} 
Note: See TracChangeset for help on using the changeset viewer.