Ignore:
Timestamp:
05/27/05 11:56:51 (19 years ago)
Author:
mattausch
Message:

fixed problems with visualization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibility/include/QueryManager.h

    r71 r113  
    2525        onm different hierarchy types, while reusing the implementation of the query methods. 
    2626     */ 
    27     QueryManager( HierarchyInterface *hierarchyInterface ); 
     27    QueryManager(HierarchyInterface *hierarchyInterface); 
    2828     
    2929    /**  
     
    6464     
    6565  /**  
    66       Ray shooting intreface: finds an intersection with objects in the scene. 
     66      Ray shooting interface: finds an intersection with objects in the scene. 
    6767 
    6868      @param ray The given input ray (assuming the ray direction is normalized) 
     
    8484      @remark the scene traverser depends on the type of hierarchyInterface the scene consists of. 
    8585        */ 
    86         void SetSceneTraverser(HierarchyInterface *hierarchyInterface ); 
     86        void SetSceneTraverser(HierarchyInterface *hierarchyInterface); 
    8787 
    8888protected: 
Note: See TracChangeset for help on using the changeset viewer.