Ignore:
Timestamp:
08/20/08 13:08:09 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/src/chcdemo.cpp

    r2854 r2856  
    9898// eye near plane distance 
    9999float nearDist = 0.2f;  
     100/// the field of view 
     101float fov = 50.0f; 
    100102/// the pixel threshold where a node is still considered invisible 
    101103int threshold; 
    102  
    103 float fov = 50.0f; 
    104104 
    105105int assumedVisibleFrames = 10; 
     
    384384 
    385385        if (!useFullScreen) 
     386        { 
    386387                glutCreateWindow("FriendlyCulling"); 
     388        } 
    387389        else 
    388390        { 
Note: See TracChangeset for help on using the changeset viewer.