Ignore:
Timestamp:
09/17/08 19:35:11 (16 years ago)
Author:
mattausch
Message:

implemented sun color

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/src/Bvh.h

    r2951 r2954  
    524524        */ 
    525525        void InitFrame(Camera *camera); 
    526         /** Stores the orthogonal distance from the viewpoint  
    527                 to the nearest bounding box vertex with the node.  
     526        /** Stores the orthogonal distance from the viewpoint to a point on the node. 
     527                We choose the the nearest bounding box vertex .  
    528528                Note that negative values can appear because culling is done only afterwards 
    529529        */ 
    530         void UpdateMinDistance(BvhNode *node) const; 
     530        void UpdateDistance(BvhNode *node) const; 
    531531        /** Returns the maximum distance from the near plane to this node. 
    532532        */ 
Note: See TracChangeset for help on using the changeset viewer.