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/scripts/GtpVisibility.sln

    r187 r343  
    66Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Plugin_VisibilitySceneManager", "..\Ogre\scripts\Plugin_VisibilitySceneManager.vcproj", "{80DECC17-BDDD-4412-8CF8-F7C1C17A7436}" 
    77        ProjectSection(ProjectDependencies) = postProject 
    8                 {101A7691-74F3-48B4-96A3-CF35578F5900} = {101A7691-74F3-48B4-96A3-CF35578F5900} 
    9         EndProjectSection 
    10 EndProject 
    11 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestCulling", "..\work\TestCulling\TestCulling.vcproj", "{B5A492C7-F04F-4F9A-9483-3303EBEB4306}" 
    12         ProjectSection(ProjectDependencies) = postProject 
    13                 {80DECC17-BDDD-4412-8CF8-F7C1C17A7436} = {80DECC17-BDDD-4412-8CF8-F7C1C17A7436} 
    148                {101A7691-74F3-48B4-96A3-CF35578F5900} = {101A7691-74F3-48B4-96A3-CF35578F5900} 
    159        EndProjectSection 
     
    5044                {80DECC17-BDDD-4412-8CF8-F7C1C17A7436}.Release.ActiveCfg = Release|Win32 
    5145                {80DECC17-BDDD-4412-8CF8-F7C1C17A7436}.Release.Build.0 = Release|Win32 
    52                 {B5A492C7-F04F-4F9A-9483-3303EBEB4306}.Debug.ActiveCfg = Debug|Win32 
    53                 {B5A492C7-F04F-4F9A-9483-3303EBEB4306}.Debug.Build.0 = Debug|Win32 
    54                 {B5A492C7-F04F-4F9A-9483-3303EBEB4306}.Release.ActiveCfg = Release|Win32 
    55                 {B5A492C7-F04F-4F9A-9483-3303EBEB4306}.Release.Build.0 = Release|Win32 
    5646                {248F19A6-2FE0-4F5D-8928-E0EA10609887}.Debug.ActiveCfg = Debug|Win32 
    5747                {248F19A6-2FE0-4F5D-8928-E0EA10609887}.Debug.Build.0 = Debug|Win32 
Note: See TracChangeset for help on using the changeset viewer.