Ignore:
Timestamp:
10/20/05 18:49:11 (19 years ago)
Author:
mattausch
Message:

added switch between NV and ARB queries in the render system and in the demos.
Fixed render queue bug: when clearing queue, we traversed through all priority groups
to clear the passmaps. This became very slow because had to traverse many elements (over 1000
for city demo). Now all we destroy the priority groups for each rendering (per hierarchy node).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/Ogre/resources/overlays/VisibilityDemo.overlay

    r254 r343  
    121121                        font_name TrebuchetMSBold 
    122122                        caption :                        
    123                 }        
     123                } 
     124                element TextArea(Example/Visibility/UseArbQueries): Example/Visibility/Templates/BasicText 
     125                { 
     126                        left 5 
     127                        width 120 
     128                        height 30 
     129                        caption [A] HW Query type 
     130                }        
     131                element TextArea(Example/Visibility/UseArbQueriesInfo): Example/Visibility/Templates/BasicText 
     132                { 
     133                        left 210 
     134                        width 90 
     135                        font_name TrebuchetMSBold 
     136                        caption :                        
     137                }        
     138 
    124139        } 
    125140 
Note: See TracChangeset for help on using the changeset viewer.