Changeset 2301


Ignore:
Timestamp:
03/30/07 11:57:27 (17 years ago)
Author:
szirmay
Message:
 
Location:
GTP/trunk/App/Demos/Illum/Ogre
Files:
18 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Illum/Ogre/Media/materials/GTPCaustic/GTPCaustic.hlsl

    r2266 r2301  
    258258        float  dist = readDistanceCubeMap(DistanceCubeMap, dir); 
    259259         
    260         float EPSILON = 0.00001; 
    261  
    262         if(mydist > dist + EPSILON) caustic = 0; 
     260        float EPSILON = 1; 
     261 
     262        //if(mydist > dist + EPSILON) caustic = 0; 
    263263         
    264264        caustic.rgb *= max(attenuation - mydist, 0.0) / attenuation; 
  • GTP/trunk/App/Demos/Illum/Ogre/Media/materials/GTPCaustic/GTPCaustic.material

    r2266 r2301  
    131131            param_named lastCenter float3 0 0 0 
    132132            param_named sFresnel float 0.1 
    133             param_named sRefraction float 0.9 
     133            param_named sRefraction float 0.8 
    134134             }           
    135135             //Cube map for reflections and refractions  
     
    189189            param_named lastCenter float3 0 0 0 
    190190            param_named sFresnel float 0.1 
    191             param_named sRefraction float 0.9 
     191            param_named sRefraction float 0.8 
    192192             }           
    193193             //Cube map for reflections and refractions  
  • GTP/trunk/App/Demos/Illum/Ogre/Media/materials/scripts/kupola.material

    r2293 r2301  
    4444                { 
    4545                 
    46                         RenderTechnique CausticReceiver 
    47                         { 
     46                        //RenderTechnique CausticReceiver 
     47                        //{ 
    4848                                max_caster_count        1 
    49                         } 
     49                        //} 
    5050                } 
    5151                                 
     
    7070                        { 
    7171                 
    72                                 RenderTechnique CausticReceiver 
    73                                 { 
     72                                //RenderTechnique CausticReceiver 
     73                                //{ 
    7474                                        max_caster_count        1 
    75                                 } 
     75                                //} 
    7676                        }                                                
    7777                        texture_unit 
  • GTP/trunk/App/Demos/Illum/Ogre/bin/Debug/OcclusionCulling.cfg

    r2186 r2301  
    1 OnlineCullingAlgorithm=SWC 
    2 DepthPass = 0 
     1OnlineCullingAlgorithm=CHC 
     2DepthPass = 1 
  • GTP/trunk/App/Demos/Illum/Ogre/bin/Debug/Ogre.log

    r2273 r2301  
    1 10:57:42: Creating resource group General 
    2 10:57:42: Creating resource group Internal 
    3 10:57:42: Creating resource group Autodetect 
    4 10:57:42: Registering ResourceManager for type Material 
    5 10:57:42: Registering ResourceManager for type Mesh 
    6 10:57:42: Registering ResourceManager for type Skeleton 
    7 10:57:42: MovableObjectFactory for type 'ParticleSystem' registered. 
    8 10:57:42: Loading library OgrePlatform_d.dll 
    9 10:57:42: OverlayElementFactory for type Panel registered. 
    10 10:57:42: OverlayElementFactory for type BorderPanel registered. 
    11 10:57:42: OverlayElementFactory for type TextArea registered. 
    12 10:57:42: Registering ResourceManager for type Font 
    13 10:57:42: ArchiveFactory for archive type FileSystem registered. 
    14 10:57:42: ArchiveFactory for archive type Zip registered. 
    15 10:57:42: DevIL version: Developer's Image Library (DevIL) 1.6.7 Oct 28 2005 
    16 10:57:42: DevIL image formats: bmp dib cut dcx dds gif hdr ico cur jpg jpe jpeg lif mdl mng jng pcx pic pix png pbm pgm pnm ppm psd pdd psp pxr sgi bw rgb rgba tga vda icb vst tif tiff wal xpm raw  
    17 10:57:42: Registering ResourceManager for type HighLevelGpuProgram 
    18 10:57:42: Registering ResourceManager for type Compositor 
    19 10:57:42: MovableObjectFactory for type 'Entity' registered. 
    20 10:57:42: MovableObjectFactory for type 'Light' registered. 
    21 10:57:42: MovableObjectFactory for type 'BillboardSet' registered. 
    22 10:57:42: MovableObjectFactory for type 'ManualObject' registered. 
    23 10:57:42: MovableObjectFactory for type 'BillboardChain' registered. 
    24 10:57:42: MovableObjectFactory for type 'RibbonTrail' registered. 
    25 10:57:42: Loading library .\RenderSystem_Direct3D9 
    26 10:57:42: D3D9 : Direct3D9 Rendering Subsystem created. 
    27 10:57:42: D3D9: Driver Detection Starts 
    28 10:57:42: D3D9: Driver Detection Ends 
    29 10:57:42: Loading library .\Plugin_ParticleFX 
    30 10:57:42: Particle Emitter Type 'Point' registered 
    31 10:57:42: Particle Emitter Type 'Box' registered 
    32 10:57:42: Particle Emitter Type 'Ellipsoid' registered 
    33 10:57:42: Particle Emitter Type 'Cylinder' registered 
    34 10:57:42: Particle Emitter Type 'Ring' registered 
    35 10:57:42: Particle Emitter Type 'HollowEllipsoid' registered 
    36 10:57:42: Particle Affector Type 'LinearForce' registered 
    37 10:57:42: Particle Affector Type 'ColourFader' registered 
    38 10:57:42: Particle Affector Type 'ColourFader2' registered 
    39 10:57:42: Particle Affector Type 'ColourImage' registered 
    40 10:57:42: Particle Affector Type 'ColourInterpolator' registered 
    41 10:57:42: Particle Affector Type 'Scaler' registered 
    42 10:57:42: Particle Affector Type 'Rotator' registered 
    43 10:57:42: Particle Affector Type 'DirectionRandomiser' registered 
    44 10:57:42: Particle Affector Type 'DeflectorPlane' registered 
    45 10:57:42: Loading library .\Plugin_BSPSceneManager 
    46 10:57:43: Registering ResourceManager for type BspLevel 
    47 10:57:43: Loading library .\Plugin_OctreeSceneManager 
    48 10:57:43: Loading library .\Plugin_CgProgramManager 
    49 10:57:43: *-*-* OGRE Initialising 
    50 10:57:43: *-*-* Version 1.2.0 (Dagon) 
    51 10:57:43: Creating resource group Bootstrap 
    52 10:57:43: Added resource location '../../Media/packs/OgreCore.zip' of type 'Zip' to resource group 'Bootstrap' 
    53 10:57:43: Creating resource group GTP_Basic 
    54 10:57:43: Added resource location '../../Media/materials/GTPBasic' of type 'FileSystem' to resource group 'GTP_Basic' 
    55 10:57:43: Creating resource group GTP_Caustic 
    56 10:57:43: Added resource location '../../Media/materials/GTPCaustic' of type 'FileSystem' to resource group 'GTP_Caustic' 
    57 10:57:43: Creating resource group GTP_Demo 
    58 10:57:43: Added resource location '../../Media/Demo' of type 'FileSystem' to resource group 'GTP_Demo' 
    59 10:57:43: Creating resource group GTP_Diffuse 
    60 10:57:43: Added resource location '../../Media/materials/GTPAdvancedEnvMap/diffuse' of type 'FileSystem' to resource group 'GTP_Diffuse' 
    61 10:57:43: Creating resource group GTP_EnvMap 
    62 10:57:43: Added resource location '../../Media/materials/GTPEnvMap' of type 'FileSystem' to resource group 'GTP_EnvMap' 
    63 10:57:43: Creating resource group GTP_MultiBounce_Shared 
    64 10:57:43: Added resource location '../../Media/materials/GTPAdvancedEnvMap/multibounce' of type 'FileSystem' to resource group 'GTP_MultiBounce_Shared' 
    65 10:57:43: Creating resource group GTP_MultipleReflection 
    66 10:57:43: Added resource location '../../Media/materials/GTPAdvancedEnvMap/multibounce/multipleReflection' of type 'FileSystem' to resource group 'GTP_MultipleReflection' 
    67 10:57:43: Creating resource group GTP_MultipleReflection_MinMax 
    68 10:57:43: Added resource location '../../Media/materials/GTPAdvancedEnvMap/multibounce/multipleReflectionMinMax' of type 'FileSystem' to resource group 'GTP_MultipleReflection_MinMax' 
    69 10:57:43: Creating resource group GTP_MultipleRefraction 
    70 10:57:43: Added resource location '../../Media/materials/GTPAdvancedEnvMap/multibounce/multipleRefraction' of type 'FileSystem' to resource group 'GTP_MultipleRefraction' 
    71 10:57:43: Creating resource group GTP_MultipleRefraction_MinMax 
    72 10:57:43: Added resource location '../../Media/materials/GTPAdvancedEnvMap/multibounce/multipleRefractionMinMax' of type 'FileSystem' to resource group 'GTP_MultipleRefraction_MinMax' 
    73 10:57:43: Creating resource group GTP_Particles 
    74 10:57:43: Added resource location '../../Media/materials/GTPParticles' of type 'FileSystem' to resource group 'GTP_Particles' 
    75 10:57:43: Creating resource group GTP_PathMapDemo 
    76 10:57:43: Added resource location '../../Media/PMDemo' of type 'FileSystem' to resource group 'GTP_PathMapDemo' 
    77 10:57:43: Added resource location '../../Media' of type 'FileSystem' to resource group 'General' 
    78 10:57:43: Added resource location '../../Media/fonts' of type 'FileSystem' to resource group 'General' 
    79 10:57:43: Added resource location '../../Media/materials/programs' of type 'FileSystem' to resource group 'General' 
    80 10:57:43: Added resource location '../../Media/materials/scripts' of type 'FileSystem' to resource group 'General' 
    81 10:57:43: Added resource location '../../Media/materials/textures' of type 'FileSystem' to resource group 'General' 
    82 10:57:43: Added resource location '../../Media/models' of type 'FileSystem' to resource group 'General' 
    83 10:57:43: Added resource location '../../Media/overlays' of type 'FileSystem' to resource group 'General' 
    84 10:57:43: Added resource location '../../Media/particle' of type 'FileSystem' to resource group 'General' 
    85 10:57:43: Added resource location '../../Media/gui' of type 'FileSystem' to resource group 'General' 
    86 10:57:43: Added resource location '../../Media/packs/cubemapsJS.zip' of type 'Zip' to resource group 'General' 
    87 10:57:43: Added resource location '../../Media/packs/smokealphaclip.zip' of type 'Zip' to resource group 'General' 
    88 10:57:43: Creating resource group PostProc 
    89 10:57:43: Added resource location '../../Media/materials/GTPPostProc' of type 'FileSystem' to resource group 'PostProc' 
    90 10:57:43: D3D9 : RenderSystem Option: Allow NVPerfHUD = No 
    91 10:57:43: D3D9 : RenderSystem Option: Anti aliasing = None 
    92 10:57:43: D3D9 : RenderSystem Option: Floating-point mode = Fastest 
    93 10:57:43: D3D9 : RenderSystem Option: Full Screen = No 
    94 10:57:43: D3D9 : RenderSystem Option: Rendering Device = NVIDIA GeForce 7950 GX2 
    95 10:57:43: D3D9 : RenderSystem Option: VSync = No 
    96 10:57:43: D3D9 : RenderSystem Option: Video Mode = 800 x 600 @ 32-bit colour 
    97 10:57:44: Unregistering ResourceManager for type BspLevel 
    98 10:57:44: *-*-* OGRE Shutdown 
    99 10:57:44: Unregistering ResourceManager for type Compositor 
    100 10:57:44: Unregistering ResourceManager for type Font 
    101 10:57:44: Unregistering ResourceManager for type Skeleton 
    102 10:57:44: Unregistering ResourceManager for type Mesh 
    103 10:57:44: Unregistering ResourceManager for type HighLevelGpuProgram 
    104 10:57:44: Unloading library .\Plugin_CgProgramManager 
    105 10:57:44: Unloading library .\Plugin_OctreeSceneManager 
    106 10:57:44: Unloading library .\Plugin_BSPSceneManager 
    107 10:57:44: Unloading library .\Plugin_ParticleFX 
    108 10:57:44: D3D9 : Shutting down cleanly. 
    109 10:57:44: D3D9 : Direct3D9 Rendering Subsystem destroyed. 
    110 10:57:44: Unloading library .\RenderSystem_Direct3D9 
    111 10:57:44: Unregistering ResourceManager for type Material 
    112 10:57:44: Unloading library OgrePlatform_d.dll 
     115:29:48: Creating resource group General 
     215:29:48: Creating resource group Internal 
     315:29:48: Creating resource group Autodetect 
     415:29:48: Registering ResourceManager for type Material 
     515:29:48: Registering ResourceManager for type Mesh 
     615:29:48: Registering ResourceManager for type Skeleton 
     715:29:48: MovableObjectFactory for type 'ParticleSystem' registered. 
     815:29:48: Loading library OgrePlatform_d.dll 
     915:29:48: OverlayElementFactory for type Panel registered. 
     1015:29:48: OverlayElementFactory for type BorderPanel registered. 
     1115:29:48: OverlayElementFactory for type TextArea registered. 
     1215:29:48: Registering ResourceManager for type Font 
     1315:29:48: ArchiveFactory for archive type FileSystem registered. 
     1415:29:48: ArchiveFactory for archive type Zip registered. 
     1515:29:48: DevIL version: Developer's Image Library (DevIL) 1.6.7 Oct 28 2005 
     1615:29:48: DevIL image formats: bmp dib cut dcx dds gif hdr ico cur jpg jpe jpeg lif mdl mng jng pcx pic pix png pbm pgm pnm ppm psd pdd psp pxr sgi bw rgb rgba tga vda icb vst tif tiff wal xpm raw  
     1715:29:48: Registering ResourceManager for type HighLevelGpuProgram 
     1815:29:48: Registering ResourceManager for type Compositor 
     1915:29:48: MovableObjectFactory for type 'Entity' registered. 
     2015:29:48: MovableObjectFactory for type 'Light' registered. 
     2115:29:48: MovableObjectFactory for type 'BillboardSet' registered. 
     2215:29:48: MovableObjectFactory for type 'ManualObject' registered. 
     2315:29:48: MovableObjectFactory for type 'BillboardChain' registered. 
     2415:29:48: MovableObjectFactory for type 'RibbonTrail' registered. 
     2515:29:48: Loading library .\RenderSystem_Direct3D9 
     2615:29:48: D3D9 : Direct3D9 Rendering Subsystem created. 
     2715:29:48: D3D9: Driver Detection Starts 
     2815:29:48: D3D9: Driver Detection Ends 
     2915:29:48: Loading library .\Plugin_ParticleFX 
     3015:29:48: Particle Emitter Type 'Point' registered 
     3115:29:48: Particle Emitter Type 'Box' registered 
     3215:29:48: Particle Emitter Type 'Ellipsoid' registered 
     3315:29:48: Particle Emitter Type 'Cylinder' registered 
     3415:29:48: Particle Emitter Type 'Ring' registered 
     3515:29:48: Particle Emitter Type 'HollowEllipsoid' registered 
     3615:29:48: Particle Affector Type 'LinearForce' registered 
     3715:29:48: Particle Affector Type 'ColourFader' registered 
     3815:29:48: Particle Affector Type 'ColourFader2' registered 
     3915:29:48: Particle Affector Type 'ColourImage' registered 
     4015:29:48: Particle Affector Type 'ColourInterpolator' registered 
     4115:29:48: Particle Affector Type 'Scaler' registered 
     4215:29:48: Particle Affector Type 'Rotator' registered 
     4315:29:48: Particle Affector Type 'DirectionRandomiser' registered 
     4415:29:48: Particle Affector Type 'DeflectorPlane' registered 
     4515:29:48: Loading library .\Plugin_BSPSceneManager 
     4615:29:48: Registering ResourceManager for type BspLevel 
     4715:29:48: Loading library .\Plugin_CgProgramManager 
     4815:29:48: Loading library .\Plugin_VisibilitySceneManager 
     4915:29:51: *-*-* OGRE Initialising 
     5015:29:51: *-*-* Version 1.2.0 (Dagon) 
     5115:29:51: Creating resource group Bootstrap 
     5215:29:51: Added resource location '../../Media/packs/OgreCore.zip' of type 'Zip' to resource group 'Bootstrap' 
     5315:29:51: Creating resource group GTP_Basic 
     5415:29:51: Added resource location '../../Media/materials/GTPBasic' of type 'FileSystem' to resource group 'GTP_Basic' 
     5515:29:51: Creating resource group GTP_Caustic 
     5615:29:51: Added resource location '../../Media/materials/GTPCaustic' of type 'FileSystem' to resource group 'GTP_Caustic' 
     5715:29:51: Creating resource group GTP_Demo 
     5815:29:51: Added resource location '../../Media/Demo' of type 'FileSystem' to resource group 'GTP_Demo' 
     5915:29:51: Creating resource group GTP_Diffuse 
     6015:29:51: Added resource location '../../Media/materials/GTPAdvancedEnvMap/diffuse' of type 'FileSystem' to resource group 'GTP_Diffuse' 
     6115:29:51: Creating resource group GTP_EnvMap 
     6215:29:51: Added resource location '../../Media/materials/GTPEnvMap' of type 'FileSystem' to resource group 'GTP_EnvMap' 
     6315:29:51: Creating resource group GTP_MultiBounce_Shared 
     6415:29:51: Added resource location '../../Media/materials/GTPAdvancedEnvMap/multibounce' of type 'FileSystem' to resource group 'GTP_MultiBounce_Shared' 
     6515:29:51: Creating resource group GTP_MultipleReflection 
     6615:29:51: Added resource location '../../Media/materials/GTPAdvancedEnvMap/multibounce/multipleReflection' of type 'FileSystem' to resource group 'GTP_MultipleReflection' 
     6715:29:51: Creating resource group GTP_MultipleReflection_MinMax 
     6815:29:51: Added resource location '../../Media/materials/GTPAdvancedEnvMap/multibounce/multipleReflectionMinMax' of type 'FileSystem' to resource group 'GTP_MultipleReflection_MinMax' 
     6915:29:51: Creating resource group GTP_MultipleRefraction 
     7015:29:51: Added resource location '../../Media/materials/GTPAdvancedEnvMap/multibounce/multipleRefraction' of type 'FileSystem' to resource group 'GTP_MultipleRefraction' 
     7115:29:51: Creating resource group GTP_MultipleRefraction_MinMax 
     7215:29:51: Added resource location '../../Media/materials/GTPAdvancedEnvMap/multibounce/multipleRefractionMinMax' of type 'FileSystem' to resource group 'GTP_MultipleRefraction_MinMax' 
     7315:29:51: Creating resource group GTP_Particles 
     7415:29:51: Added resource location '../../Media/materials/GTPParticles' of type 'FileSystem' to resource group 'GTP_Particles' 
     7515:29:51: Creating resource group GTP_PathMapDemo 
     7615:29:51: Added resource location '../../Media/PMDemo' of type 'FileSystem' to resource group 'GTP_PathMapDemo' 
     7715:29:51: Added resource location '../../Media' of type 'FileSystem' to resource group 'General' 
     7815:29:51: Added resource location '../../Media/fonts' of type 'FileSystem' to resource group 'General' 
     7915:29:51: Added resource location '../../Media/materials/programs' of type 'FileSystem' to resource group 'General' 
     8015:29:51: Added resource location '../../Media/materials/scripts' of type 'FileSystem' to resource group 'General' 
     8115:29:51: Added resource location '../../Media/materials/textures' of type 'FileSystem' to resource group 'General' 
     8215:29:51: Added resource location '../../Media/models' of type 'FileSystem' to resource group 'General' 
     8315:29:51: Added resource location '../../Media/overlays' of type 'FileSystem' to resource group 'General' 
     8415:29:51: Added resource location '../../Media/particle' of type 'FileSystem' to resource group 'General' 
     8515:29:51: Added resource location '../../Media/gui' of type 'FileSystem' to resource group 'General' 
     8615:29:51: Added resource location '../../Media/packs/cubemapsJS.zip' of type 'Zip' to resource group 'General' 
     8715:29:51: Added resource location '../../Media/packs/smokealphaclip.zip' of type 'Zip' to resource group 'General' 
     8815:29:51: Creating resource group PostProc 
     8915:29:51: Added resource location '../../Media/materials/GTPPostProc' of type 'FileSystem' to resource group 'PostProc' 
     9015:29:51: D3D9 : RenderSystem Option: Allow NVPerfHUD = No 
     9115:29:51: D3D9 : RenderSystem Option: Anti aliasing = None 
     9215:29:51: D3D9 : RenderSystem Option: Floating-point mode = Fastest 
     9315:29:51: D3D9 : RenderSystem Option: Full Screen = No 
     9415:29:51: D3D9 : RenderSystem Option: Rendering Device = NVIDIA GeForce 7950 GX2 
     9515:29:51: D3D9 : RenderSystem Option: VSync = No 
     9615:29:51: D3D9 : RenderSystem Option: Video Mode = 800 x 600 @ 32-bit colour 
     9715:29:52: D3D9 : Subsystem Initialising 
     9815:29:52: D3D9RenderSystem::createRenderWindow "OGRE Render Window", 800x600 windowed  miscParams: FSAA=0 FSAAQuality=0 colourDepth=32 useNVPerfHUD=false vsync=false  
     9915:29:52: D3D9 : Created D3D9 Rendering Window 'OGRE Render Window' : 800x600, 32bpp 
     10015:29:52: D3D9 : WARNING - disabling VSync in windowed mode can cause timing issues at lower frame rates, turn VSync on if you observe this problem. 
     10115:29:52: Registering ResourceManager for type Texture 
     10215:29:52: Registering ResourceManager for type GpuProgram 
     10315:29:52: RenderSystem capabilities 
     10415:29:52: ------------------------- 
     10515:29:52:  * Hardware generation of mipmaps: yes 
     10615:29:52:  * Texture blending: yes 
     10715:29:52:  * Anisotropic texture filtering: yes 
     10815:29:52:  * Dot product texture operation: yes 
     10915:29:52:  * Cube mapping: yes 
     11015:29:52:  * Hardware stencil buffer: yes 
     11115:29:52:    - Stencil depth: 8 
     11215:29:52:    - Two sided stencil support: yes 
     11315:29:52:    - Wrap stencil values: yes 
     11415:29:52:  * Hardware vertex / index buffers: yes 
     11515:29:52:  * Vertex programs: yes 
     11615:29:52:    - Max vertex program version: vs_3_0 
     11715:29:52:  * Fragment programs: yes 
     11815:29:52:    - Max fragment program version: ps_3_0 
     11915:29:52:  * Texture Compression: yes 
     12015:29:52:    - DXT: yes 
     12115:29:52:    - VTC: no 
     12215:29:52:  * Scissor Rectangle: yes 
     12315:29:52:  * Hardware Occlusion Query: yes 
     12415:29:52:  * User clip planes: yes 
     12515:29:52:  * VET_UBYTE4 vertex element type: yes 
     12615:29:52:  * Infinite far plane projection: yes 
     12715:29:52:  * Hardware render-to-texture: yes 
     12815:29:52:  * Floating point textures: yes 
     12915:29:52:  * Non-power-of-two textures: yes 
     13015:29:52:  * Volume textures: yes 
     13115:29:52:  * Multiple Render Targets: 4 
     13215:29:52:  * Max Point Size: 8192 
     13315:29:52: *************************************** 
     13415:29:52: *** D3D9 : Subsystem Initialised OK *** 
     13515:29:52: *************************************** 
     13615:29:52: ResourceBackgroundQueue - threading disabled 
     13715:29:52: Particle Renderer Type 'billboard' registered 
     13815:29:52: Particle Renderer Type 'sprite' registered 
     13915:29:52: creating occlusion culling scene manager 
     14015:29:52: TerrainSceneManager: Registered a new PageSource for type Heightmap 
     14115:29:52: Creating viewport on target 'OGRE Render Window', rendering from camera 'PlayerCam', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     14215:29:52: Viewport for camera 'PlayerCam', actual dimensions L: 0 T: 0 W: 800 H: 600 
     14315:29:52: Initialising resource group Bootstrap 
     14415:29:52: Parsing scripts for resource group Bootstrap 
     14515:29:52: Parsing script OgreCore.material 
     14615:29:52: Parsing script OgreProfiler.material 
     14715:29:52: Parsing script Ogre.fontdef 
     14815:29:52: Parsing script OgreDebugPanel.overlay 
     14915:29:52: Texture: New_Ogre_Border_Center.png: Loading 1 faces(PF_A8B8G8R8,256x128x1) with  hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x128x1. 
     15015:29:52: Texture: New_Ogre_Border.png: Loading 1 faces(PF_A8B8G8R8,256x256x1) with  hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x256x1. 
     15115:29:52: Texture: New_Ogre_Border_Break.png: Loading 1 faces(PF_A8B8G8R8,32x32x1) with  hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,32x32x1. 
     15215:29:52: Font TrebuchetMSBoldusing texture size 512x512 
     15315:29:52: Info: Freetype returned null for character 160 in font TrebuchetMSBold 
     15415:29:52: Texture: TrebuchetMSBoldTexture: Loading 1 faces(PF_BYTE_LA,512x512x1) with 0 generated mipmaps from Image. Internal format is PF_BYTE_LA,512x512x1. 
     15515:29:52: Texture: ogretext.png: Loading 1 faces(PF_A8B8G8R8,256x128x1) with  hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x128x1. 
     15615:29:52: Parsing script OgreLoadingPanel.overlay 
     15715:29:52: Finished parsing scripts for resource group Bootstrap 
     15815:29:52: Initialising resource group General 
     15915:29:52: Parsing scripts for resource group General 
     16015:29:52: Parsing script GameTools.program 
     16115:29:52: Parsing script atlascube.material 
     16215:29:52: Parsing script colorcube.material 
     16315:29:52: Parsing script difflab.material 
     16415:29:52: An exception has been thrown! 
     165 
     166----------------------------------- 
     167Details: 
     168----------------------------------- 
     169Error #: 7 
     170Function: GpuProgramParameters::getParamIndex 
     171Description: Cannot find a parameter named worldViewIT.  
     172File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     173Line: 779 
     174Stack unwinding: <<beginning of stack>> 
     17515:29:52: Error in material Difflab/TexturedPhong at line 34 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     176 
     177----------------------------------- 
     178Details: 
     179----------------------------------- 
     180Error #: 7 
     181Function: GpuProgramParameters::getParamIndex 
     182Description: Cannot find a parameter named worldViewIT.  
     183File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     184Line: 779 
     185Stack unwinding: <<beginning of stack>> 
     18615:29:52: An exception has been thrown! 
     187 
     188----------------------------------- 
     189Details: 
     190----------------------------------- 
     191Error #: 7 
     192Function: GpuProgramParameters::getParamIndex 
     193Description: Cannot find a parameter named lightcol4.  
     194File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     195Line: 779 
     196Stack unwinding: <<beginning of stack>> 
     19715:29:52: Error in material Difflab/TexturedPhong at line 39 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     198 
     199----------------------------------- 
     200Details: 
     201----------------------------------- 
     202Error #: 7 
     203Function: GpuProgramParameters::getParamIndex 
     204Description: Cannot find a parameter named lightcol4.  
     205File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     206Line: 779 
     207Stack unwinding: <<beginning of stack>> 
     20815:29:52: An exception has been thrown! 
     209 
     210----------------------------------- 
     211Details: 
     212----------------------------------- 
     213Error #: 7 
     214Function: GpuProgramParameters::getParamIndex 
     215Description: Cannot find a parameter named lightcol5.  
     216File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     217Line: 779 
     218Stack unwinding: <<beginning of stack>> 
     21915:29:52: Error in material Difflab/TexturedPhong at line 40 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     220 
     221----------------------------------- 
     222Details: 
     223----------------------------------- 
     224Error #: 7 
     225Function: GpuProgramParameters::getParamIndex 
     226Description: Cannot find a parameter named lightcol5.  
     227File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     228Line: 779 
     229Stack unwinding: <<beginning of stack>> 
     23015:29:52: An exception has been thrown! 
     231 
     232----------------------------------- 
     233Details: 
     234----------------------------------- 
     235Error #: 7 
     236Function: GpuProgramParameters::getParamIndex 
     237Description: Cannot find a parameter named lightcol6.  
     238File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     239Line: 779 
     240Stack unwinding: <<beginning of stack>> 
     24115:29:52: Error in material Difflab/TexturedPhong at line 41 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     242 
     243----------------------------------- 
     244Details: 
     245----------------------------------- 
     246Error #: 7 
     247Function: GpuProgramParameters::getParamIndex 
     248Description: Cannot find a parameter named lightcol6.  
     249File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     250Line: 779 
     251Stack unwinding: <<beginning of stack>> 
     25215:29:52: An exception has been thrown! 
     253 
     254----------------------------------- 
     255Details: 
     256----------------------------------- 
     257Error #: 7 
     258Function: GpuProgramParameters::getParamIndex 
     259Description: Cannot find a parameter named lightcol7.  
     260File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     261Line: 779 
     262Stack unwinding: <<beginning of stack>> 
     26315:29:52: Error in material Difflab/TexturedPhong at line 42 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     264 
     265----------------------------------- 
     266Details: 
     267----------------------------------- 
     268Error #: 7 
     269Function: GpuProgramParameters::getParamIndex 
     270Description: Cannot find a parameter named lightcol7.  
     271File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     272Line: 779 
     273Stack unwinding: <<beginning of stack>> 
     27415:29:52: An exception has been thrown! 
     275 
     276----------------------------------- 
     277Details: 
     278----------------------------------- 
     279Error #: 7 
     280Function: GpuProgramParameters::getParamIndex 
     281Description: Cannot find a parameter named lightcol8.  
     282File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     283Line: 779 
     284Stack unwinding: <<beginning of stack>> 
     28515:29:52: Error in material Difflab/TexturedPhong at line 43 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     286 
     287----------------------------------- 
     288Details: 
     289----------------------------------- 
     290Error #: 7 
     291Function: GpuProgramParameters::getParamIndex 
     292Description: Cannot find a parameter named lightcol8.  
     293File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     294Line: 779 
     295Stack unwinding: <<beginning of stack>> 
     29615:29:52: An exception has been thrown! 
     297 
     298----------------------------------- 
     299Details: 
     300----------------------------------- 
     301Error #: 7 
     302Function: GpuProgramParameters::getParamIndex 
     303Description: Cannot find a parameter named lightpos4.  
     304File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     305Line: 779 
     306Stack unwinding: <<beginning of stack>> 
     30715:29:52: Error in material Difflab/TexturedPhong at line 48 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     308 
     309----------------------------------- 
     310Details: 
     311----------------------------------- 
     312Error #: 7 
     313Function: GpuProgramParameters::getParamIndex 
     314Description: Cannot find a parameter named lightpos4.  
     315File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     316Line: 779 
     317Stack unwinding: <<beginning of stack>> 
     31815:29:52: An exception has been thrown! 
     319 
     320----------------------------------- 
     321Details: 
     322----------------------------------- 
     323Error #: 7 
     324Function: GpuProgramParameters::getParamIndex 
     325Description: Cannot find a parameter named lightpos5.  
     326File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     327Line: 779 
     328Stack unwinding: <<beginning of stack>> 
     32915:29:52: Error in material Difflab/TexturedPhong at line 49 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     330 
     331----------------------------------- 
     332Details: 
     333----------------------------------- 
     334Error #: 7 
     335Function: GpuProgramParameters::getParamIndex 
     336Description: Cannot find a parameter named lightpos5.  
     337File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     338Line: 779 
     339Stack unwinding: <<beginning of stack>> 
     34015:29:52: An exception has been thrown! 
     341 
     342----------------------------------- 
     343Details: 
     344----------------------------------- 
     345Error #: 7 
     346Function: GpuProgramParameters::getParamIndex 
     347Description: Cannot find a parameter named lightpos6.  
     348File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     349Line: 779 
     350Stack unwinding: <<beginning of stack>> 
     35115:29:52: Error in material Difflab/TexturedPhong at line 50 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     352 
     353----------------------------------- 
     354Details: 
     355----------------------------------- 
     356Error #: 7 
     357Function: GpuProgramParameters::getParamIndex 
     358Description: Cannot find a parameter named lightpos6.  
     359File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     360Line: 779 
     361Stack unwinding: <<beginning of stack>> 
     36215:29:52: An exception has been thrown! 
     363 
     364----------------------------------- 
     365Details: 
     366----------------------------------- 
     367Error #: 7 
     368Function: GpuProgramParameters::getParamIndex 
     369Description: Cannot find a parameter named lightpos7.  
     370File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     371Line: 779 
     372Stack unwinding: <<beginning of stack>> 
     37315:29:52: Error in material Difflab/TexturedPhong at line 51 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     374 
     375----------------------------------- 
     376Details: 
     377----------------------------------- 
     378Error #: 7 
     379Function: GpuProgramParameters::getParamIndex 
     380Description: Cannot find a parameter named lightpos7.  
     381File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     382Line: 779 
     383Stack unwinding: <<beginning of stack>> 
     38415:29:52: An exception has been thrown! 
     385 
     386----------------------------------- 
     387Details: 
     388----------------------------------- 
     389Error #: 7 
     390Function: GpuProgramParameters::getParamIndex 
     391Description: Cannot find a parameter named lightpos8.  
     392File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     393Line: 779 
     394Stack unwinding: <<beginning of stack>> 
     39515:29:52: Error in material Difflab/TexturedPhong at line 52 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     396 
     397----------------------------------- 
     398Details: 
     399----------------------------------- 
     400Error #: 7 
     401Function: GpuProgramParameters::getParamIndex 
     402Description: Cannot find a parameter named lightpos8.  
     403File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     404Line: 779 
     405Stack unwinding: <<beginning of stack>> 
     40615:29:52: An exception has been thrown! 
     407 
     408----------------------------------- 
     409Details: 
     410----------------------------------- 
     411Error #: 7 
     412Function: GpuProgramParameters::getParamIndex 
     413Description: Cannot find a parameter named lightdir4.  
     414File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     415Line: 779 
     416Stack unwinding: <<beginning of stack>> 
     41715:29:52: Error in material Difflab/TexturedPhong at line 57 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     418 
     419----------------------------------- 
     420Details: 
     421----------------------------------- 
     422Error #: 7 
     423Function: GpuProgramParameters::getParamIndex 
     424Description: Cannot find a parameter named lightdir4.  
     425File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     426Line: 779 
     427Stack unwinding: <<beginning of stack>> 
     42815:29:52: An exception has been thrown! 
     429 
     430----------------------------------- 
     431Details: 
     432----------------------------------- 
     433Error #: 7 
     434Function: GpuProgramParameters::getParamIndex 
     435Description: Cannot find a parameter named lightdir5.  
     436File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     437Line: 779 
     438Stack unwinding: <<beginning of stack>> 
     43915:29:52: Error in material Difflab/TexturedPhong at line 58 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     440 
     441----------------------------------- 
     442Details: 
     443----------------------------------- 
     444Error #: 7 
     445Function: GpuProgramParameters::getParamIndex 
     446Description: Cannot find a parameter named lightdir5.  
     447File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     448Line: 779 
     449Stack unwinding: <<beginning of stack>> 
     45015:29:52: An exception has been thrown! 
     451 
     452----------------------------------- 
     453Details: 
     454----------------------------------- 
     455Error #: 7 
     456Function: GpuProgramParameters::getParamIndex 
     457Description: Cannot find a parameter named lightdir6.  
     458File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     459Line: 779 
     460Stack unwinding: <<beginning of stack>> 
     46115:29:52: Error in material Difflab/TexturedPhong at line 59 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     462 
     463----------------------------------- 
     464Details: 
     465----------------------------------- 
     466Error #: 7 
     467Function: GpuProgramParameters::getParamIndex 
     468Description: Cannot find a parameter named lightdir6.  
     469File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     470Line: 779 
     471Stack unwinding: <<beginning of stack>> 
     47215:29:52: An exception has been thrown! 
     473 
     474----------------------------------- 
     475Details: 
     476----------------------------------- 
     477Error #: 7 
     478Function: GpuProgramParameters::getParamIndex 
     479Description: Cannot find a parameter named lightdir7.  
     480File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     481Line: 779 
     482Stack unwinding: <<beginning of stack>> 
     48315:29:52: Error in material Difflab/TexturedPhong at line 60 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     484 
     485----------------------------------- 
     486Details: 
     487----------------------------------- 
     488Error #: 7 
     489Function: GpuProgramParameters::getParamIndex 
     490Description: Cannot find a parameter named lightdir7.  
     491File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     492Line: 779 
     493Stack unwinding: <<beginning of stack>> 
     49415:29:52: An exception has been thrown! 
     495 
     496----------------------------------- 
     497Details: 
     498----------------------------------- 
     499Error #: 7 
     500Function: GpuProgramParameters::getParamIndex 
     501Description: Cannot find a parameter named lightdir8.  
     502File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     503Line: 779 
     504Stack unwinding: <<beginning of stack>> 
     50515:29:52: Error in material Difflab/TexturedPhong at line 61 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     506 
     507----------------------------------- 
     508Details: 
     509----------------------------------- 
     510Error #: 7 
     511Function: GpuProgramParameters::getParamIndex 
     512Description: Cannot find a parameter named lightdir8.  
     513File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     514Line: 779 
     515Stack unwinding: <<beginning of stack>> 
     51615:29:52: An exception has been thrown! 
     517 
     518----------------------------------- 
     519Details: 
     520----------------------------------- 
     521Error #: 7 
     522Function: GpuProgramParameters::getParamIndex 
     523Description: Cannot find a parameter named lightscale4.  
     524File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     525Line: 779 
     526Stack unwinding: <<beginning of stack>> 
     52715:29:52: Error in material Difflab/TexturedPhong at line 66 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     528 
     529----------------------------------- 
     530Details: 
     531----------------------------------- 
     532Error #: 7 
     533Function: GpuProgramParameters::getParamIndex 
     534Description: Cannot find a parameter named lightscale4.  
     535File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     536Line: 779 
     537Stack unwinding: <<beginning of stack>> 
     53815:29:52: An exception has been thrown! 
     539 
     540----------------------------------- 
     541Details: 
     542----------------------------------- 
     543Error #: 7 
     544Function: GpuProgramParameters::getParamIndex 
     545Description: Cannot find a parameter named lightscale5.  
     546File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     547Line: 779 
     548Stack unwinding: <<beginning of stack>> 
     54915:29:52: Error in material Difflab/TexturedPhong at line 67 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     550 
     551----------------------------------- 
     552Details: 
     553----------------------------------- 
     554Error #: 7 
     555Function: GpuProgramParameters::getParamIndex 
     556Description: Cannot find a parameter named lightscale5.  
     557File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     558Line: 779 
     559Stack unwinding: <<beginning of stack>> 
     56015:29:52: An exception has been thrown! 
     561 
     562----------------------------------- 
     563Details: 
     564----------------------------------- 
     565Error #: 7 
     566Function: GpuProgramParameters::getParamIndex 
     567Description: Cannot find a parameter named lightscale6.  
     568File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     569Line: 779 
     570Stack unwinding: <<beginning of stack>> 
     57115:29:52: Error in material Difflab/TexturedPhong at line 68 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     572 
     573----------------------------------- 
     574Details: 
     575----------------------------------- 
     576Error #: 7 
     577Function: GpuProgramParameters::getParamIndex 
     578Description: Cannot find a parameter named lightscale6.  
     579File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     580Line: 779 
     581Stack unwinding: <<beginning of stack>> 
     58215:29:52: An exception has been thrown! 
     583 
     584----------------------------------- 
     585Details: 
     586----------------------------------- 
     587Error #: 7 
     588Function: GpuProgramParameters::getParamIndex 
     589Description: Cannot find a parameter named lightscale7.  
     590File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     591Line: 779 
     592Stack unwinding: <<beginning of stack>> 
     59315:29:52: Error in material Difflab/TexturedPhong at line 69 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     594 
     595----------------------------------- 
     596Details: 
     597----------------------------------- 
     598Error #: 7 
     599Function: GpuProgramParameters::getParamIndex 
     600Description: Cannot find a parameter named lightscale7.  
     601File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     602Line: 779 
     603Stack unwinding: <<beginning of stack>> 
     60415:29:52: An exception has been thrown! 
     605 
     606----------------------------------- 
     607Details: 
     608----------------------------------- 
     609Error #: 7 
     610Function: GpuProgramParameters::getParamIndex 
     611Description: Cannot find a parameter named lightscale8.  
     612File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     613Line: 779 
     614Stack unwinding: <<beginning of stack>> 
     61515:29:52: Error in material Difflab/TexturedPhong at line 70 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     616 
     617----------------------------------- 
     618Details: 
     619----------------------------------- 
     620Error #: 7 
     621Function: GpuProgramParameters::getParamIndex 
     622Description: Cannot find a parameter named lightscale8.  
     623File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     624Line: 779 
     625Stack unwinding: <<beginning of stack>> 
     62615:29:52: Parsing script diffscene.material 
     62715:29:52: An exception has been thrown! 
     628 
     629----------------------------------- 
     630Details: 
     631----------------------------------- 
     632Error #: 7 
     633Function: GpuProgramParameters::getParamIndex 
     634Description: Cannot find a parameter named lightcol5.  
     635File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     636Line: 779 
     637Stack unwinding: <<beginning of stack>> 
     63815:29:52: Error in material GameTools/Phong at line 36 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 
     639 
     640----------------------------------- 
     641Details: 
     642----------------------------------- 
     643Error #: 7 
     644Function: GpuProgramParameters::getParamIndex 
     645Description: Cannot find a parameter named lightcol5.  
     646File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     647Line: 779 
     648Stack unwinding: <<beginning of stack>> 
     64915:29:52: An exception has been thrown! 
     650 
     651----------------------------------- 
     652Details: 
     653----------------------------------- 
     654Error #: 7 
     655Function: GpuProgramParameters::getParamIndex 
     656Description: Cannot find a parameter named lightcol6.  
     657File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     658Line: 779 
     659Stack unwinding: <<beginning of stack>> 
     66015:29:52: Error in material GameTools/Phong at line 37 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 
     661 
     662----------------------------------- 
     663Details: 
     664----------------------------------- 
     665Error #: 7 
     666Function: GpuProgramParameters::getParamIndex 
     667Description: Cannot find a parameter named lightcol6.  
     668File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     669Line: 779 
     670Stack unwinding: <<beginning of stack>> 
     67115:29:52: An exception has been thrown! 
     672 
     673----------------------------------- 
     674Details: 
     675----------------------------------- 
     676Error #: 7 
     677Function: GpuProgramParameters::getParamIndex 
     678Description: Cannot find a parameter named lightcol7.  
     679File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     680Line: 779 
     681Stack unwinding: <<beginning of stack>> 
     68215:29:52: Error in material GameTools/Phong at line 38 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 
     683 
     684----------------------------------- 
     685Details: 
     686----------------------------------- 
     687Error #: 7 
     688Function: GpuProgramParameters::getParamIndex 
     689Description: Cannot find a parameter named lightcol7.  
     690File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     691Line: 779 
     692Stack unwinding: <<beginning of stack>> 
     69315:29:52: An exception has been thrown! 
     694 
     695----------------------------------- 
     696Details: 
     697----------------------------------- 
     698Error #: 7 
     699Function: GpuProgramParameters::getParamIndex 
     700Description: Cannot find a parameter named lightcol8.  
     701File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     702Line: 779 
     703Stack unwinding: <<beginning of stack>> 
     70415:29:52: Error in material GameTools/Phong at line 39 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 
     705 
     706----------------------------------- 
     707Details: 
     708----------------------------------- 
     709Error #: 7 
     710Function: GpuProgramParameters::getParamIndex 
     711Description: Cannot find a parameter named lightcol8.  
     712File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     713Line: 779 
     714Stack unwinding: <<beginning of stack>> 
     71515:29:52: An exception has been thrown! 
     716 
     717----------------------------------- 
     718Details: 
     719----------------------------------- 
     720Error #: 7 
     721Function: GpuProgramParameters::getParamIndex 
     722Description: Cannot find a parameter named lightpos5.  
     723File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     724Line: 779 
     725Stack unwinding: <<beginning of stack>> 
     72615:29:52: Error in material GameTools/Phong at line 45 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 
     727 
     728----------------------------------- 
     729Details: 
     730----------------------------------- 
     731Error #: 7 
     732Function: GpuProgramParameters::getParamIndex 
     733Description: Cannot find a parameter named lightpos5.  
     734File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     735Line: 779 
     736Stack unwinding: <<beginning of stack>> 
     73715:29:52: An exception has been thrown! 
     738 
     739----------------------------------- 
     740Details: 
     741----------------------------------- 
     742Error #: 7 
     743Function: GpuProgramParameters::getParamIndex 
     744Description: Cannot find a parameter named lightpos6.  
     745File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     746Line: 779 
     747Stack unwinding: <<beginning of stack>> 
     74815:29:52: Error in material GameTools/Phong at line 46 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 
     749 
     750----------------------------------- 
     751Details: 
     752----------------------------------- 
     753Error #: 7 
     754Function: GpuProgramParameters::getParamIndex 
     755Description: Cannot find a parameter named lightpos6.  
     756File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     757Line: 779 
     758Stack unwinding: <<beginning of stack>> 
     75915:29:52: An exception has been thrown! 
     760 
     761----------------------------------- 
     762Details: 
     763----------------------------------- 
     764Error #: 7 
     765Function: GpuProgramParameters::getParamIndex 
     766Description: Cannot find a parameter named lightpos7.  
     767File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     768Line: 779 
     769Stack unwinding: <<beginning of stack>> 
     77015:29:52: Error in material GameTools/Phong at line 47 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 
     771 
     772----------------------------------- 
     773Details: 
     774----------------------------------- 
     775Error #: 7 
     776Function: GpuProgramParameters::getParamIndex 
     777Description: Cannot find a parameter named lightpos7.  
     778File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     779Line: 779 
     780Stack unwinding: <<beginning of stack>> 
     78115:29:52: An exception has been thrown! 
     782 
     783----------------------------------- 
     784Details: 
     785----------------------------------- 
     786Error #: 7 
     787Function: GpuProgramParameters::getParamIndex 
     788Description: Cannot find a parameter named lightpos8.  
     789File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     790Line: 779 
     791Stack unwinding: <<beginning of stack>> 
     79215:29:52: Error in material GameTools/Phong at line 48 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 
     793 
     794----------------------------------- 
     795Details: 
     796----------------------------------- 
     797Error #: 7 
     798Function: GpuProgramParameters::getParamIndex 
     799Description: Cannot find a parameter named lightpos8.  
     800File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     801Line: 779 
     802Stack unwinding: <<beginning of stack>> 
     80315:29:52: Error in material asztallap at line 73 of diffscene.material: Invalid param_named attribute - unrecognised parameter type 0.560857 
     80415:29:52: Error in material asztallap at line 74 of diffscene.material: Invalid param_named attribute - unrecognised parameter type 0.560857 
     80515:29:52: Parsing script GameTools.material 
     80615:29:52: Error in material TestPlane at line 120 of GameTools.material: Bad specular attribute, wrong number of parameters (expected 2, 4 or 5) 
     80715:29:53: Parsing script GlassHead.material 
     80815:29:53: An exception has been thrown! 
     809 
     810----------------------------------- 
     811Details: 
     812----------------------------------- 
     813Error #: 7 
     814Function: GpuProgramParameters::getParamIndex 
     815Description: Cannot find a parameter named worldIT.  
     816File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     817Line: 779 
     818Stack unwinding: <<beginning of stack>> 
     81915:29:53: Error in material GameTools/PhotonMapCaustic at line 12 of GlassHead.material: Invalid param_named_auto attribute - An exception has been thrown! 
     820 
     821----------------------------------- 
     822Details: 
     823----------------------------------- 
     824Error #: 7 
     825Function: GpuProgramParameters::getParamIndex 
     826Description: Cannot find a parameter named worldIT.  
     827File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     828Line: 779 
     829Stack unwinding: <<beginning of stack>> 
     83015:29:53: Error in material GameTools/PhotonMapCaustic at line 23 of GlassHead.material: Bad cubic_texture attribute, final parameter must be 'combinedUVW' or 'separateUV'. 
     83115:29:53: An exception has been thrown! 
     832 
     833----------------------------------- 
     834Details: 
     835----------------------------------- 
     836Error #: 7 
     837Function: GpuProgramParameters::getParamIndex 
     838Description: Cannot find a parameter named worldViewProj.  
     839File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     840Line: 779 
     841Stack unwinding: <<beginning of stack>> 
     84215:29:53: Error in material GameTools/Cau at line 47 of GlassHead.material: Invalid param_named_auto attribute - An exception has been thrown! 
     843 
     844----------------------------------- 
     845Details: 
     846----------------------------------- 
     847Error #: 7 
     848Function: GpuProgramParameters::getParamIndex 
     849Description: Cannot find a parameter named worldViewProj.  
     850File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     851Line: 779 
     852Stack unwinding: <<beginning of stack>> 
     85315:29:53: An exception has been thrown! 
     854 
     855----------------------------------- 
     856Details: 
     857----------------------------------- 
     858Error #: 7 
     859Function: GpuProgramParameters::getParamIndex 
     860Description: Cannot find a parameter named resolution.  
     861File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     862Line: 779 
     863Stack unwinding: <<beginning of stack>> 
     86415:29:53: Error in material GameTools/Cau at line 50 of GlassHead.material: Invalid param_named_auto attribute - An exception has been thrown! 
     865 
     866----------------------------------- 
     867Details: 
     868----------------------------------- 
     869Error #: 7 
     870Function: GpuProgramParameters::getParamIndex 
     871Description: Cannot find a parameter named resolution.  
     872File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     873Line: 779 
     874Stack unwinding: <<beginning of stack>> 
     87515:29:53: An exception has been thrown! 
     876 
     877----------------------------------- 
     878Details: 
     879----------------------------------- 
     880Error #: 7 
     881Function: GpuProgramParameters::getParamIndex 
     882Description: Cannot find a parameter named resolution.  
     883File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     884Line: 779 
     885Stack unwinding: <<beginning of stack>> 
     88615:29:53: Error in material GameTools/CauTri at line 105 of GlassHead.material: Invalid param_named_auto attribute - An exception has been thrown! 
     887 
     888----------------------------------- 
     889Details: 
     890----------------------------------- 
     891Error #: 7 
     892Function: GpuProgramParameters::getParamIndex 
     893Description: Cannot find a parameter named resolution.  
     894File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     895Line: 779 
     896Stack unwinding: <<beginning of stack>> 
     89715:29:53: Parsing script Glow.material 
     89815:29:53: Error in material GameTools/PostProcBlack at line 7 of Glow.material: Invalid vertex_program_ref entry - vertex program GameTools/PostProc1_VS has not been defined. 
     89915:29:53: Error in material GameTools/PostProcBlack at line 10 of Glow.material: Invalid fragment_program_ref entry - fragment program GameTools/PostProc_Black has not been defined. 
     90015:29:53: Error in material GameTools/PostProc1 at line 23 of Glow.material: Invalid vertex_program_ref entry - vertex program GameTools/PostProc1_VS has not been defined. 
     90115:29:53: Error in material GameTools/PostProc1 at line 26 of Glow.material: Invalid fragment_program_ref entry - fragment program GameTools/PostProc1_PS has not been defined. 
     90215:29:53: Error in material GameTools/GlowCut at line 45 of Glow.material: Invalid vertex_program_ref entry - vertex program GameTools/PostProc1_VS has not been defined. 
     90315:29:53: Error in material GameTools/GlowCut at line 48 of Glow.material: Invalid fragment_program_ref entry - fragment program GameTools/GlowCut_PS has not been defined. 
     90415:29:53: Error in material GameTools/Luminance at line 75 of Glow.material: Invalid vertex_program_ref entry - vertex program GameTools/PostProc1_VS has not been defined. 
     90515:29:53: Error in material GameTools/Luminance at line 78 of Glow.material: Invalid fragment_program_ref entry - fragment program GameTools/Luminance_PS has not been defined. 
     90615:29:53: Error in material GameTools/GlowBlurH at line 102 of Glow.material: Invalid vertex_program_ref entry - vertex program GameTools/PostProc1_VS has not been defined. 
     90715:29:53: Error in material GameTools/GlowBlurH at line 105 of Glow.material: Invalid fragment_program_ref entry - fragment program GameTools/GlowBlurH_PS has not been defined. 
     90815:29:53: Error in material GameTools/GlowBlurV at line 128 of Glow.material: Invalid vertex_program_ref entry - vertex program GameTools/PostProc1_VS has not been defined. 
     90915:29:53: Error in material GameTools/GlowBlurV at line 131 of Glow.material: Invalid fragment_program_ref entry - fragment program GameTools/GlowBlurV_PS has not been defined. 
     91015:29:53: Error in material GameTools/GlowBlurHTB at line 154 of Glow.material: Invalid vertex_program_ref entry - vertex program GameTools/PostProc1_VS has not been defined. 
     91115:29:53: Error in material GameTools/GlowBlurHTB at line 157 of Glow.material: Invalid fragment_program_ref entry - fragment program GameTools/GlowBlurH_PS has not been defined. 
     91215:29:53: Error in material GameTools/TextureCopy at line 179 of Glow.material: Invalid vertex_program_ref entry - vertex program GameTools/PostProc1_VS has not been defined. 
     91315:29:53: Error in material GameTools/TextureCopy at line 182 of Glow.material: Invalid fragment_program_ref entry - fragment program GameTools/TextureCopy_PS has not been defined. 
     91415:29:53: Error in material GameTools/GlowAdd at line 203 of Glow.material: Invalid vertex_program_ref entry - vertex program GameTools/PostProc1_VS has not been defined. 
     91515:29:53: Error in material GameTools/GlowAdd at line 206 of Glow.material: Invalid fragment_program_ref entry - fragment program GameTools/GlowAdd_PS has not been defined. 
     91615:29:53: Error in material GameTools/ToneMap at line 232 of Glow.material: Invalid vertex_program_ref entry - vertex program GameTools/PostProc1_VS has not been defined. 
     91715:29:53: Error in material GameTools/ToneMap at line 235 of Glow.material: Invalid fragment_program_ref entry - fragment program GameTools/ToneMap_PS has not been defined. 
     91815:29:53: Parsing script hangar.material 
     91915:29:53: Parsing script kupola.material 
     92015:29:53: Error in material kupolalambert2_original at line 24 of kupola.material: Bad scene_blend attribute, unrecognised parameter 'none' 
     92115:29:53: Error in material kupolalambert2_original at line 27 of kupola.material: Bad scene_blend_alpha attribute, unrecognised parameter 'none' 
     92215:29:53: Error in material kupolalambert5_original at line 77 of kupola.material: Bad scene_blend attribute, unrecognised parameter 'none' 
     92315:29:53: Error in material kupolalambert5_original at line 80 of kupola.material: Bad scene_blend_alpha attribute, unrecognised parameter 'none' 
     92415:29:53: Parsing script Ogre.material 
     92515:29:53: Parsing script RaytraceDemo.material 
     92615:29:53: Parsing script stairs.material 
     92715:29:53: Parsing script terito.material 
     92815:29:53: Parsing script uvegfolyoso2.material 
     92915:29:53: An exception has been thrown! 
     930 
     931----------------------------------- 
     932Details: 
     933----------------------------------- 
     934Error #: 7 
     935Function: GpuProgramParameters::getParamIndex 
     936Description: Cannot find a parameter named lightcol5.  
     937File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     938Line: 779 
     939Stack unwinding: <<beginning of stack>> 
     94015:29:53: Error in material Folyoso/Phong at line 22 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
     941 
     942----------------------------------- 
     943Details: 
     944----------------------------------- 
     945Error #: 7 
     946Function: GpuProgramParameters::getParamIndex 
     947Description: Cannot find a parameter named lightcol5.  
     948File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     949Line: 779 
     950Stack unwinding: <<beginning of stack>> 
     95115:29:53: An exception has been thrown! 
     952 
     953----------------------------------- 
     954Details: 
     955----------------------------------- 
     956Error #: 7 
     957Function: GpuProgramParameters::getParamIndex 
     958Description: Cannot find a parameter named lightcol6.  
     959File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     960Line: 779 
     961Stack unwinding: <<beginning of stack>> 
     96215:29:53: Error in material Folyoso/Phong at line 23 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
     963 
     964----------------------------------- 
     965Details: 
     966----------------------------------- 
     967Error #: 7 
     968Function: GpuProgramParameters::getParamIndex 
     969Description: Cannot find a parameter named lightcol6.  
     970File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     971Line: 779 
     972Stack unwinding: <<beginning of stack>> 
     97315:29:53: An exception has been thrown! 
     974 
     975----------------------------------- 
     976Details: 
     977----------------------------------- 
     978Error #: 7 
     979Function: GpuProgramParameters::getParamIndex 
     980Description: Cannot find a parameter named lightcol7.  
     981File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     982Line: 779 
     983Stack unwinding: <<beginning of stack>> 
     98415:29:53: Error in material Folyoso/Phong at line 24 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
     985 
     986----------------------------------- 
     987Details: 
     988----------------------------------- 
     989Error #: 7 
     990Function: GpuProgramParameters::getParamIndex 
     991Description: Cannot find a parameter named lightcol7.  
     992File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     993Line: 779 
     994Stack unwinding: <<beginning of stack>> 
     99515:29:53: An exception has been thrown! 
     996 
     997----------------------------------- 
     998Details: 
     999----------------------------------- 
     1000Error #: 7 
     1001Function: GpuProgramParameters::getParamIndex 
     1002Description: Cannot find a parameter named lightcol8.  
     1003File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     1004Line: 779 
     1005Stack unwinding: <<beginning of stack>> 
     100615:29:53: Error in material Folyoso/Phong at line 25 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
     1007 
     1008----------------------------------- 
     1009Details: 
     1010----------------------------------- 
     1011Error #: 7 
     1012Function: GpuProgramParameters::getParamIndex 
     1013Description: Cannot find a parameter named lightcol8.  
     1014File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     1015Line: 779 
     1016Stack unwinding: <<beginning of stack>> 
     101715:29:53: An exception has been thrown! 
     1018 
     1019----------------------------------- 
     1020Details: 
     1021----------------------------------- 
     1022Error #: 7 
     1023Function: GpuProgramParameters::getParamIndex 
     1024Description: Cannot find a parameter named lightpos5.  
     1025File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     1026Line: 779 
     1027Stack unwinding: <<beginning of stack>> 
     102815:29:53: Error in material Folyoso/Phong at line 31 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
     1029 
     1030----------------------------------- 
     1031Details: 
     1032----------------------------------- 
     1033Error #: 7 
     1034Function: GpuProgramParameters::getParamIndex 
     1035Description: Cannot find a parameter named lightpos5.  
     1036File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     1037Line: 779 
     1038Stack unwinding: <<beginning of stack>> 
     103915:29:53: An exception has been thrown! 
     1040 
     1041----------------------------------- 
     1042Details: 
     1043----------------------------------- 
     1044Error #: 7 
     1045Function: GpuProgramParameters::getParamIndex 
     1046Description: Cannot find a parameter named lightpos6.  
     1047File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     1048Line: 779 
     1049Stack unwinding: <<beginning of stack>> 
     105015:29:53: Error in material Folyoso/Phong at line 32 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
     1051 
     1052----------------------------------- 
     1053Details: 
     1054----------------------------------- 
     1055Error #: 7 
     1056Function: GpuProgramParameters::getParamIndex 
     1057Description: Cannot find a parameter named lightpos6.  
     1058File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     1059Line: 779 
     1060Stack unwinding: <<beginning of stack>> 
     106115:29:53: An exception has been thrown! 
     1062 
     1063----------------------------------- 
     1064Details: 
     1065----------------------------------- 
     1066Error #: 7 
     1067Function: GpuProgramParameters::getParamIndex 
     1068Description: Cannot find a parameter named lightpos7.  
     1069File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     1070Line: 779 
     1071Stack unwinding: <<beginning of stack>> 
     107215:29:53: Error in material Folyoso/Phong at line 33 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
     1073 
     1074----------------------------------- 
     1075Details: 
     1076----------------------------------- 
     1077Error #: 7 
     1078Function: GpuProgramParameters::getParamIndex 
     1079Description: Cannot find a parameter named lightpos7.  
     1080File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     1081Line: 779 
     1082Stack unwinding: <<beginning of stack>> 
     108315:29:53: An exception has been thrown! 
     1084 
     1085----------------------------------- 
     1086Details: 
     1087----------------------------------- 
     1088Error #: 7 
     1089Function: GpuProgramParameters::getParamIndex 
     1090Description: Cannot find a parameter named lightpos8.  
     1091File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     1092Line: 779 
     1093Stack unwinding: <<beginning of stack>> 
     109415:29:53: Error in material Folyoso/Phong at line 34 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
     1095 
     1096----------------------------------- 
     1097Details: 
     1098----------------------------------- 
     1099Error #: 7 
     1100Function: GpuProgramParameters::getParamIndex 
     1101Description: Cannot find a parameter named lightpos8.  
     1102File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     1103Line: 779 
     1104Stack unwinding: <<beginning of stack>> 
     110515:29:53: An exception has been thrown! 
     1106 
     1107----------------------------------- 
     1108Details: 
     1109----------------------------------- 
     1110Error #: 7 
     1111Function: GpuProgramParameters::getParamIndex 
     1112Description: Cannot find a parameter named lightcol5.  
     1113File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     1114Line: 779 
     1115Stack unwinding: <<beginning of stack>> 
     111615:29:53: Error in material Folyoso/PhongPlaneReflect at line 76 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
     1117 
     1118----------------------------------- 
     1119Details: 
     1120----------------------------------- 
     1121Error #: 7 
     1122Function: GpuProgramParameters::getParamIndex 
     1123Description: Cannot find a parameter named lightcol5.  
     1124File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     1125Line: 779 
     1126Stack unwinding: <<beginning of stack>> 
     112715:29:53: An exception has been thrown! 
     1128 
     1129----------------------------------- 
     1130Details: 
     1131----------------------------------- 
     1132Error #: 7 
     1133Function: GpuProgramParameters::getParamIndex 
     1134Description: Cannot find a parameter named lightcol6.  
     1135File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     1136Line: 779 
     1137Stack unwinding: <<beginning of stack>> 
     113815:29:53: Error in material Folyoso/PhongPlaneReflect at line 77 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
     1139 
     1140----------------------------------- 
     1141Details: 
     1142----------------------------------- 
     1143Error #: 7 
     1144Function: GpuProgramParameters::getParamIndex 
     1145Description: Cannot find a parameter named lightcol6.  
     1146File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     1147Line: 779 
     1148Stack unwinding: <<beginning of stack>> 
     114915:29:53: An exception has been thrown! 
     1150 
     1151----------------------------------- 
     1152Details: 
     1153----------------------------------- 
     1154Error #: 7 
     1155Function: GpuProgramParameters::getParamIndex 
     1156Description: Cannot find a parameter named lightcol7.  
     1157File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     1158Line: 779 
     1159Stack unwinding: <<beginning of stack>> 
     116015:29:53: Error in material Folyoso/PhongPlaneReflect at line 78 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
     1161 
     1162----------------------------------- 
     1163Details: 
     1164----------------------------------- 
     1165Error #: 7 
     1166Function: GpuProgramParameters::getParamIndex 
     1167Description: Cannot find a parameter named lightcol7.  
     1168File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     1169Line: 779 
     1170Stack unwinding: <<beginning of stack>> 
     117115:29:53: An exception has been thrown! 
     1172 
     1173----------------------------------- 
     1174Details: 
     1175----------------------------------- 
     1176Error #: 7 
     1177Function: GpuProgramParameters::getParamIndex 
     1178Description: Cannot find a parameter named lightcol8.  
     1179File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     1180Line: 779 
     1181Stack unwinding: <<beginning of stack>> 
     118215:29:53: Error in material Folyoso/PhongPlaneReflect at line 79 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
     1183 
     1184----------------------------------- 
     1185Details: 
     1186----------------------------------- 
     1187Error #: 7 
     1188Function: GpuProgramParameters::getParamIndex 
     1189Description: Cannot find a parameter named lightcol8.  
     1190File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     1191Line: 779 
     1192Stack unwinding: <<beginning of stack>> 
     119315:29:53: An exception has been thrown! 
     1194 
     1195----------------------------------- 
     1196Details: 
     1197----------------------------------- 
     1198Error #: 7 
     1199Function: GpuProgramParameters::getParamIndex 
     1200Description: Cannot find a parameter named lightpos5.  
     1201File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     1202Line: 779 
     1203Stack unwinding: <<beginning of stack>> 
     120415:29:53: Error in material Folyoso/PhongPlaneReflect at line 85 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
     1205 
     1206----------------------------------- 
     1207Details: 
     1208----------------------------------- 
     1209Error #: 7 
     1210Function: GpuProgramParameters::getParamIndex 
     1211Description: Cannot find a parameter named lightpos5.  
     1212File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     1213Line: 779 
     1214Stack unwinding: <<beginning of stack>> 
     121515:29:53: An exception has been thrown! 
     1216 
     1217----------------------------------- 
     1218Details: 
     1219----------------------------------- 
     1220Error #: 7 
     1221Function: GpuProgramParameters::getParamIndex 
     1222Description: Cannot find a parameter named lightpos6.  
     1223File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     1224Line: 779 
     1225Stack unwinding: <<beginning of stack>> 
     122615:29:53: Error in material Folyoso/PhongPlaneReflect at line 86 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
     1227 
     1228----------------------------------- 
     1229Details: 
     1230----------------------------------- 
     1231Error #: 7 
     1232Function: GpuProgramParameters::getParamIndex 
     1233Description: Cannot find a parameter named lightpos6.  
     1234File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     1235Line: 779 
     1236Stack unwinding: <<beginning of stack>> 
     123715:29:53: An exception has been thrown! 
     1238 
     1239----------------------------------- 
     1240Details: 
     1241----------------------------------- 
     1242Error #: 7 
     1243Function: GpuProgramParameters::getParamIndex 
     1244Description: Cannot find a parameter named lightpos7.  
     1245File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     1246Line: 779 
     1247Stack unwinding: <<beginning of stack>> 
     124815:29:53: Error in material Folyoso/PhongPlaneReflect at line 87 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
     1249 
     1250----------------------------------- 
     1251Details: 
     1252----------------------------------- 
     1253Error #: 7 
     1254Function: GpuProgramParameters::getParamIndex 
     1255Description: Cannot find a parameter named lightpos7.  
     1256File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     1257Line: 779 
     1258Stack unwinding: <<beginning of stack>> 
     125915:29:53: An exception has been thrown! 
     1260 
     1261----------------------------------- 
     1262Details: 
     1263----------------------------------- 
     1264Error #: 7 
     1265Function: GpuProgramParameters::getParamIndex 
     1266Description: Cannot find a parameter named lightpos8.  
     1267File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     1268Line: 779 
     1269Stack unwinding: <<beginning of stack>> 
     127015:29:53: Error in material Folyoso/PhongPlaneReflect at line 88 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
     1271 
     1272----------------------------------- 
     1273Details: 
     1274----------------------------------- 
     1275Error #: 7 
     1276Function: GpuProgramParameters::getParamIndex 
     1277Description: Cannot find a parameter named lightpos8.  
     1278File: c:\gametoolssvn\ogre\ogre1.2\ogremain\src\ogregpuprogram.cpp 
     1279Line: 779 
     1280Stack unwinding: <<beginning of stack>> 
     128115:29:53: Error in material uvegfolyoso_talaj at line 118 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.36774 
     128215:29:53: Error in material uvegfolyoso_talaj at line 119 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.36774 
     128315:29:53: Error in material uvegfolyoso_talaj at line 120 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.51282 
     128415:29:53: Error in material uvegfolyoso_teto at line 138 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.237 
     128515:29:53: Error in material uvegfolyoso_teto at line 139 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.237 
     128615:29:53: Error in material uvegfolyoso_teto at line 140 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.51282 
     128715:29:53: Error in material oszlop at line 158 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.94018 
     128815:29:53: Error in material oszlop at line 159 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.94018 
     128915:29:53: Error in material oszlop at line 160 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.0 
     129015:29:53: Parsing script X3D.material 
     129115:29:53: Parsing script GameTools_Glow.compositor 
     129215:29:53: Parsing script GameTools_ToneMap.compositor 
     129315:29:53: Parsing script sample.fontdef 
     129415:29:53: Bad attribute line: glyph             0.152344        0.125   0.160156        0.1875 in font Ogre 
     129515:29:53: Parsing script GameTools.particle 
     129615:29:53: Bad particle system attribute line: 'billboard_type  point' in GameTools/DemoParticle1 (tried renderer) 
     129715:29:53: Bad particle system attribute line: 'billboard_type  point' in GameTools/Big (tried renderer) 
     129815:29:53: Bad particle system attribute line: 'billboard_type  point' in GameTools/Little (tried renderer) 
     129915:29:53: Bad particle system attribute line: 'billboard_type  point' in GameTools/FogBig (tried renderer) 
     130015:29:53: Bad particle system attribute line: 'billboard_type  point' in GameTools/FogLittle (tried renderer) 
     130115:29:53: Parsing script Compositor.overlay 
     130215:29:53: Parsing script DP3.overlay 
     130315:29:53: Parsing script Example-CubeMapping.overlay 
     130415:29:53: Parsing script Example-DynTex.overlay 
     130515:29:53: Parsing script Example-Water.overlay 
     130615:29:53: Parsing script FullScreen.overlay 
     130715:29:53: Texture: flare.png: Loading 1 faces(PF_B8G8R8,256x256x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1. 
     130815:29:53: Parsing script Shadows.overlay 
     130915:29:53: Finished parsing scripts for resource group General 
     131015:29:53: Initialising resource group GTP_Basic 
     131115:29:53: Parsing scripts for resource group GTP_Basic 
     131215:29:53: Parsing script GTPBasic.program 
     131315:29:53: Parsing script GTPBasic.material 
     131415:29:53: Error at line 88 of GTPBasic.material: parent material: GTP/Basic/CameraDepthCCW not found for new material:GTP/Basic/CameraDepthCCW  
     131515:29:53: Error in material GTP/Basic/Focusing at line 178 of GTPBasic.material: Invalid param_named attribute - expected at least 3 parameters. 
     131615:29:53: Finished parsing scripts for resource group GTP_Basic 
     131715:29:53: Initialising resource group PostProc 
     131815:29:53: Parsing scripts for resource group PostProc 
     131915:29:53: Parsing script GTPPostProc.program 
     132015:29:53: Parsing script GTPPostProc.material 
     132115:29:53: Parsing script GTPGlow.compositor 
     132215:29:53: Parsing script GTPToneMap.compositor 
     132315:29:53: Finished parsing scripts for resource group PostProc 
     132415:29:53: Initialising resource group GTP_EnvMap 
     132515:29:53: Parsing scripts for resource group GTP_EnvMap 
     132615:29:53: Parsing script GTPEnvMap.program 
     132715:29:53: Parsing script GTPEnvMap.material 
     132815:29:54: Finished parsing scripts for resource group GTP_EnvMap 
     132915:29:54: Initialising resource group GTP_Caustic 
     133015:29:54: Parsing scripts for resource group GTP_Caustic 
     133115:29:54: Parsing script GTPCaustic.program 
     133215:29:54: Parsing script GTPCaustic.material 
     133315:29:54: Finished parsing scripts for resource group GTP_Caustic 
     133415:29:54: ****** OcclusionCullingSceneManager Options ******** 
     133515:29:54: Using stop and wait algorithm 
     133615:29:54: not using depth pass 
     133715:29:54: not executing vertex program for passes 
     133815:29:54: using visibility queries 
     133915:29:54: not using from point queries 
     134015:29:54: using node queries 
     134115:29:54: resetting material for queries 
     134215:29:54: flushing queue after some frames 
     134315:29:54: number of input files: 1 
     1344 
     134515:29:54: not loading scene 
     134615:29:54: Texture: morning_fr.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 
     134715:29:54: Texture: morning_bk.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 
     134815:29:54: Texture: morning_lf.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 
     134915:29:54: Texture: morning_rt.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 
     135015:29:54: Texture: morning_up.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 
     135115:29:54: Texture: morning_dn.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 
     135215:29:54: Mesh: Loading head.mesh. 
     135315:29:54: Can't assign material initialShadingGroup2 to SubEntity of sphere because this Material does not exist. Have you forgotten to define it in a .material script? 
     135415:29:54: Mesh: Loading atlascube.mesh. 
     135515:29:54: Texture: cubbe.jpg: Loading 1 faces(PF_B8G8R8,556x556x1) with 9 generated mipmaps from Image. Internal format is PF_X8R8G8B8,556x556x1. 
     135615:29:54: Texture: rockWall.tga: Loading 1 faces(PF_R8G8B8,256x256x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1. 
     135715:29:54: Creating viewport on target 'rtt/3163680', rendering from camera 'sphere_SE_0_COLORCUBEMAPCUBEMAPFACE_0_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     135815:29:54: Viewport for camera 'sphere_SE_0_COLORCUBEMAPCUBEMAPFACE_0_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     135915:29:54: Creating viewport on target 'rtt/3163776', rendering from camera 'sphere_SE_0_COLORCUBEMAPCUBEMAPFACE_1_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     136015:29:54: Viewport for camera 'sphere_SE_0_COLORCUBEMAPCUBEMAPFACE_1_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     136115:29:54: Creating viewport on target 'rtt/3163840', rendering from camera 'sphere_SE_0_COLORCUBEMAPCUBEMAPFACE_2_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     136215:29:54: Viewport for camera 'sphere_SE_0_COLORCUBEMAPCUBEMAPFACE_2_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     136315:29:54: Creating viewport on target 'rtt/57876960', rendering from camera 'sphere_SE_0_COLORCUBEMAPCUBEMAPFACE_3_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     136415:29:54: Viewport for camera 'sphere_SE_0_COLORCUBEMAPCUBEMAPFACE_3_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     136515:29:54: Creating viewport on target 'rtt/57877056', rendering from camera 'sphere_SE_0_COLORCUBEMAPCUBEMAPFACE_4_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     136615:29:54: Viewport for camera 'sphere_SE_0_COLORCUBEMAPCUBEMAPFACE_4_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     136715:29:54: Creating viewport on target 'rtt/57877120', rendering from camera 'sphere_SE_0_COLORCUBEMAPCUBEMAPFACE_5_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     136815:29:54: Viewport for camera 'sphere_SE_0_COLORCUBEMAPCUBEMAPFACE_5_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     136915:29:54: WARNING: Texture instance 'sphere_SE_0_COLORCUBEMAP' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 
     137015:29:54: Creating viewport on target 'rtt/57880352', rendering from camera 'sphere_SE_0_DISTANCECUBEMAPCUBEMAPFACE_0_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     137115:29:54: Viewport for camera 'sphere_SE_0_DISTANCECUBEMAPCUBEMAPFACE_0_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     137215:29:54: Creating viewport on target 'rtt/57880416', rendering from camera 'sphere_SE_0_DISTANCECUBEMAPCUBEMAPFACE_1_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     137315:29:54: Viewport for camera 'sphere_SE_0_DISTANCECUBEMAPCUBEMAPFACE_1_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     137415:29:54: Creating viewport on target 'rtt/57880512', rendering from camera 'sphere_SE_0_DISTANCECUBEMAPCUBEMAPFACE_2_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     137515:29:54: Viewport for camera 'sphere_SE_0_DISTANCECUBEMAPCUBEMAPFACE_2_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     137615:29:54: Creating viewport on target 'rtt/57877568', rendering from camera 'sphere_SE_0_DISTANCECUBEMAPCUBEMAPFACE_3_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     137715:29:54: Viewport for camera 'sphere_SE_0_DISTANCECUBEMAPCUBEMAPFACE_3_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     137815:29:54: Creating viewport on target 'rtt/57877632', rendering from camera 'sphere_SE_0_DISTANCECUBEMAPCUBEMAPFACE_4_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     137915:29:54: Viewport for camera 'sphere_SE_0_DISTANCECUBEMAPCUBEMAPFACE_4_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     138015:29:54: Creating viewport on target 'rtt/57877728', rendering from camera 'sphere_SE_0_DISTANCECUBEMAPCUBEMAPFACE_5_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     138115:29:54: Viewport for camera 'sphere_SE_0_DISTANCECUBEMAPCUBEMAPFACE_5_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     138215:29:54: WARNING: Texture instance 'sphere_SE_0_DISTANCECUBEMAP' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 
     138315:29:54: Creating viewport on target 'rtt/57879328', rendering from camera 'sphere_SE_0_CAUSTICCUBEMAPCUBEMAPFACE_0_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     138415:29:54: Viewport for camera 'sphere_SE_0_CAUSTICCUBEMAPCUBEMAPFACE_0_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     138515:29:54: Creating viewport on target 'rtt/57879424', rendering from camera 'sphere_SE_0_CAUSTICCUBEMAPCUBEMAPFACE_1_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     138615:29:54: Viewport for camera 'sphere_SE_0_CAUSTICCUBEMAPCUBEMAPFACE_1_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     138715:29:54: Creating viewport on target 'rtt/57879488', rendering from camera 'sphere_SE_0_CAUSTICCUBEMAPCUBEMAPFACE_2_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     138815:29:54: Viewport for camera 'sphere_SE_0_CAUSTICCUBEMAPCUBEMAPFACE_2_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     138915:29:54: Creating viewport on target 'rtt/57879584', rendering from camera 'sphere_SE_0_CAUSTICCUBEMAPCUBEMAPFACE_3_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     139015:29:54: Viewport for camera 'sphere_SE_0_CAUSTICCUBEMAPCUBEMAPFACE_3_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     139115:29:54: Creating viewport on target 'rtt/3164960', rendering from camera 'sphere_SE_0_CAUSTICCUBEMAPCUBEMAPFACE_4_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     139215:29:54: Viewport for camera 'sphere_SE_0_CAUSTICCUBEMAPCUBEMAPFACE_4_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     139315:29:54: Creating viewport on target 'rtt/3165056', rendering from camera 'sphere_SE_0_CAUSTICCUBEMAPCUBEMAPFACE_5_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     139415:29:54: Viewport for camera 'sphere_SE_0_CAUSTICCUBEMAPCUBEMAPFACE_5_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     139515:29:54: Creating viewport on target 'rtt/3165536', rendering from camera 'sphere_SE_0_PHOTONMAP_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     139615:29:54: Viewport for camera 'sphere_SE_0_PHOTONMAP_CAMERA', actual dimensions L: 0 T: 0 W: 64 H: 64 
     139715:29:54: sphere_SE_0_CAUSTICCUBEMAP map: sphere_SE_0_PHOTONMAP material: GTP/Caustic/CauCube_PointSprite_clone_sphere_SE_0 
     139815:29:54: Win32Input8: DirectInput Activation Starts 
     139915:29:54: Win32Input8: Establishing keyboard input. 
     140015:29:54: Win32Input8: Keyboard input established. 
     140115:29:54: Win32Input8: Initializing mouse input in immediate mode. 
     140215:29:54: Win32Input8: Mouse input in immediate mode initialized. 
     140315:29:54: Win32Input8: DirectInput OK. 
     140415:29:57: WARNING: Texture instance 'sphere_SE_0_PHOTONMAP' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 
     140515:29:57: D3D9 : Loading 2D Texture, image name : 'PowerOfPhotonHitTexel.dds' with 2147483647 mip map levels 
     140615:29:57: WARNING: Texture instance 'sphere_SE_0_CAUSTICCUBEMAP' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 
     140715:30:24: Unregistering ResourceManager for type BspLevel 
     140815:30:24: Render Target 'rtt/3165536' Average FPS: 83.574 Best FPS: 131.605 Worst FPS: 0.350018 
     140915:30:24: Render Target 'rtt/57879328' Average FPS: 83.5976 Best FPS: 136.048 Worst FPS: 0.343289 
     141015:30:24: Render Target 'rtt/57879424' Average FPS: 83.5955 Best FPS: 136.183 Worst FPS: 0.343171 
     141115:30:24: Render Target 'rtt/57879488' Average FPS: 83.6035 Best FPS: 136.048 Worst FPS: 0.343171 
     141215:30:24: Render Target 'rtt/57879584' Average FPS: 83.6356 Best FPS: 136.048 Worst FPS: 0.343171 
     141315:30:24: Render Target 'rtt/3164960' Average FPS: 83.5988 Best FPS: 136.048 Worst FPS: 0.343171 
     141415:30:24: Render Target 'rtt/3165056' Average FPS: 83.6064 Best FPS: 136.183 Worst FPS: 0.343053 
     141515:30:24: Render Target 'rtt/57880352' Average FPS: 0.350754 Best FPS: 0.350754 Worst FPS: 0.350754 
     141615:30:24: Render Target 'rtt/57880416' Average FPS: 0.350754 Best FPS: 0.350754 Worst FPS: 0.350754 
     141715:30:24: Render Target 'rtt/57880512' Average FPS: 0.350631 Best FPS: 0.350631 Worst FPS: 0.350631 
     141815:30:24: Render Target 'rtt/57877568' Average FPS: 0.350508 Best FPS: 0.350508 Worst FPS: 0.350508 
     141915:30:24: Render Target 'rtt/57877632' Average FPS: 0.350508 Best FPS: 0.350508 Worst FPS: 0.350508 
     142015:30:24: Render Target 'rtt/57877728' Average FPS: 0.350385 Best FPS: 0.350385 Worst FPS: 0.350385 
     142115:30:24: Render Target 'rtt/3163680' Average FPS: 0.34153 Best FPS: 0.34153 Worst FPS: 0.34153 
     142215:30:24: Render Target 'rtt/3163776' Average FPS: 0.341297 Best FPS: 0.341297 Worst FPS: 0.341297 
     142315:30:24: Render Target 'rtt/3163840' Average FPS: 0.34002 Best FPS: 0.34002 Worst FPS: 0.34002 
     142415:30:24: Render Target 'rtt/57876960' Average FPS: 0.339905 Best FPS: 0.339905 Worst FPS: 0.339905 
     142515:30:24: Render Target 'rtt/57877056' Average FPS: 0.339789 Best FPS: 0.339789 Worst FPS: 0.339789 
     142615:30:24: Render Target 'rtt/57877120' Average FPS: 0.339674 Best FPS: 0.339674 Worst FPS: 0.339674 
     142715:30:24: *-*-* OGRE Shutdown 
     142815:30:24: Unregistering ResourceManager for type Compositor 
     142915:30:24: Unregistering ResourceManager for type Font 
     143015:30:24: Unregistering ResourceManager for type Skeleton 
     143115:30:24: Unregistering ResourceManager for type Mesh 
     143215:30:24: Unregistering ResourceManager for type HighLevelGpuProgram 
     143315:30:24: Unloading library .\Plugin_VisibilitySceneManager 
     143415:30:24: Unloading library .\Plugin_CgProgramManager 
     143515:30:24: Unloading library .\Plugin_BSPSceneManager 
     143615:30:24: Unloading library .\Plugin_ParticleFX 
     143715:30:24: Render Target 'OGRE Render Window' Average FPS: 83.6265 Best FPS: 85.2329 Worst FPS: 0.327225 
     143815:30:24: D3D9 : Shutting down cleanly. 
     143915:30:24: Unregistering ResourceManager for type Texture 
     144015:30:24: Unregistering ResourceManager for type GpuProgram 
     144115:30:24: D3D9 : Direct3D9 Rendering Subsystem destroyed. 
     144215:30:24: Unloading library .\RenderSystem_Direct3D9 
     144315:30:24: Unregistering ResourceManager for type Material 
     144415:30:24: Unloading library OgrePlatform_d.dll 
  • GTP/trunk/App/Demos/Illum/Ogre/bin/Debug/OgreLeaks.log

    r2273 r2301  
    11 ----------------------------------------------------------------------------------------------------------------------------------  
    2 |                                          Memory leak report for:  03/21/2007 10:57:44                                            | 
     2|                                          Memory leak report for:  03/21/2007 15:30:24                                            | 
    33 ----------------------------------------------------------------------------------------------------------------------------------  
    44 
    55 
    6 Congratulations! No memory leaks found! 
     6728 memory leaks found: 
    77 
     8Alloc.   Addr       Size       Addr       Size                        BreakOn BreakOn               
     9Number Reported   Reported    Actual     Actual     Unused    Method  Dealloc Realloc Allocated by  
     10------ ---------- ---------- ---------- ---------- ---------- -------- ------- ------- ---------------------------------------------------  
     11002066 0x01FD7FD8 0x000000CC 0x01FD7FC8 0x000000EC 0x00000000 new         N       N    ogrematerialmanager.cpp(93) Ogre::MaterialManager::createImpl 
     12002067 0x01FD8160 0x00000018 0x01FD8150 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     13002068 0x01FD81D8 0x00000004 0x01FD81C8 0x00000024 0x00000000 new         N       N    ??(0) ?? 
     14002156 0x020293E0 0x00000024 0x020293D0 0x00000044 0x00000000 new         N       N    ??(0) ?? 
     15002074 0x0202EFF0 0x00000004 0x0202EFE0 0x00000024 0x00000000 new         N       N    ogresharedptr.h(55) Ogre::SharedPtr<class Ogre::Resource>:: 
     16002069 0x0202F050 0x0000004C 0x0202F040 0x0000006C 0x00000000 new         N       N    ogrematerial.cpp(222) Ogre::Material::createTechnique 
     17002070 0x0202F0F8 0x00000004 0x0202F0E8 0x00000024 0x00000000 new         N       N    ??(0) ?? 
     18002071 0x0202F158 0x0000013C 0x0202F148 0x0000015C 0x00000000 new         N       N    ogretechnique.cpp(308) Ogre::Technique::operator`=' 
     19002073 0x0202F360 0x00000004 0x0202F350 0x00000024 0x00000000 new         N       N    ??(0) ?? 
     20002117 0x02030B10 0x00008B68 0x02030B00 0x00008B88 0x00000000 new         N       N    OgreOcclusionCullingSceneManager.cpp(2425) Ogre::OcclusionCullingSceneManagerFacto 
     21002118 0x020396D8 0x00000030 0x020396C8 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     22002119 0x02039768 0x00000030 0x02039758 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     23002120 0x020397F8 0x00000030 0x020397E8 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     24002121 0x02039888 0x00000014 0x02039878 0x00000034 0x00000000 new         N       N    ??(0) ?? 
     25002122 0x020398F8 0x00000010 0x020398E8 0x00000030 0x00000000 new         N       N    ??(0) ?? 
     26002123 0x02039968 0x00000030 0x02039958 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     27002124 0x020399F8 0x00000030 0x020399E8 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     28002125 0x02039A88 0x00000030 0x02039A78 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     29002126 0x02039B18 0x0000000C 0x02039B08 0x0000002C 0x00000000 new         N       N    ??(0) ?? 
     30002134 0x0203A150 0x00000020 0x0203A140 0x00000040 0x00000000 new         N       N    ogrescenemanager.cpp(146) Ogre::SceneManager::SceneManager 
     31002135 0x0203A1D0 0x0000000C 0x0203A1C0 0x0000002C 0x00000000 new         N       N    ??(0) ?? 
     32002136 0x0203A238 0x0000000C 0x0203A228 0x0000002C 0x00000000 new         N       N    ??(0) ?? 
     33002146 0x0203A5B8 0x00000030 0x0203A5A8 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     34002147 0x0203A648 0x00000018 0x0203A638 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     35002148 0x0203A6C0 0x000000E8 0x0203A6B0 0x00000108 0x00000000 new         N       N    OgreOcclusionCullingSceneManager.cpp(76) Ogre::OcclusionCullingSceneManager::Occ 
     36002149 0x0203A808 0x00000014 0x0203A7F8 0x00000034 0x00000000 new         N       N    HierarchyInterface.cpp(16) GtpVisibility::HierarchyInterface::Hier 
     37002150 0x0203A878 0x00000018 0x0203A868 0x00000038 0x00000000 new         N       N    OgreOcclusionCullingSceneManager.cpp(88) Ogre::OcclusionCullingSceneManager::Occ 
     38002151 0x0203A8F0 0x00000074 0x0203A8E0 0x00000094 0x00000000 new         N       N    OgreOcclusionCullingSceneManager.cpp(2428) Ogre::OcclusionCullingSceneManagerFacto 
     39002153 0x0203AA20 0x00000030 0x0203AA10 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     40002155 0x0203AB40 0x000005A4 0x0203AB30 0x000005C4 0x00000000 new         N       N    ogreoctreescenemanager.cpp(383) Ogre::OctreeSceneManager::createCamera 
     41002163 0x0203B400 0x00000030 0x0203B3F0 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     42027756 0x02044D90 0x00000030 0x02044D80 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     43027757 0x02044E20 0x00000030 0x02044E10 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     44027760 0x0204C1E0 0x00000030 0x0204C1D0 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     45027761 0x0204C270 0x00000030 0x0204C260 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     46029716 0x0204D610 0x00000030 0x0204D600 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     47029717 0x0204D6A0 0x00000030 0x0204D690 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     48029686 0x0204E5A8 0x000000A0 0x0204E598 0x000000C0 0x00000000 new         N       N    ogrecausticcasterrendertechnique.cpp(92) OgreCausticCasterRenderTechnique::creat 
     49029714 0x02052D30 0x0000000C 0x02052D20 0x0000002C 0x00000000 new         N       N    ??(0) ?? 
     50029660 0x02053B48 0x00000030 0x02053B38 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     51029682 0x02055728 0x00000030 0x02055718 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     52027723 0x02057C78 0x0000000C 0x02057C68 0x0000002C 0x00000000 new         N       N    ??(0) ?? 
     53029567 0x02073888 0x00000030 0x02073878 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     54029687 0x02073998 0x00000030 0x02073988 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     55007002 0x02074CA8 0x00000028 0x02074C98 0x00000048 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
     56007003 0x02074D30 0x00000048 0x02074D20 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     57007012 0x02075050 0x00000028 0x02075040 0x00000048 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
     58007013 0x020750D8 0x00000048 0x020750C8 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     59007018 0x020751E8 0x00000048 0x020751D8 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     60007022 0x02075328 0x00000048 0x02075318 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     61007026 0x02075440 0x00000048 0x02075430 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     62007030 0x020755B8 0x00000048 0x020755A8 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     63007034 0x02075660 0x00000048 0x02075650 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     64027721 0x02077A50 0x00000018 0x02077A40 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     65027747 0x02078380 0x00000018 0x02078370 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     66027748 0x020783F8 0x00000018 0x020783E8 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     67027736 0x020784F8 0x00000018 0x020784E8 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     68027740 0x02078888 0x00000018 0x02078878 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     69027772 0x02078900 0x0000000C 0x020788F0 0x0000002C 0x00000000 new         N       N    ??(0) ?? 
     70007008 0x02087F10 0x00000048 0x02087F00 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     71029566 0x02089418 0x000000A8 0x02089408 0x000000C8 0x00000000 new         N       N    ogrecausticcasterrendertechnique.cpp(104) OgreCausticCasterRenderTechnique::creat 
     72029685 0x02089520 0x00000018 0x02089510 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     73007782 0x0208A028 0x00000048 0x0208A018 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     74029562 0x0208A0D0 0x0000001C 0x0208A0C0 0x0000003C 0x00000000 new         N       N    ??(0) ?? 
     75029563 0x0208A1A8 0x00000008 0x0208A198 0x00000028 0x00000000 new         N       N    ??(0) ?? 
     76029565 0x0208A210 0x00000004 0x0208A200 0x00000024 0x00000000 new         N       N    ??(0) ?? 
     77007631 0x0208A710 0x00000048 0x0208A700 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     78007625 0x0208A7D0 0x00000028 0x0208A7C0 0x00000048 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
     79007626 0x0208A858 0x00000048 0x0208A848 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     80007635 0x0208AAE0 0x00000048 0x0208AAD0 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     81007639 0x0208AC48 0x00000048 0x0208AC38 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     82007643 0x0208AD50 0x00000048 0x0208AD40 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     83007647 0x0208ADF8 0x00000048 0x0208ADE8 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     84007651 0x0208AF00 0x00000048 0x0208AEF0 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     85007655 0x0208B008 0x00000048 0x0208AFF8 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     86007659 0x0208B110 0x00000048 0x0208B100 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     87007663 0x0208B218 0x00000048 0x0208B208 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     88007667 0x0208B320 0x00000048 0x0208B310 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     89007772 0x0208B630 0x00000028 0x0208B620 0x00000048 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
     90029525 0x0208B9F0 0x00000018 0x0208B9E0 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     91007773 0x0208DC38 0x00000048 0x0208DC28 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     92007778 0x0208DD40 0x00000048 0x0208DD30 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     93007786 0x0209D000 0x00000048 0x0209CFF0 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     94007790 0x0209D0A8 0x00000048 0x0209D098 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     95007794 0x0209D150 0x00000048 0x0209D140 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     96007798 0x0209D258 0x00000048 0x0209D248 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     97007802 0x0209D360 0x00000048 0x0209D350 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     98007806 0x0209D468 0x00000048 0x0209D458 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     99007810 0x0209D570 0x00000048 0x0209D560 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     100007814 0x0209D678 0x00000048 0x0209D668 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     101007935 0x0209D7F8 0x00000028 0x0209D7E8 0x00000048 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
     102007936 0x0209D880 0x00000048 0x0209D870 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     103029507 0x0209DCE8 0x00000030 0x0209DCD8 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     104007941 0x034B10F8 0x00000048 0x034B10E8 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     105007945 0x034B1200 0x00000048 0x034B11F0 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     106007949 0x034B1368 0x00000048 0x034B1358 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     107007953 0x034B1470 0x00000048 0x034B1460 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     108007957 0x034B1518 0x00000048 0x034B1508 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     109007961 0x034B1620 0x00000048 0x034B1610 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     110007965 0x034B1728 0x00000048 0x034B1718 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     111007969 0x034B1830 0x00000048 0x034B1820 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     112007973 0x034B1938 0x00000048 0x034B1928 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     113007977 0x034B1A40 0x00000048 0x034B1A30 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     114008172 0x034BA388 0x00000048 0x034BA378 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     115008166 0x034BA4E0 0x00000028 0x034BA4D0 0x00000048 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
     116029500 0x034BA970 0x00000024 0x034BA960 0x00000044 0x00000000 new         N       N    ??(0) ?? 
     117008167 0x034BCCA8 0x00000048 0x034BCC98 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     118008176 0x034BCED0 0x00000048 0x034BCEC0 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     119008180 0x034BD038 0x00000048 0x034BD028 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     120008184 0x034BD140 0x00000048 0x034BD130 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     121008188 0x034BD1E8 0x00000048 0x034BD1D8 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     122008192 0x034BD2F0 0x00000048 0x034BD2E0 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     123008196 0x034BD3F8 0x00000048 0x034BD3E8 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     124008200 0x034BD500 0x00000048 0x034BD4F0 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     125008204 0x034BD608 0x00000048 0x034BD5F8 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     126008208 0x034BD710 0x00000048 0x034BD700 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     127008331 0x034BDA98 0x00000028 0x034BDA88 0x00000048 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
     128029557 0x034BDCF8 0x0000018C 0x034BDCE8 0x000001AC 0x00000000 new         N       N    ogrepass.cpp(267) Ogre::Pass::operator`=' 
     129008332 0x034C00A0 0x00000048 0x034C0090 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     130008337 0x034C01A8 0x00000048 0x034C0198 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     131008341 0x034C02B0 0x00000048 0x034C02A0 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     132008345 0x034C0418 0x00000048 0x034C0408 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     133008349 0x034C0520 0x00000048 0x034C0510 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     134008353 0x034C05C8 0x00000048 0x034C05B8 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     135008357 0x034C06D0 0x00000048 0x034C06C0 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     136008361 0x034C07D8 0x00000048 0x034C07C8 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     137008365 0x034C08E0 0x00000048 0x034C08D0 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     138008369 0x034C09E8 0x00000048 0x034C09D8 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     139008373 0x034C0AF0 0x00000048 0x034C0AE0 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     140029555 0x034C0F30 0x00000034 0x034C0F20 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     141029558 0x034C0FC0 0x00000040 0x034C0FB0 0x00000060 0x00000000 new         N       N    ??(0) ?? 
     142029561 0x034C1060 0x00000040 0x034C1050 0x00000060 0x00000000 new         N       N    ??(0) ?? 
     143008574 0x034C1830 0x00000048 0x034C1820 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     144008568 0x034C1988 0x00000028 0x034C1978 0x00000048 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
     145029560 0x034C1D88 0x0000018C 0x034C1D78 0x000001AC 0x00000000 new         N       N    ogrepass.cpp(267) Ogre::Pass::operator`=' 
     146008569 0x034C4130 0x00000048 0x034C4120 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     147008578 0x034C4358 0x00000048 0x034C4348 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     148008582 0x034C44C0 0x00000048 0x034C44B0 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     149008586 0x034C45C8 0x00000048 0x034C45B8 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     150008590 0x034C4670 0x00000048 0x034C4660 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     151008594 0x034C4778 0x00000048 0x034C4768 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     152008598 0x034C4880 0x00000048 0x034C4870 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     153008602 0x034C4988 0x00000048 0x034C4978 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     154008606 0x034C4A90 0x00000048 0x034C4A80 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     155008610 0x034C4B98 0x00000048 0x034C4B88 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     156029551 0x034C4F60 0x00000058 0x034C4F50 0x00000078 0x00000000 new         N       N    ogregpuprogramusage.cpp(44) Ogre::GpuProgramUsage::GpuProgramUsage 
     157029552 0x034C5018 0x00000030 0x034C5008 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     158029554 0x034C50A8 0x00000030 0x034C5098 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     159029496 0x034D09B0 0x00000030 0x034D09A0 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     160027754 0x034D1858 0x000000C0 0x034D1848 0x000000E0 0x00000000 new         N       N    ogreilluminationmanager.cpp(98) OgreIlluminationManager::OgreIlluminati 
     161027722 0x034D1A10 0x00000054 0x034D1A00 0x00000074 0x00000000 new         N       N    ??(0) ?? 
     162029544 0x034DB760 0x00000018 0x034DB750 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     163029545 0x034DB7D8 0x00000030 0x034DB7C8 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     164029546 0x034DB868 0x00000030 0x034DB858 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     165029547 0x034DD560 0x00000030 0x034DD550 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     166029548 0x034DD5F0 0x0000009C 0x034DD5E0 0x000000BC 0x00000000 new         N       N    ??(0) ?? 
     167029550 0x034DD6E8 0x0000001C 0x034DD6D8 0x0000003C 0x00000000 new         N       N    ogrepass.cpp(236) Ogre::Pass::operator`=' 
     168029542 0x034DDEE0 0x00000030 0x034DDED0 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     169029543 0x034DDF70 0x000000B4 0x034DDF60 0x000000D4 0x00000000 new         N       N    ??(0) ?? 
     170029556 0x034DE080 0x00000004 0x034DE070 0x00000024 0x00000000 new         N       N    ogresharedptr.h(55) Ogre::SharedPtr<class Ogre::GpuProgramP 
     171029539 0x034E8460 0x0000013C 0x034E8450 0x0000015C 0x00000000 new         N       N    ogretechnique.cpp(308) Ogre::Technique::operator`=' 
     172029553 0x034E85F8 0x00000014 0x034E85E8 0x00000034 0x00000000 new         N       N    ??(0) ?? 
     173029526 0x034E8EB0 0x00000004 0x034E8EA0 0x00000024 0x00000000 new         N       N    ??(0) ?? 
     174029489 0x034E8F20 0x00000024 0x034E8F10 0x00000044 0x00000000 new         N       N    ??(0) ?? 
     175029510 0x034E9CC0 0x00000018 0x034E9CB0 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     176029708 0x034E9D98 0x00000030 0x034E9D88 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     177029485 0x034ECDC8 0x00000030 0x034ECDB8 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     178029380 0x034ED208 0x00000018 0x034ED1F8 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     179029541 0x034EE648 0x00000058 0x034EE638 0x00000078 0x00000000 new         N       N    ogregpuprogramusage.cpp(44) Ogre::GpuProgramUsage::GpuProgramUsage 
     180029549 0x034EE700 0x00000004 0x034EE6F0 0x00000024 0x00000000 new         N       N    ogresharedptr.h(55) Ogre::SharedPtr<class Ogre::GpuProgramP 
     181010102 0x034EEB98 0x00000028 0x034EEB88 0x00000048 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
     182010103 0x034EEC20 0x00000048 0x034EEC10 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     183010108 0x034EEE80 0x00000048 0x034EEE70 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     184029390 0x034F5FF8 0x000000F4 0x034F5FE8 0x00000114 0x00000000 new         N       N    ogredistancecubemaprendertechnique.cpp(112) OgreDistanceCubeMapRenderTechniqueFacto 
     185029392 0x035030D0 0x00000030 0x035030C0 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     186029537 0x035034F0 0x0000004C 0x035034E0 0x0000006C 0x00000000 new         N       N    ogrematerial.cpp(222) Ogre::Material::createTechnique 
     187011015 0x03504BF0 0x00000028 0x03504BE0 0x00000048 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
     188011016 0x03504C78 0x00000048 0x03504C68 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     189011021 0x03504D20 0x00000048 0x03504D10 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     190011025 0x03504DC8 0x00000048 0x03504DB8 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     191011029 0x03504E70 0x00000048 0x03504E60 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     192011033 0x03504F18 0x00000028 0x03504F08 0x00000048 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
     193011034 0x03504FA0 0x00000048 0x03504F90 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     194011039 0x035050B0 0x00000048 0x035050A0 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     195011043 0x03505158 0x00000048 0x03505148 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     196011047 0x03505260 0x00000048 0x03505250 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     197011051 0x035053C8 0x00000048 0x035053B8 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     198011055 0x035054D0 0x00000048 0x035054C0 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     199011059 0x03505578 0x00000048 0x03505568 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     200010997 0x03507118 0x00000028 0x03507108 0x00000048 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
     201010998 0x03507AF8 0x00000048 0x03507AE8 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     202029524 0x03507C00 0x000000CC 0x03507BF0 0x000000EC 0x00000000 new         N       N    ogrematerialmanager.cpp(93) Ogre::MaterialManager::createImpl 
     203029532 0x03507D28 0x00000004 0x03507D18 0x00000024 0x00000000 new         N       N    ogresharedptr.h(55) Ogre::SharedPtr<class Ogre::Resource>:: 
     204029540 0x03507D88 0x0000001C 0x03507D78 0x0000003C 0x00000000 new         N       N    ogrepass.cpp(212) Ogre::Pass::operator`=' 
     205011003 0x03508240 0x00000048 0x03508230 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     206011011 0x035082E8 0x00000048 0x035082D8 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     207011007 0x03508490 0x00000048 0x03508480 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     208029631 0x03512DA8 0x00000024 0x03512D98 0x00000044 0x00000000 new         N       N    ??(0) ?? 
     209029538 0x03512F40 0x00000004 0x03512F30 0x00000024 0x00000000 new         N       N    ??(0) ?? 
     210029478 0x035148E8 0x00000024 0x035148D8 0x00000044 0x00000000 new         N       N    ??(0) ?? 
     211011825 0x03527608 0x00000028 0x035275F8 0x00000048 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
     212029474 0x03527918 0x00000030 0x03527908 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     213011826 0x03528A80 0x00000048 0x03528A70 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     214029326 0x03528BA0 0x00000024 0x03528B90 0x00000044 0x00000000 new         N       N    ??(0) ?? 
     215011831 0x03528C20 0x00000048 0x03528C10 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     216011981 0x035291F8 0x00000048 0x035291E8 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     217011980 0x03529508 0x00000028 0x035294F8 0x00000048 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
     218011986 0x03529A98 0x00000048 0x03529A88 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     219029701 0x03536820 0x00000024 0x03536810 0x00000044 0x00000000 new         N       N    ??(0) ?? 
     220029653 0x035375D8 0x00000024 0x035375C8 0x00000044 0x00000000 new         N       N    ??(0) ?? 
     221012265 0x03537A88 0x00000028 0x03537A78 0x00000048 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
     222012271 0x03537B10 0x00000048 0x03537B00 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     223012266 0x03537BB8 0x00000048 0x03537BA8 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     224029344 0x03537CC0 0x00000030 0x03537CB0 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     225012315 0x03538A78 0x00000028 0x03538A68 0x00000048 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
     226012321 0x03538B00 0x00000048 0x03538AF0 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     227012316 0x03538BA8 0x00000048 0x03538B98 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     228029649 0x0353A230 0x00000030 0x0353A220 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     229029370 0x0353AB80 0x00000024 0x0353AB70 0x00000044 0x00000000 new         N       N    ??(0) ?? 
     230029359 0x0353FC90 0x00000024 0x0353FC80 0x00000044 0x00000000 new         N       N    ??(0) ?? 
     231029715 0x03540148 0x0000000C 0x03540138 0x0000002C 0x00000000 new         N       N    ogrescenemanager.cpp(4716) Ogre::SceneManager::getMovableObjectMap 
     232029523 0x035496A0 0x00000084 0x03549690 0x000000A4 0x00000000 new         N       N    ogrecausticcasterrendertechnique.cpp(268) OgreCausticCasterRenderTechniqueFactory 
     233029463 0x0354CE98 0x00000030 0x0354CE88 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     234029467 0x0354F420 0x00000024 0x0354F410 0x00000044 0x00000000 new         N       N    ??(0) ?? 
     235029642 0x035607A0 0x00000024 0x03560790 0x00000044 0x00000000 new         N       N    ??(0) ?? 
     236029348 0x03560E68 0x00000024 0x03560E58 0x00000044 0x00000000 new         N       N    ??(0) ?? 
     237027725 0x0357CB58 0x00000018 0x0357CB48 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     238027751 0x0359D2A8 0x00000018 0x0359D298 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     239027752 0x0359D320 0x00000018 0x0359D310 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     240027729 0x035B6D58 0x00000008 0x035B6D48 0x00000028 0x00000000 new         N       N    ogreilluminationmanager.cpp(80) OgreIlluminationManager::OgreIlluminati 
     241027728 0x035B6E48 0x00000018 0x035B6E38 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     242027735 0x035B8150 0x00000018 0x035B8140 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     243027727 0x035C73D8 0x00000030 0x035C73C8 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     244027749 0x035C7960 0x00000018 0x035C7950 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     245027750 0x035C79D8 0x00000018 0x035C79C8 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     246027720 0x035C9468 0x0000000C 0x035C9458 0x0000002C 0x00000000 new         N       N    ??(0) ?? 
     247027753 0x035CA418 0x00000018 0x035CA408 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     248027755 0x035CA490 0x00000030 0x035CA480 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     249029445 0x035D03C8 0x00000024 0x035D03B8 0x00000044 0x00000000 new         N       N    ??(0) ?? 
     250029391 0x035D29B0 0x000000F4 0x035D29A0 0x00000114 0x00000000 new         N       N    ogrecubemaprendertechnique.cpp(80) OgreCubeMapRenderTechnique::createCubeM 
     251029456 0x035D6C30 0x00000024 0x035D6C20 0x00000044 0x00000000 new         N       N    ??(0) ?? 
     252029638 0x035D7980 0x00000030 0x035D7970 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     253027741 0x035E43E8 0x00000018 0x035E43D8 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     254027742 0x035E4460 0x00000018 0x035E4450 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     255024009 0x035E70E8 0x00000048 0x035E70D8 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     256024013 0x035E71F0 0x00000048 0x035E71E0 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     257024017 0x035E72F8 0x00000048 0x035E72E8 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     258024059 0x035E7460 0x00000048 0x035E7450 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     259029377 0x035E7680 0x00000030 0x035E7670 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     260024079 0x035E7860 0x00000048 0x035E7850 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     261024053 0x035E7F08 0x00000028 0x035E7EF8 0x00000048 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
     262024054 0x035E7F90 0x00000048 0x035E7F80 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     263024063 0x035E8218 0x00000048 0x035E8208 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     264024067 0x035E8380 0x00000048 0x035E8370 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     265024071 0x035E8488 0x00000048 0x035E8478 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     266024075 0x035E8590 0x00000048 0x035E8580 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     267024083 0x035E86F8 0x00000048 0x035E86E8 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     268027734 0x035E87A0 0x00000018 0x035E8790 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     269023983 0x035E9690 0x00000028 0x035E9680 0x00000048 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
     270023984 0x035E9718 0x00000048 0x035E9708 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     271023989 0x035E9820 0x00000048 0x035E9810 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     272023993 0x035E9928 0x00000048 0x035E9918 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     273023997 0x035E9A90 0x00000048 0x035E9A80 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     274024001 0x035E9B98 0x00000048 0x035E9B88 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     275024005 0x035E9C40 0x00000048 0x035E9C30 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     276024087 0x035EC038 0x00000048 0x035EC028 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     277024091 0x035EC140 0x00000048 0x035EC130 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     278024095 0x035EC248 0x00000048 0x035EC238 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     279024131 0x035EC3B0 0x00000028 0x035EC3A0 0x00000048 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
     280029366 0x035EC5D0 0x00000030 0x035EC5C0 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     281024132 0x035ECE58 0x00000048 0x035ECE48 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     282024137 0x035ECF00 0x00000048 0x035ECEF0 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     283024141 0x035ED130 0x00000048 0x035ED120 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     284024145 0x035ED298 0x00000048 0x035ED288 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     285024149 0x035ED3A0 0x00000048 0x035ED390 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     286024153 0x035ED448 0x00000048 0x035ED438 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     287024157 0x035ED550 0x00000048 0x035ED540 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     288024161 0x035ED658 0x00000048 0x035ED648 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     289024165 0x035ED760 0x00000048 0x035ED750 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     290027743 0x035ED868 0x00000018 0x035ED858 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     291027744 0x035ED8E0 0x00000018 0x035ED8D0 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     292027745 0x035F0768 0x00000018 0x035F0758 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     293027746 0x035F07E0 0x00000018 0x035F07D0 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     294029664 0x035FF5A0 0x00000024 0x035FF590 0x00000044 0x00000000 new         N       N    ??(0) ?? 
     295029627 0x03600B68 0x00000030 0x03600B58 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     296029452 0x03602B98 0x00000030 0x03602B88 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     297029333 0x03608318 0x00000030 0x03608308 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     298029337 0x0360F538 0x00000024 0x0360F528 0x00000044 0x00000000 new         N       N    ??(0) ?? 
     299029671 0x0360FBF0 0x00000030 0x0360FBE0 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     300027788 0x03619068 0x00000030 0x03619058 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     301027789 0x036190F8 0x00000030 0x036190E8 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     302027790 0x03619188 0x00000030 0x03619178 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     303027792 0x03619218 0x000000C4 0x03619208 0x000000E4 0x00000000 new         N       N    ogreilluminationmanager.cpp(102) OgreIlluminationManager::OgreIlluminati 
     304027793 0x03619338 0x00000030 0x03619328 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     305027794 0x036193C8 0x00000030 0x036193B8 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     306027795 0x03619458 0x00000030 0x03619448 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     307027796 0x036194E8 0x00000030 0x036194D8 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     308027797 0x03619578 0x00000030 0x03619568 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     309027798 0x03619608 0x00000030 0x036195F8 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     310027799 0x03619698 0x00000030 0x03619688 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     311027800 0x03619728 0x00000030 0x03619718 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     312027801 0x036197B8 0x00000030 0x036197A8 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     313027802 0x03619848 0x00000030 0x03619838 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     314027803 0x036198D8 0x00000030 0x036198C8 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     315027804 0x03619968 0x00000030 0x03619958 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     316027805 0x036199F8 0x00000030 0x036199E8 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     317027806 0x03619A88 0x00000030 0x03619A78 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     318027807 0x03619B18 0x00000030 0x03619B08 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     319027808 0x03619BA8 0x00000030 0x03619B98 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     320027809 0x03619C38 0x00000030 0x03619C28 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     321027810 0x03619CC8 0x00000030 0x03619CB8 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     322027811 0x03619D58 0x0000000C 0x03619D48 0x0000002C 0x00000000 new         N       N    ??(0) ?? 
     323027812 0x03619DC0 0x00000080 0x03619DB0 0x000000A0 0x00000000 new         N       N    ogreilluminationmanager.cpp(104) OgreIlluminationManager::OgreIlluminati 
     324027813 0x03619EA0 0x00000030 0x03619E90 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     325027814 0x03619F30 0x00000030 0x03619F20 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     326027815 0x03619FC0 0x00000030 0x03619FB0 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     327027724 0x0361BEA8 0x00000018 0x0361BE98 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     328027758 0x0361F6E0 0x00000030 0x0361F6D0 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     329027759 0x0361F770 0x00000030 0x0361F760 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     330025740 0x0361FDF0 0x00000028 0x0361FDE0 0x00000048 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
     331027733 0x03620688 0x00000018 0x03620678 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     332025741 0x03620720 0x00000048 0x03620710 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     333025746 0x03620860 0x00000048 0x03620850 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     334025750 0x03620908 0x00000048 0x036208F8 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     335025754 0x036209B0 0x00000048 0x036209A0 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     336025758 0x03620A58 0x00000048 0x03620A48 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     337026190 0x03621158 0x00000028 0x03621148 0x00000048 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
     338025861 0x036211F0 0x00000048 0x036211E0 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     339025878 0x03621298 0x00000028 0x03621288 0x00000048 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
     340025866 0x03621330 0x00000048 0x03621320 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     341025870 0x036213D8 0x00000048 0x036213C8 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     342025874 0x03621480 0x00000048 0x03621470 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     343025879 0x03621528 0x00000048 0x03621518 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     344025884 0x03621668 0x00000048 0x03621658 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     345025888 0x03621710 0x00000048 0x03621700 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     346025892 0x036217B8 0x00000048 0x036217A8 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     347025860 0x03623688 0x00000028 0x03623678 0x00000048 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
     348026191 0x03626AC8 0x00000048 0x03626AB8 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     349026196 0x03626B70 0x00000048 0x03626B60 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     350026200 0x03626C18 0x00000048 0x03626C08 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     351026204 0x03626CC0 0x00000048 0x03626CB0 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     352026208 0x03626D68 0x00000048 0x03626D58 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     353026212 0x03626E10 0x00000028 0x03626E00 0x00000048 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
     354026213 0x03626E98 0x00000048 0x03626E88 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     355026218 0x03626FA8 0x00000048 0x03626F98 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     356026222 0x03627050 0x00000048 0x03627040 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     357026226 0x036270F8 0x00000048 0x036270E8 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     358026230 0x036271A0 0x00000048 0x03627190 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     359027732 0x03627838 0x00000018 0x03627828 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     360027739 0x03628010 0x00000018 0x03628000 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     361026358 0x036283E8 0x00000028 0x036283D8 0x00000048 0x00000000 new         N       N    ogrepass.cpp(148) Ogre::Pass::operator`=' 
     362026013 0x03629608 0x00000028 0x036295F8 0x00000048 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
     363026014 0x0362A850 0x00000048 0x0362A840 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     364026019 0x0362A8F8 0x00000048 0x0362A8E8 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     365026023 0x0362A9A0 0x00000048 0x0362A990 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     366026027 0x0362AA48 0x00000048 0x0362AA38 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     367026031 0x0362AAF0 0x00000028 0x0362AAE0 0x00000048 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
     368026032 0x0362AB78 0x00000048 0x0362AB68 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     369026037 0x0362AC88 0x00000048 0x0362AC78 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     370026041 0x0362AD30 0x00000048 0x0362AD20 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     371026045 0x0362ADD8 0x00000048 0x0362ADC8 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     372512267 0x036339A0 0x00000148 0x03633990 0x00000168 0x00000000 new         N       N    ogreoctreescenemanager.cpp(323) Ogre::OctreeSceneManager::init 
     373026359 0x03635400 0x00000048 0x036353F0 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     374026360 0x036354A8 0x00000048 0x03635498 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     375026361 0x03635550 0x00000048 0x03635540 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     376026362 0x036355F8 0x00000048 0x036355E8 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     377026363 0x036356A0 0x00000048 0x03635690 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     378026365 0x036357A8 0x00000028 0x03635798 0x00000048 0x00000000 new         N       N    ogrepass.cpp(148) Ogre::Pass::operator`=' 
     379026366 0x03635830 0x00000048 0x03635820 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     380026367 0x036358D8 0x00000048 0x036358C8 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     381026368 0x03635980 0x00000048 0x03635970 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     382026369 0x03635A28 0x00000048 0x03635A18 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     383026370 0x03635AD0 0x00000048 0x03635AC0 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     384027738 0x03637318 0x00000018 0x03637308 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     385027726 0x03637868 0x00000030 0x03637858 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     386026440 0x0363AB40 0x00000028 0x0363AB30 0x00000048 0x00000000 new         N       N    ogrepass.cpp(148) Ogre::Pass::operator`=' 
     387026441 0x0363ABC8 0x00000048 0x0363ABB8 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     388026442 0x0363AC70 0x00000048 0x0363AC60 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     389026443 0x0363AD18 0x00000048 0x0363AD08 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     390026444 0x0363ADC0 0x00000048 0x0363ADB0 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     391026445 0x0363AE68 0x00000048 0x0363AE58 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     392026447 0x0363AF10 0x00000028 0x0363AF00 0x00000048 0x00000000 new         N       N    ogrepass.cpp(148) Ogre::Pass::operator`=' 
     393026448 0x0363AF98 0x00000048 0x0363AF88 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     394026449 0x0363B040 0x00000048 0x0363B030 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     395026450 0x0363B0E8 0x00000048 0x0363B0D8 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     396026451 0x0363B190 0x00000048 0x0363B180 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     397026452 0x0363B238 0x00000048 0x0363B228 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     398026523 0x0363CF98 0x00000028 0x0363CF88 0x00000048 0x00000000 new         N       N    ogrepass.cpp(148) Ogre::Pass::operator`=' 
     399026524 0x0363D020 0x00000048 0x0363D010 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     400026525 0x0363D0C8 0x00000048 0x0363D0B8 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     401026526 0x0363D170 0x00000048 0x0363D160 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     402026527 0x0363D218 0x00000048 0x0363D208 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     403026528 0x0363D2C0 0x00000048 0x0363D2B0 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     404026530 0x0363D368 0x00000028 0x0363D358 0x00000048 0x00000000 new         N       N    ogrepass.cpp(148) Ogre::Pass::operator`=' 
     405026531 0x0363D3F0 0x00000048 0x0363D3E0 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     406026532 0x0363D498 0x00000048 0x0363D488 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     407026533 0x0363D540 0x00000048 0x0363D530 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     408026534 0x0363D5E8 0x00000048 0x0363D5D8 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     409026535 0x0363D690 0x00000048 0x0363D680 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     410026605 0x0363F2D8 0x00000028 0x0363F2C8 0x00000048 0x00000000 new         N       N    ogrepass.cpp(148) Ogre::Pass::operator`=' 
     411026606 0x0363F360 0x00000048 0x0363F350 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     412026607 0x0363F408 0x00000048 0x0363F3F8 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     413026608 0x0363F4B0 0x00000048 0x0363F4A0 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     414026609 0x0363F558 0x00000048 0x0363F548 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     415026610 0x0363F600 0x00000048 0x0363F5F0 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     416026612 0x0363F6A8 0x00000028 0x0363F698 0x00000048 0x00000000 new         N       N    ogrepass.cpp(148) Ogre::Pass::operator`=' 
     417026613 0x0363F730 0x00000048 0x0363F720 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     418026614 0x0363F7D8 0x00000048 0x0363F7C8 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     419026615 0x0363F880 0x00000048 0x0363F870 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     420026616 0x0363F928 0x00000048 0x0363F918 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     421026617 0x0363F9D0 0x00000048 0x0363F9C0 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     422026793 0x03648B88 0x00000004 0x03648B78 0x00000024 0x00000000 new         N       N    ogresharedptr.h(55) Ogre::SharedPtr<class Ogre::Resource>:: 
     423030268 0x03649308 0x00000004 0x036492F8 0x00000024 0x00000000 new         N       N    ogresharedptr.h(55) Ogre::SharedPtr<class Ogre::Resource>:: 
     424026824 0x03649368 0x00000004 0x03649358 0x00000024 0x00000000 new         N       N    ogresharedptr.h(55) Ogre::SharedPtr<class Ogre::Resource>:: 
     425026791 0x03649470 0x00000158 0x03649460 0x00000178 0x00000000 new         N       N    ogred3d9hlslprogramfactory.cpp(51) Ogre::D3D9HLSLProgramFactory::create 
     426026822 0x03649A78 0x00000158 0x03649A68 0x00000178 0x00000000 new         N       N    ogred3d9hlslprogramfactory.cpp(51) Ogre::D3D9HLSLProgramFactory::create 
     427027737 0x0364A490 0x00000018 0x0364A480 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     428027719 0x0364AA10 0x000001A0 0x0364AA00 0x000001C0 0x00000000 new         N       N    ogreilluminationmanager.cpp(130) OgreIlluminationManager::getSingleton 
     429029711 0x0364B300 0x00000018 0x0364B2F0 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     430029713 0x0364B3F0 0x0000001C 0x0364B3E0 0x0000003C 0x00000000 new         N       N    ??(0) ?? 
     431029355 0x0364C978 0x00000030 0x0364C968 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     432027540 0x0364E5A8 0x00000028 0x0364E598 0x00000048 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
     433027541 0x0364E630 0x00000048 0x0364E620 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     434027546 0x0364E6D8 0x00000048 0x0364E6C8 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     435027550 0x0364E780 0x00000048 0x0364E770 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     436027554 0x0364E828 0x00000028 0x0364E818 0x00000048 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
     437027555 0x0364E8B0 0x00000048 0x0364E8A0 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     438027560 0x0364E9C0 0x00000048 0x0364E9B0 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     439027564 0x0364EA68 0x00000048 0x0364EA58 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     440027568 0x0364EB10 0x00000028 0x0364EB00 0x00000048 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
     441027569 0x0364EB98 0x00000048 0x0364EB88 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     442027574 0x0364ECA8 0x00000048 0x0364EC98 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     443027578 0x0364ED50 0x00000048 0x0364ED40 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     444027582 0x0364EDF8 0x00000048 0x0364EDE8 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     445027602 0x0364EF00 0x00000048 0x0364EEF0 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     446027393 0x03656F88 0x00000048 0x03656F78 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     447027397 0x03657090 0x00000048 0x03657080 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     448027401 0x03657138 0x00000048 0x03657128 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     449027730 0x03657830 0x00000018 0x03657820 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     450027336 0x03659FC8 0x00000048 0x03659FB8 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     451027349 0x0365A070 0x00000028 0x0365A060 0x00000048 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
     452027341 0x0365A108 0x00000048 0x0365A0F8 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     453027345 0x0365A1B0 0x00000048 0x0365A1A0 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     454027350 0x0365A258 0x00000048 0x0365A248 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     455027355 0x0365A300 0x00000048 0x0365A2F0 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     456027359 0x0365A3A8 0x00000048 0x0365A398 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     457027363 0x0365A450 0x00000028 0x0365A440 0x00000048 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
     458027364 0x0365A4D8 0x00000048 0x0365A4C8 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     459027369 0x0365A680 0x00000048 0x0365A670 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     460027373 0x0365A728 0x00000048 0x0365A718 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     461027377 0x0365A7D0 0x00000048 0x0365A7C0 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     462027381 0x0365A878 0x00000048 0x0365A868 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     463027385 0x0365A980 0x00000048 0x0365A970 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     464027389 0x0365AA88 0x00000048 0x0365AA78 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     465027335 0x0365C9A8 0x00000028 0x0365C998 0x00000048 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
     466027586 0x03664C38 0x00000048 0x03664C28 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     467027590 0x03664CE0 0x00000048 0x03664CD0 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     468027594 0x03664DE8 0x00000048 0x03664DD8 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     469027598 0x03664F50 0x00000048 0x03664F40 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     470027731 0x03665998 0x00000018 0x03665988 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     471027762 0x03666118 0x00000030 0x03666108 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     472027763 0x036661A8 0x00000030 0x03666198 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     473027764 0x03666238 0x00000030 0x03666228 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     474027765 0x036662C8 0x00000030 0x036662B8 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     475027766 0x03666358 0x00000030 0x03666348 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     476027767 0x036663E8 0x00000030 0x036663D8 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     477027768 0x03666478 0x00000030 0x03666468 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     478027769 0x03666508 0x00000030 0x036664F8 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     479027770 0x03666598 0x00000030 0x03666588 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     480027771 0x03666628 0x00000030 0x03666618 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     481027773 0x036666B8 0x000000C0 0x036666A8 0x000000E0 0x00000000 new         N       N    ogreilluminationmanager.cpp(100) OgreIlluminationManager::OgreIlluminati 
     482027774 0x036667D8 0x00000030 0x036667C8 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     483027775 0x03666868 0x00000030 0x03666858 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     484027776 0x036668F8 0x00000030 0x036668E8 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     485027777 0x03666988 0x00000030 0x03666978 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     486027778 0x03666A18 0x00000030 0x03666A08 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     487027779 0x03666AA8 0x00000030 0x03666A98 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     488027780 0x03666B38 0x00000030 0x03666B28 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     489027781 0x03666BC8 0x00000030 0x03666BB8 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     490027782 0x03666C58 0x00000030 0x03666C48 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     491027783 0x03666CE8 0x00000030 0x03666CD8 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     492027784 0x03666D78 0x00000030 0x03666D68 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     493027785 0x03666E08 0x00000030 0x03666DF8 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     494027786 0x03666E98 0x00000030 0x03666E88 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     495027787 0x03666F28 0x00000030 0x03666F18 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     496027791 0x03666FB8 0x0000000C 0x03666FA8 0x0000002C 0x00000000 new         N       N    ??(0) ?? 
     497027816 0x03667020 0x00000030 0x03667010 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     498027817 0x036670B0 0x00000030 0x036670A0 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     499027818 0x03667140 0x00000030 0x03667130 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     500027819 0x036671D0 0x00000030 0x036671C0 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     501027820 0x03667260 0x00000030 0x03667250 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     502027821 0x036672F0 0x00000030 0x036672E0 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     503027822 0x03667380 0x00000030 0x03667370 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     504027823 0x03667410 0x00000030 0x03667400 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     505027824 0x036674A0 0x00000030 0x03667490 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     506027825 0x03667530 0x00000030 0x03667520 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     507027826 0x036675C0 0x0000000C 0x036675B0 0x0000002C 0x00000000 new         N       N    ??(0) ?? 
     508027827 0x03667628 0x00000068 0x03667618 0x00000088 0x00000000 new         N       N    ogreilluminationmanager.cpp(106) OgreIlluminationManager::OgreIlluminati 
     509027828 0x036676F0 0x00000030 0x036676E0 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     510027829 0x03667780 0x00000030 0x03667770 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     511027830 0x03667870 0x00000030 0x03667860 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     512027831 0x03667960 0x00000030 0x03667950 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     513027832 0x03667A50 0x0000000C 0x03667A40 0x0000002C 0x00000000 new         N       N    ??(0) ?? 
     514027833 0x03667AB8 0x000000F8 0x03667AA8 0x00000118 0x00000000 new         N       N    ogreilluminationmanager.cpp(108) OgreIlluminationManager::OgreIlluminati 
     515027834 0x03667C10 0x00000030 0x03667C00 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     516027835 0x03667CA0 0x00000030 0x03667C90 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     517027836 0x03667D90 0x00000030 0x03667D80 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     518027837 0x03667E80 0x00000030 0x03667E70 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     519027838 0x03667F70 0x00000030 0x03667F60 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     520027839 0x03668060 0x00000030 0x03668050 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     521027840 0x036680F0 0x00000030 0x036680E0 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     522027841 0x036681E0 0x00000030 0x036681D0 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     523027842 0x036682D0 0x00000030 0x036682C0 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     524027843 0x036683C0 0x00000030 0x036683B0 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     525027844 0x036684B0 0x00000030 0x036684A0 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     526027845 0x036685A0 0x00000030 0x03668590 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     527027846 0x03668690 0x0000000C 0x03668680 0x0000002C 0x00000000 new         N       N    ??(0) ?? 
     528027847 0x036686F8 0x00000030 0x036686E8 0x00000050 0x00000000 new         N       N    ogreilluminationmanager.cpp(110) OgreIlluminationManager::OgreIlluminati 
     529027848 0x03668788 0x00000030 0x03668778 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     530027849 0x03668818 0x00000030 0x03668808 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     531027850 0x036688A8 0x0000000C 0x03668898 0x0000002C 0x00000000 new         N       N    ??(0) ?? 
     532027851 0x03668910 0x00000030 0x03668900 0x00000050 0x00000000 new         N       N    ogreilluminationmanager.cpp(112) OgreIlluminationManager::OgreIlluminati 
     533027852 0x036689A0 0x00000030 0x03668990 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     534027853 0x03668A30 0x00000030 0x03668A20 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     535027854 0x03668AC0 0x0000000C 0x03668AB0 0x0000002C 0x00000000 new         N       N    ??(0) ?? 
     536027855 0x03668B28 0x000000B4 0x03668B18 0x000000D4 0x00000000 new         N       N    ogreilluminationmanager.cpp(114) OgreIlluminationManager::OgreIlluminati 
     537027856 0x03668C38 0x00000030 0x03668C28 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     538027857 0x03668CC8 0x00000030 0x03668CB8 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     539027858 0x03668D58 0x00000030 0x03668D48 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     540027859 0x03668DE8 0x00000030 0x03668DD8 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     541027860 0x03668E78 0x00000030 0x03668E68 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     542027861 0x03668F08 0x00000030 0x03668EF8 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     543027862 0x03668F98 0x00000030 0x03668F88 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     544027863 0x03669028 0x00000030 0x03669018 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     545027864 0x036690B8 0x00000030 0x036690A8 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     546027865 0x03669148 0x00000030 0x03669138 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     547027866 0x036691D8 0x00000030 0x036691C8 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     548027867 0x03669268 0x0000000C 0x03669258 0x0000002C 0x00000000 new         N       N    ??(0) ?? 
     549027868 0x036692D0 0x00000080 0x036692C0 0x000000A0 0x00000000 new         N       N    ogreilluminationmanager.cpp(116) OgreIlluminationManager::OgreIlluminati 
     550027869 0x036693B0 0x00000030 0x036693A0 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     551027870 0x03669440 0x00000030 0x03669430 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     552027871 0x036694D0 0x00000030 0x036694C0 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     553027872 0x03669560 0x00000030 0x03669550 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     554027873 0x036695F0 0x00000030 0x036695E0 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     555027874 0x03669680 0x00000030 0x03669670 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     556027875 0x03669770 0x00000030 0x03669760 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     557027876 0x03669860 0x00000030 0x03669850 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     558027877 0x036698F0 0x00000030 0x036698E0 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     559027878 0x03669980 0x00000030 0x03669970 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     560027879 0x03669A10 0x00000030 0x03669A00 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     561027880 0x03669B00 0x0000000C 0x03669AF0 0x0000002C 0x00000000 new         N       N    ??(0) ?? 
     562027881 0x03669B68 0x0000002C 0x03669B58 0x0000004C 0x00000000 new         N       N    ogreilluminationmanager.cpp(118) OgreIlluminationManager::OgreIlluminati 
     563027882 0x03669BF0 0x00000030 0x03669BE0 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     564027883 0x03669C80 0x0000000C 0x03669C70 0x0000002C 0x00000000 new         N       N    ??(0) ?? 
     565028055 0x036750D8 0x0000000C 0x036750C8 0x0000002C 0x00000000 new         N       N    ogrescenemanager.cpp(4716) Ogre::SceneManager::getMovableObjectMap 
     566512261 0x036764F0 0x00000024 0x036764E0 0x00000044 0x00000000 new         N       N    ??(0) ?? 
     567028056 0x036766C0 0x00000030 0x036766B0 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     568028057 0x03676750 0x00000030 0x03676740 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     569028712 0x0367F030 0x00000030 0x0367F020 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     570512264 0x0367FAC0 0x00000014 0x0367FAB0 0x00000034 0x00000000 new         N       N    ??(0) ?? 
     571512263 0x03680F48 0x00000024 0x03680F38 0x00000044 0x00000000 new         N       N    ??(0) ?? 
     572512266 0x03683BA8 0x00000024 0x03683B98 0x00000044 0x00000000 new         N       N    ??(0) ?? 
     573028710 0x036AB700 0x0000000C 0x036AB6F0 0x0000002C 0x00000000 new         N       N    ogrescenemanager.cpp(4716) Ogre::SceneManager::getMovableObjectMap 
     574028711 0x036AB768 0x00000030 0x036AB758 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     575028727 0x036ABFC0 0x0000000C 0x036ABFB0 0x0000002C 0x00000000 new         N       N    ogrescenemanager.cpp(4716) Ogre::SceneManager::getMovableObjectMap 
     576512265 0x036AD038 0x00000028 0x036AD028 0x00000048 0x00000000 new         N       N    ??(0) ?? 
     577028768 0x036AD0C0 0x00000004 0x036AD0B0 0x00000024 0x00000000 new         N       N    ??(0) ?? 
     578028728 0x036AD210 0x00000030 0x036AD200 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     579028729 0x036AD2A0 0x00000030 0x036AD290 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     580512262 0x036ADBF0 0x00000028 0x036ADBE0 0x00000048 0x00000000 new         N       N    ??(0) ?? 
     581028746 0x036ADC78 0x000000C0 0x036ADC68 0x000000E0 0x00000000 new         N       N    ogreilluminationmanager.cpp(212) OgreIlluminationManager::initTechniques 
     582028762 0x036AEC70 0x0000001C 0x036AEC60 0x0000003C 0x00000000 new         N       N    ogreilluminationmanager.cpp(213) OgreIlluminationManager::initTechniques 
     583028763 0x036AECE8 0x000000D0 0x036AECD8 0x000000F0 0x00000000 new         N       N    ogreilluminationmanager.cpp(218) OgreIlluminationManager::initTechniques 
     584028764 0x036AEE18 0x00000018 0x036AEE08 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     585028765 0x036AEE90 0x00000018 0x036AEE80 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     586028766 0x036AEF08 0x00000030 0x036AEEF8 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     587028767 0x036AEF98 0x0000000C 0x036AEF88 0x0000002C 0x00000000 new         N       N    ??(0) ?? 
     588028769 0x036AF000 0x00000018 0x036AEFF0 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     589028787 0x036AF3F8 0x00000028 0x036AF3E8 0x00000048 0x00000000 new         N       N    ogrepass.cpp(148) Ogre::Pass::operator`=' 
     590028788 0x036AFAE0 0x00000048 0x036AFAD0 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     591028789 0x036AFC48 0x00000048 0x036AFC38 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     592028804 0x040793F0 0x00000084 0x040793E0 0x000000A4 0x00000000 new         N       N    ogrecausticrecieverrendertechnique.cpp(166) OgreCausticRecieverRenderTechniqueFacto 
     593029124 0x040794D0 0x0000001C 0x040794C0 0x0000003C 0x00000000 new         N       N    ogreilluminationmanager.cpp(213) OgreIlluminationManager::initTechniques 
     594029093 0x0408D388 0x00000034 0x0408D378 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     595029129 0x0408DC48 0x0000000C 0x0408DC38 0x0000002C 0x00000000 new         N       N    ??(0) ?? 
     596029122 0x0408DDA8 0x00000004 0x0408DD98 0x00000024 0x00000000 new         N       N    ??(0) ?? 
     597029123 0x0408E3E0 0x000000C0 0x0408E3D0 0x000000E0 0x00000000 new         N       N    ogreilluminationmanager.cpp(212) OgreIlluminationManager::initTechniques 
     598029125 0x0408E500 0x000000D0 0x0408E4F0 0x000000F0 0x00000000 new         N       N    ogreilluminationmanager.cpp(218) OgreIlluminationManager::initTechniques 
     599029126 0x0408E630 0x00000018 0x0408E620 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     600029127 0x0408E6A8 0x00000018 0x0408E698 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     601029128 0x0408E720 0x00000030 0x0408E710 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     602029130 0x0408E7B0 0x00000004 0x0408E7A0 0x00000024 0x00000000 new         N       N    ??(0) ?? 
     603029131 0x0408E810 0x00000018 0x0408E800 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     604029148 0x0408F2E8 0x00000028 0x0408F2D8 0x00000048 0x00000000 new         N       N    ogrepass.cpp(148) Ogre::Pass::operator`=' 
     605029149 0x0408F370 0x00000048 0x0408F360 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     606029150 0x0408F418 0x00000048 0x0408F408 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     607029151 0x0408F4C0 0x00000048 0x0408F4B0 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     608029153 0x0408F568 0x00000028 0x0408F558 0x00000048 0x00000000 new         N       N    ogrepass.cpp(148) Ogre::Pass::operator`=' 
     609029154 0x0408F5F0 0x00000048 0x0408F5E0 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     610029155 0x0408F698 0x00000048 0x0408F688 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     611029156 0x0408F740 0x00000048 0x0408F730 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     612029158 0x0408F850 0x00000028 0x0408F840 0x00000048 0x00000000 new         N       N    ogrepass.cpp(148) Ogre::Pass::operator`=' 
     613029159 0x0408F8D8 0x00000048 0x0408F8C8 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     614029160 0x0408F980 0x00000048 0x0408F970 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     615029161 0x0408FA88 0x00000048 0x0408FA78 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     616029162 0x0408FB90 0x00000048 0x0408FB80 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     617029163 0x0408FCF8 0x00000048 0x0408FCE8 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     618029164 0x0408FE60 0x00000048 0x0408FE50 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     619029165 0x0408FF68 0x00000048 0x0408FF58 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     620029166 0x04090070 0x00000048 0x04090060 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     621029167 0x04090118 0x00000048 0x04090108 0x00000068 0x00000000 new         N       N    ??(0) ?? 
     622029209 0x04091720 0x000000F4 0x04091710 0x00000114 0x00000000 new         N       N    ogrecolorcubemaprendertechnique.cpp(111) OgreColorCubeMapRenderTechniqueFactory: 
     623029210 0x04091870 0x000000F4 0x04091860 0x00000114 0x00000000 new         N       N    ogrecubemaprendertechnique.cpp(80) OgreCubeMapRenderTechnique::createCubeM 
     624029211 0x040919C0 0x00000030 0x040919B0 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     625029264 0x04093A88 0x00000024 0x04093A78 0x00000044 0x00000000 new         N       N    ??(0) ?? 
     626029263 0x04093CA8 0x000005A4 0x04093C98 0x000005C4 0x00000000 new         N       N    ogreoctreescenemanager.cpp(383) Ogre::OctreeSceneManager::createCamera 
     627029271 0x04094648 0x00000030 0x04094638 0x00000050 0x00000000 new         N       N    ??(0) ?? 
     628029274 0x04094748 0x0000001C 0x04094738 0x0000003C 0x00000000 new         N       N    ogrescenemanager.cpp(188) Ogre::SceneManager::initRenderQueue 
     629029275 0x040947C0 0x00000018 0x040947B0 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     630029276 0x04094838 0x00000018 0x04094828 0x00000038 0x00000000 new         N       N    ogrerenderqueue.cpp(49) Ogre::RenderQueue::RenderQueue 
     631029277 0x040948B0 0x00000018 0x040948A0 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     632029278 0x04094928 0x00000018 0x04094918 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     633029279 0x040949A0 0x00000018 0x04094990 0x00000038 0x00000000 new         N       N    ogrerenderqueue.cpp(190) Ogre::RenderQueue::getQueueGroup 
     634029280 0x04094A18 0x00000018 0x04094A08 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     635029281 0x04094A90 0x00000018 0x04094A80 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     636029282 0x04094B08 0x00000018 0x04094AF8 0x00000038 0x00000000 new         N       N    ogrerenderqueue.cpp(190) Ogre::RenderQueue::getQueueGroup 
     637029283 0x04094B80 0x00000018 0x04094B70 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     638029284 0x04094BF8 0x00000018 0x04094BE8 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     639029285 0x04094C70 0x00000018 0x04094C60 0x00000038 0x00000000 new         N       N    ogrerenderqueue.cpp(190) Ogre::RenderQueue::getQueueGroup 
     640029286 0x04094CE8 0x00000018 0x04094CD8 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     641029287 0x04094D60 0x00000018 0x04094D50 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     642029288 0x04094DD8 0x00000018 0x04094DC8 0x00000038 0x00000000 new         N       N    ogrerenderqueue.cpp(190) Ogre::RenderQueue::getQueueGroup 
     643029289 0x04094E50 0x00000018 0x04094E40 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     644029290 0x04094EC8 0x00000018 0x04094EB8 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     645029325 0x04094F40 0x000005A4 0x04094F30 0x000005C4 0x00000000 new         N       N    ogreoctreescenemanager.cpp(383) Ogre::OctreeSceneManager::createCamera 
     646029336 0x04095540 0x000005A4 0x04095530 0x000005C4 0x00000000 new         N       N    ogreoctreescenemanager.cpp(383) Ogre::OctreeSceneManager::createCamera 
     647029347 0x04095B40 0x000005A4 0x04095B30 0x000005C4 0x00000000 new         N       N    ogreoctreescenemanager.cpp(383) Ogre::OctreeSceneManager::createCamera 
     648029358 0x04096140 0x000005A4 0x04096130 0x000005C4 0x00000000 new         N       N    ogreoctreescenemanager.cpp(383) Ogre::OctreeSceneManager::createCamera 
     649029369 0x04096740 0x000005A4 0x04096730 0x000005C4 0x00000000 new         N       N    ogreoctreescenemanager.cpp(383) Ogre::OctreeSceneManager::createCamera 
     650029444 0x04097080 0x000005A4 0x04097070 0x000005C4 0x00000000 new         N       N    ogreoctreescenemanager.cpp(383) Ogre::OctreeSceneManager::createCamera 
     651029455 0x04097680 0x000005A4 0x04097670 0x000005C4 0x00000000 new         N       N    ogreoctreescenemanager.cpp(383) Ogre::OctreeSceneManager::createCamera 
     652029466 0x04097C80 0x000005A4 0x04097C70 0x000005C4 0x00000000 new         N       N    ogreoctreescenemanager.cpp(383) Ogre::OctreeSceneManager::createCamera 
     653029477 0x04098280 0x000005A4 0x04098270 0x000005C4 0x00000000 new         N       N    ogreoctreescenemanager.cpp(383) Ogre::OctreeSceneManager::createCamera 
     654029488 0x04098880 0x000005A4 0x04098870 0x000005C4 0x00000000 new         N       N    ogreoctreescenemanager.cpp(383) Ogre::OctreeSceneManager::createCamera 
     655029499 0x04098FE8 0x000005A4 0x04098FD8 0x000005C4 0x00000000 new         N       N    ogreoctreescenemanager.cpp(383) Ogre::OctreeSceneManager::createCamera 
     656029619 0x04099928 0x000005A4 0x04099918 0x000005C4 0x00000000 new         N       N    ogreoctreescenemanager.cpp(383) Ogre::OctreeSceneManager::createCamera 
     657029620 0x04099F28 0x00000024 0x04099F18 0x00000044 0x00000000 new         N       N    ??(0) ?? 
     658029630 0x0409A028 0x000005A4 0x0409A018 0x000005C4 0x00000000 new         N       N    ogreoctreescenemanager.cpp(383) Ogre::OctreeSceneManager::createCamera 
     659029641 0x0409A628 0x000005A4 0x0409A618 0x000005C4 0x00000000 new         N       N    ogreoctreescenemanager.cpp(383) Ogre::OctreeSceneManager::createCamera 
     660029652 0x0409AC28 0x000005A4 0x0409AC18 0x000005C4 0x00000000 new         N       N    ogreoctreescenemanager.cpp(383) Ogre::OctreeSceneManager::createCamera 
     661029663 0x0409B228 0x000005A4 0x0409B218 0x000005C4 0x00000000 new         N       N    ogreoctreescenemanager.cpp(383) Ogre::OctreeSceneManager::createCamera 
     662029674 0x0409B828 0x000005A4 0x0409B818 0x000005C4 0x00000000 new         N       N    ogreoctreescenemanager.cpp(383) Ogre::OctreeSceneManager::createCamera 
     663029675 0x0409BE28 0x00000024 0x0409BE18 0x00000044 0x00000000 new         N       N    ??(0) ?? 
     664029700 0x0409C350 0x000005A4 0x0409C340 0x000005C4 0x00000000 new         N       N    ogreoctreescenemanager.cpp(383) Ogre::OctreeSceneManager::createCamera 
     665512059 0x040A54D0 0x00000034 0x040A54C0 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     666030210 0x040A58B0 0x00000024 0x040A58A0 0x00000044 0x00000000 new         N       N    ??(0) ?? 
     667512201 0x040A7650 0x0000000C 0x040A7640 0x0000002C 0x00000000 new         N       N    ??(0) ?? 
     668512041 0x040A78E0 0x0000000C 0x040A78D0 0x0000002C 0x00000000 new         N       N    ??(0) ?? 
     669030225 0x040A7D28 0x00000004 0x040A7D18 0x00000024 0x00000000 new         N       N    ogresharedptr.h(55) Ogre::SharedPtr<class Ogre::HardwareVer 
     670030209 0x040A8290 0x0000033C 0x040A8280 0x0000035C 0x00000000 new         N       N    ogrerenderingrun.cpp(321) OgreRenderingRun::renderPixelSprites 
     671030211 0x040A8628 0x0000000C 0x040A8618 0x0000002C 0x00000000 new         N       N    ??(0) ?? 
     672030212 0x040A8690 0x0000000C 0x040A8680 0x0000002C 0x00000000 new         N       N    ??(0) ?? 
     673030213 0x040A86F8 0x00000010 0x040A86E8 0x00000030 0x00000000 new         N       N    ??(0) ?? 
     674030214 0x040A8768 0x00000030 0x040A8758 0x00000050 0x00000000 new         N       N    ogrebillboardset.cpp(719) Ogre::BillboardSet::_createBuffers 
     675030223 0x040A8BA8 0x00000034 0x040A8B98 0x00000054 0x00000000 new         N       N    ogred3d9hardwarebuffermanager.cpp(71) Ogre::D3D9HardwareBufferManager::create 
     676030229 0x040A8D28 0x00000008 0x040A8D18 0x00000028 0x00000000 new         N       N    ??(0) ?? 
     677030230 0x040A8F10 0x0000000C 0x040A8F00 0x0000002C 0x00000000 new         N       N    ogrematerial.cpp(300) Ogre::Material::insertSupportedTechniqu 
     678030231 0x040A8F78 0x00000018 0x040A8F68 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     679030232 0x040A8FF0 0x00000018 0x040A8FE0 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     680030233 0x040A9068 0x00000018 0x040A9058 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     681030263 0x040A9420 0x00000004 0x040A9410 0x00000024 0x00000000 new         N       N    ogresharedptr.h(55) Ogre::SharedPtr<class Ogre::Resource>:: 
     682030262 0x040A9910 0x00000108 0x040A9900 0x00000128 0x00000000 new         N       N    ogred3d9gpuprogrammanager.cpp(84) Ogre::D3D9GpuProgramManager::createImpl 
     683030267 0x040A9BE8 0x00000108 0x040A9BD8 0x00000128 0x00000000 new         N       N    ogred3d9gpuprogrammanager.cpp(89) Ogre::D3D9GpuProgramManager::createImpl 
     684512039 0x040B3BE8 0x0000000C 0x040B3BD8 0x0000002C 0x00000000 new         N       N    ??(0) ?? 
     685512043 0x040B3EF8 0x0000000C 0x040B3EE8 0x0000002C 0x00000000 new         N       N    ??(0) ?? 
     686030735 0x040B5A08 0x00000008 0x040B59F8 0x00000028 0x00000000 new         N       N    OgrePlatformHierarchyInterface.cpp(134) Ogre::PlatformHierarchyInterface::GetNe 
     687030739 0x040B5D88 0x00000280 0x040B5D78 0x000002A0 0x00000000 new         N       N    OgrePlatformHierarchyInterface.cpp(270) Ogre::PlatformHierarchyInterface::GetSo 
     688030740 0x040B6068 0x00000024 0x040B6058 0x00000044 0x00000000 new         N       N    ??(0) ?? 
     689030741 0x040B6148 0x00000030 0x040B6138 0x00000050 0x00000000 new         N       N    OgreSolidBoundingBox.cpp(19) Ogre::SolidBoundingBox::SolidBoundingBo 
     690030748 0x040B6498 0x00000014 0x040B6488 0x00000034 0x00000000 new         N       N    OgreSolidBoundingBox.cpp(20) Ogre::SolidBoundingBox::SolidBoundingBo 
     691030754 0x040B6700 0x00000038 0x040B66F0 0x00000058 0x00000000 new         N       N    ogred3d9hardwarebuffermanager.cpp(100) Ogre::D3D9HardwareBufferManager::create 
     692030756 0x040B6808 0x00000004 0x040B67F8 0x00000024 0x00000000 new         N       N    ogresharedptr.h(55) Ogre::SharedPtr<class Ogre::HardwareInd 
     693030757 0x040B68C8 0x000000CC 0x040B68B8 0x000000EC 0x00000000 new         N       N    ogrematerialmanager.cpp(93) Ogre::MaterialManager::createImpl 
     694030758 0x040B6A50 0x00000018 0x040B6A40 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     695030759 0x040B6AC8 0x00000004 0x040B6AB8 0x00000024 0x00000000 new         N       N    ??(0) ?? 
     696030765 0x040B6B28 0x00000004 0x040B6B18 0x00000024 0x00000000 new         N       N    ogresharedptr.h(55) Ogre::SharedPtr<class Ogre::Resource>:: 
     697030760 0x040B6B88 0x0000004C 0x040B6B78 0x0000006C 0x00000000 new         N       N    ogrematerial.cpp(222) Ogre::Material::createTechnique 
     698030761 0x040B6C30 0x00000004 0x040B6C20 0x00000024 0x00000000 new         N       N    ??(0) ?? 
     699030762 0x040B6C90 0x0000013C 0x040B6C80 0x0000015C 0x00000000 new         N       N    ogretechnique.cpp(308) Ogre::Technique::operator`=' 
     700030764 0x040B6E98 0x00000004 0x040B6E88 0x00000024 0x00000000 new         N       N    ??(0) ?? 
     701030770 0x040B7198 0x00000008 0x040B7188 0x00000028 0x00000000 new         N       N    ??(0) ?? 
     702030771 0x040B7200 0x0000000C 0x040B71F0 0x0000002C 0x00000000 new         N       N    ogrematerial.cpp(300) Ogre::Material::insertSupportedTechniqu 
     703030772 0x040B7268 0x00000018 0x040B7258 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     704030773 0x040B72E0 0x00000018 0x040B72D0 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     705030774 0x040B7358 0x00000018 0x040B7348 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     706030778 0x040B73D0 0x00000008 0x040B73C0 0x00000028 0x00000000 new         N       N    OgrePlatformHierarchyInterface.cpp(134) Ogre::PlatformHierarchyInterface::GetNe 
     707512268 0x040B7438 0x0000000C 0x040B7428 0x0000002C 0x00000000 new         N       N    ??(0) ?? 
     708030786 0x040B7578 0x00000008 0x040B7568 0x00000028 0x00000000 new         N       N    OgrePlatformHierarchyInterface.cpp(134) Ogre::PlatformHierarchyInterface::GetNe 
     709030782 0x040B75E0 0x00000008 0x040B75D0 0x00000028 0x00000000 new         N       N    OgrePlatformHierarchyInterface.cpp(134) Ogre::PlatformHierarchyInterface::GetNe 
     710030790 0x040B7720 0x00000008 0x040B7710 0x00000028 0x00000000 new         N       N    OgrePlatformHierarchyInterface.cpp(134) Ogre::PlatformHierarchyInterface::GetNe 
     711030794 0x040B7860 0x00000008 0x040B7850 0x00000028 0x00000000 new         N       N    OgrePlatformHierarchyInterface.cpp(134) Ogre::PlatformHierarchyInterface::GetNe 
     712030801 0x040B79A8 0x00000008 0x040B7998 0x00000028 0x00000000 new         N       N    OgrePlatformHierarchyInterface.cpp(134) Ogre::PlatformHierarchyInterface::GetNe 
     713030797 0x040B7AF8 0x00000008 0x040B7AE8 0x00000028 0x00000000 new         N       N    OgrePlatformHierarchyInterface.cpp(134) Ogre::PlatformHierarchyInterface::GetNe 
     714030804 0x040B7D90 0x00000008 0x040B7D80 0x00000028 0x00000000 new         N       N    OgrePlatformHierarchyInterface.cpp(134) Ogre::PlatformHierarchyInterface::GetNe 
     715030807 0x040B7ED0 0x00000008 0x040B7EC0 0x00000028 0x00000000 new         N       N    OgrePlatformHierarchyInterface.cpp(134) Ogre::PlatformHierarchyInterface::GetNe 
     716030831 0x040B8010 0x00000008 0x040B8000 0x00000028 0x00000000 new         N       N    OgrePlatformHierarchyInterface.cpp(134) Ogre::PlatformHierarchyInterface::GetNe 
     717030818 0x040B8180 0x00000008 0x040B8170 0x00000028 0x00000000 new         N       N    OgrePlatformHierarchyInterface.cpp(134) Ogre::PlatformHierarchyInterface::GetNe 
     718030821 0x040B82C0 0x00000008 0x040B82B0 0x00000028 0x00000000 new         N       N    OgrePlatformHierarchyInterface.cpp(134) Ogre::PlatformHierarchyInterface::GetNe 
     719030824 0x040B8400 0x00000008 0x040B83F0 0x00000028 0x00000000 new         N       N    OgrePlatformHierarchyInterface.cpp(134) Ogre::PlatformHierarchyInterface::GetNe 
     720030827 0x040B8540 0x00000008 0x040B8530 0x00000028 0x00000000 new         N       N    OgrePlatformHierarchyInterface.cpp(134) Ogre::PlatformHierarchyInterface::GetNe 
     721030869 0x040B8680 0x00000008 0x040B8670 0x00000028 0x00000000 new         N       N    OgrePlatformHierarchyInterface.cpp(134) Ogre::PlatformHierarchyInterface::GetNe 
     722030834 0x040B8800 0x00000008 0x040B87F0 0x00000028 0x00000000 new         N       N    OgrePlatformHierarchyInterface.cpp(134) Ogre::PlatformHierarchyInterface::GetNe 
     723030837 0x040B8940 0x00000008 0x040B8930 0x00000028 0x00000000 new         N       N    OgrePlatformHierarchyInterface.cpp(134) Ogre::PlatformHierarchyInterface::GetNe 
     724512135 0x040B8ED8 0x00000004 0x040B8EC8 0x00000024 0x00000000 new         N       N    ??(0) ?? 
     725030859 0x040B8F38 0x00000008 0x040B8F28 0x00000028 0x00000000 new         N       N    OgrePlatformHierarchyInterface.cpp(134) Ogre::PlatformHierarchyInterface::GetNe 
     726030862 0x040B9078 0x00000008 0x040B9068 0x00000028 0x00000000 new         N       N    OgrePlatformHierarchyInterface.cpp(134) Ogre::PlatformHierarchyInterface::GetNe 
     727030865 0x040B91B8 0x00000008 0x040B91A8 0x00000028 0x00000000 new         N       N    OgrePlatformHierarchyInterface.cpp(134) Ogre::PlatformHierarchyInterface::GetNe 
     728030868 0x040B92F8 0x00000070 0x040B92E8 0x00000090 0x00000000 new         N       N    ??(0) ?? 
     729030872 0x040B94A0 0x00000008 0x040B9490 0x00000028 0x00000000 new         N       N    OgrePlatformHierarchyInterface.cpp(134) Ogre::PlatformHierarchyInterface::GetNe 
     730030875 0x040B95E0 0x00000008 0x040B95D0 0x00000028 0x00000000 new         N       N    OgrePlatformHierarchyInterface.cpp(134) Ogre::PlatformHierarchyInterface::GetNe 
     731030878 0x040B9720 0x00000008 0x040B9710 0x00000028 0x00000000 new         N       N    OgrePlatformHierarchyInterface.cpp(134) Ogre::PlatformHierarchyInterface::GetNe 
     732030881 0x040B9860 0x00000008 0x040B9850 0x00000028 0x00000000 new         N       N    OgrePlatformHierarchyInterface.cpp(134) Ogre::PlatformHierarchyInterface::GetNe 
     733030884 0x040B99A0 0x00000008 0x040B9990 0x00000028 0x00000000 new         N       N    OgrePlatformHierarchyInterface.cpp(134) Ogre::PlatformHierarchyInterface::GetNe 
     734208027 0x040BA318 0x00000018 0x040BA308 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     735512260 0x040C2C98 0x00000354 0x040C2C88 0x00000374 0x00000000 new         N       N    ogreoctreescenemanager.cpp(316) Ogre::OctreeSceneManager::init 
     736512245 0x040C3148 0x0000000C 0x040C3138 0x0000002C 0x00000000 new         N       N    ??(0) ?? 
     737512207 0x040C4390 0x0000000C 0x040C4380 0x0000002C 0x00000000 new         N       N    ??(0) ?? 
     738512251 0x040C49C0 0x0000000C 0x040C49B0 0x0000002C 0x00000000 new         N       N    ??(0) ?? 
  • GTP/trunk/App/Demos/Illum/Ogre/bin/Debug/OgreMemory.log

    r2273 r2301  
    11-------------------------------------------------------------------------------- 
    22 
    3       OgreMemory.log - Memory logging file created on Wed Mar 21 10:57:46 2007 
     3      OgreMemory.log - Memory logging file created on Wed Mar 21 15:29:48 2007 
    44 
    55-------------------------------------------------------------------------------- 
  • GTP/trunk/App/Demos/Illum/Ogre/bin/Debug/Plugins.cfg

    r2268 r2301  
    88Plugin=Plugin_ParticleFX 
    99Plugin=Plugin_BSPSceneManager 
    10 Plugin=Plugin_OctreeSceneManager 
     10#Plugin=Plugin_OctreeSceneManager 
    1111Plugin=Plugin_CgProgramManager 
    12 xPlugin=Plugin_VisibilitySceneManager 
     12Plugin=Plugin_VisibilitySceneManager 
    1313 
    1414 
  • GTP/trunk/App/Demos/Illum/Ogre/bin/Release/OcclusionCulling.cfg

    r2186 r2301  
    11OnlineCullingAlgorithm=CHC 
    2 DepthPass = 1 
     2DepthPass = no 
     3FlushQueue = yes 
     4UseVisibilityQueries = yes 
     5#QueryObjectsMode = EXACT 
     6QueryObjectsMode = NODE 
     7#QueryObjectsMode = APPROXIMATE 
     8ResetMaterialForQueries = no 
     9ExecuteVertexProgramForDepth = yes 
  • GTP/trunk/App/Demos/Illum/Ogre/bin/Release/Ogre.log

    r2276 r2301  
    1 11:22:59: Creating resource group General 
    2 11:22:59: Creating resource group Internal 
    3 11:22:59: Creating resource group Autodetect 
    4 11:22:59: Registering ResourceManager for type Material 
    5 11:22:59: Registering ResourceManager for type Mesh 
    6 11:22:59: Registering ResourceManager for type Skeleton 
    7 11:22:59: MovableObjectFactory for type 'ParticleSystem' registered. 
    8 11:22:59: Loading library OgrePlatform.dll 
    9 11:22:59: OverlayElementFactory for type Panel registered. 
    10 11:22:59: OverlayElementFactory for type BorderPanel registered. 
    11 11:22:59: OverlayElementFactory for type TextArea registered. 
    12 11:22:59: Registering ResourceManager for type Font 
    13 11:22:59: ArchiveFactory for archive type FileSystem registered. 
    14 11:22:59: ArchiveFactory for archive type Zip registered. 
    15 11:22:59: DevIL version: Developer's Image Library (DevIL) 1.6.7 Oct 28 2005 
    16 11:22:59: DevIL image formats: bmp dib cut dcx dds gif hdr ico cur jpg jpe jpeg lif mdl mng jng pcx pic pix png pbm pgm pnm ppm psd pdd psp pxr sgi bw rgb rgba tga vda icb vst tif tiff wal xpm raw  
    17 11:22:59: Registering ResourceManager for type HighLevelGpuProgram 
    18 11:22:59: Registering ResourceManager for type Compositor 
    19 11:22:59: MovableObjectFactory for type 'Entity' registered. 
    20 11:22:59: MovableObjectFactory for type 'Light' registered. 
    21 11:22:59: MovableObjectFactory for type 'BillboardSet' registered. 
    22 11:22:59: MovableObjectFactory for type 'ManualObject' registered. 
    23 11:22:59: MovableObjectFactory for type 'BillboardChain' registered. 
    24 11:22:59: MovableObjectFactory for type 'RibbonTrail' registered. 
    25 11:22:59: Loading library .\RenderSystem_Direct3D9 
    26 11:22:59: D3D9 : Direct3D9 Rendering Subsystem created. 
    27 11:23:00: D3D9: Driver Detection Starts 
    28 11:23:00: D3D9: Driver Detection Ends 
    29 11:23:00: Loading library .\Plugin_ParticleFX 
    30 11:23:00: Particle Emitter Type 'Point' registered 
    31 11:23:00: Particle Emitter Type 'Box' registered 
    32 11:23:00: Particle Emitter Type 'Ellipsoid' registered 
    33 11:23:00: Particle Emitter Type 'Cylinder' registered 
    34 11:23:00: Particle Emitter Type 'Ring' registered 
    35 11:23:00: Particle Emitter Type 'HollowEllipsoid' registered 
    36 11:23:00: Particle Affector Type 'LinearForce' registered 
    37 11:23:00: Particle Affector Type 'ColourFader' registered 
    38 11:23:00: Particle Affector Type 'ColourFader2' registered 
    39 11:23:00: Particle Affector Type 'ColourImage' registered 
    40 11:23:00: Particle Affector Type 'ColourInterpolator' registered 
    41 11:23:00: Particle Affector Type 'Scaler' registered 
    42 11:23:00: Particle Affector Type 'Rotator' registered 
    43 11:23:00: Particle Affector Type 'DirectionRandomiser' registered 
    44 11:23:00: Particle Affector Type 'DeflectorPlane' registered 
    45 11:23:00: Loading library .\Plugin_BSPSceneManager 
    46 11:23:00: Registering ResourceManager for type BspLevel 
    47 11:23:00: Loading library .\Plugin_OctreeSceneManager 
    48 11:23:00: Loading library .\Plugin_CgProgramManager 
    49 11:23:00: Loading library .\Plugin_VisibilitySceneManager 
    50 11:23:02: *-*-* OGRE Initialising 
    51 11:23:02: *-*-* Version 1.2.0 (Dagon) 
    52 11:23:02: Creating resource group Bootstrap 
    53 11:23:02: Added resource location '../../Media/packs/OgreCore.zip' of type 'Zip' to resource group 'Bootstrap' 
    54 11:23:02: Creating resource group GTP_Basic 
    55 11:23:02: Added resource location '../../Media/materials/GTPBasic' of type 'FileSystem' to resource group 'GTP_Basic' 
    56 11:23:02: Creating resource group GTP_Caustic 
    57 11:23:02: Added resource location '../../Media/materials/GTPCaustic' of type 'FileSystem' to resource group 'GTP_Caustic' 
    58 11:23:02: Creating resource group GTP_Demo 
    59 11:23:02: Added resource location '../../Media/Demo' of type 'FileSystem' to resource group 'GTP_Demo' 
    60 11:23:02: Creating resource group GTP_Diffuse 
    61 11:23:02: Added resource location '../../Media/materials/GTPAdvancedEnvMap/diffuse' of type 'FileSystem' to resource group 'GTP_Diffuse' 
    62 11:23:02: Creating resource group GTP_EnvMap 
    63 11:23:02: Added resource location '../../Media/materials/GTPEnvMap' of type 'FileSystem' to resource group 'GTP_EnvMap' 
    64 11:23:02: Creating resource group GTP_MultiBounce_Shared 
    65 11:23:02: Added resource location '../../Media/materials/GTPAdvancedEnvMap/multibounce' of type 'FileSystem' to resource group 'GTP_MultiBounce_Shared' 
    66 11:23:02: Creating resource group GTP_MultipleReflection 
    67 11:23:02: Added resource location '../../Media/materials/GTPAdvancedEnvMap/multibounce/multipleReflection' of type 'FileSystem' to resource group 'GTP_MultipleReflection' 
    68 11:23:02: Creating resource group GTP_MultipleReflection_MinMax 
    69 11:23:02: Added resource location '../../Media/materials/GTPAdvancedEnvMap/multibounce/multipleReflectionMinMax' of type 'FileSystem' to resource group 'GTP_MultipleReflection_MinMax' 
    70 11:23:02: Creating resource group GTP_MultipleRefraction 
    71 11:23:02: Added resource location '../../Media/materials/GTPAdvancedEnvMap/multibounce/multipleRefraction' of type 'FileSystem' to resource group 'GTP_MultipleRefraction' 
    72 11:23:02: Creating resource group GTP_MultipleRefraction_MinMax 
    73 11:23:02: Added resource location '../../Media/materials/GTPAdvancedEnvMap/multibounce/multipleRefractionMinMax' of type 'FileSystem' to resource group 'GTP_MultipleRefraction_MinMax' 
    74 11:23:02: Creating resource group GTP_Particles 
    75 11:23:02: Added resource location '../../Media/materials/GTPParticles' of type 'FileSystem' to resource group 'GTP_Particles' 
    76 11:23:02: Creating resource group GTP_PathMapDemo 
    77 11:23:02: Added resource location '../../Media/PMDemo' of type 'FileSystem' to resource group 'GTP_PathMapDemo' 
    78 11:23:02: Added resource location '../../Media' of type 'FileSystem' to resource group 'General' 
    79 11:23:02: Added resource location '../../Media/fonts' of type 'FileSystem' to resource group 'General' 
    80 11:23:02: Added resource location '../../Media/materials/programs' of type 'FileSystem' to resource group 'General' 
    81 11:23:02: Added resource location '../../Media/materials/scripts' of type 'FileSystem' to resource group 'General' 
    82 11:23:02: Added resource location '../../Media/materials/textures' of type 'FileSystem' to resource group 'General' 
    83 11:23:02: Added resource location '../../Media/models' of type 'FileSystem' to resource group 'General' 
    84 11:23:02: Added resource location '../../Media/overlays' of type 'FileSystem' to resource group 'General' 
    85 11:23:02: Added resource location '../../Media/particle' of type 'FileSystem' to resource group 'General' 
    86 11:23:02: Added resource location '../../Media/gui' of type 'FileSystem' to resource group 'General' 
    87 11:23:02: Added resource location '../../Media/packs/cubemapsJS.zip' of type 'Zip' to resource group 'General' 
    88 11:23:02: Added resource location '../../Media/packs/smokealphaclip.zip' of type 'Zip' to resource group 'General' 
    89 11:23:02: Creating resource group PostProc 
    90 11:23:02: Added resource location '../../Media/materials/GTPPostProc' of type 'FileSystem' to resource group 'PostProc' 
    91 11:23:02: D3D9 : RenderSystem Option: Allow NVPerfHUD = No 
    92 11:23:02: D3D9 : RenderSystem Option: Anti aliasing = None 
    93 11:23:02: D3D9 : RenderSystem Option: Floating-point mode = Fastest 
    94 11:23:02: D3D9 : RenderSystem Option: Full Screen = No 
    95 11:23:02: D3D9 : RenderSystem Option: Rendering Device = NVIDIA GeForce 7950 GX2 
    96 11:23:02: D3D9 : RenderSystem Option: VSync = No 
    97 11:23:02: D3D9 : RenderSystem Option: Video Mode = 800 x 600 @ 32-bit colour 
    98 11:23:03: D3D9 : Subsystem Initialising 
    99 11:23:03: D3D9RenderSystem::createRenderWindow "OGRE Render Window", 800x600 windowed  miscParams: FSAA=0 FSAAQuality=0 colourDepth=32 useNVPerfHUD=false vsync=false  
    100 11:23:03: D3D9 : Created D3D9 Rendering Window 'OGRE Render Window' : 800x600, 32bpp 
    101 11:23:03: D3D9 : WARNING - disabling VSync in windowed mode can cause timing issues at lower frame rates, turn VSync on if you observe this problem. 
    102 11:23:03: Registering ResourceManager for type Texture 
    103 11:23:03: Registering ResourceManager for type GpuProgram 
    104 11:23:03: RenderSystem capabilities 
    105 11:23:03: ------------------------- 
    106 11:23:03:  * Hardware generation of mipmaps: yes 
    107 11:23:03:  * Texture blending: yes 
    108 11:23:03:  * Anisotropic texture filtering: yes 
    109 11:23:03:  * Dot product texture operation: yes 
    110 11:23:03:  * Cube mapping: yes 
    111 11:23:03:  * Hardware stencil buffer: yes 
    112 11:23:03:    - Stencil depth: 8 
    113 11:23:03:    - Two sided stencil support: yes 
    114 11:23:03:    - Wrap stencil values: yes 
    115 11:23:03:  * Hardware vertex / index buffers: yes 
    116 11:23:03:  * Vertex programs: yes 
    117 11:23:03:    - Max vertex program version: vs_3_0 
    118 11:23:03:  * Fragment programs: yes 
    119 11:23:03:    - Max fragment program version: ps_3_0 
    120 11:23:03:  * Texture Compression: yes 
    121 11:23:03:    - DXT: yes 
    122 11:23:03:    - VTC: no 
    123 11:23:03:  * Scissor Rectangle: yes 
    124 11:23:03:  * Hardware Occlusion Query: yes 
    125 11:23:03:  * User clip planes: yes 
    126 11:23:03:  * VET_UBYTE4 vertex element type: yes 
    127 11:23:03:  * Infinite far plane projection: yes 
    128 11:23:03:  * Hardware render-to-texture: yes 
    129 11:23:03:  * Floating point textures: yes 
    130 11:23:03:  * Non-power-of-two textures: yes 
    131 11:23:03:  * Volume textures: yes 
    132 11:23:03:  * Multiple Render Targets: 4 
    133 11:23:03:  * Max Point Size: 8192 
    134 11:23:03: *************************************** 
    135 11:23:03: *** D3D9 : Subsystem Initialised OK *** 
    136 11:23:03: *************************************** 
    137 11:23:03: ResourceBackgroundQueue - threading disabled 
    138 11:23:03: Particle Renderer Type 'billboard' registered 
    139 11:23:03: Particle Renderer Type 'sprite' registered 
    140 11:23:03: Creating viewport on target 'OGRE Render Window', rendering from camera 'PlayerCam', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
    141 11:23:03: Viewport for camera 'PlayerCam', actual dimensions L: 0 T: 0 W: 800 H: 600 
    142 11:23:03: Initialising resource group Bootstrap 
    143 11:23:03: Parsing scripts for resource group Bootstrap 
    144 11:23:03: Parsing script OgreCore.material 
    145 11:23:03: Parsing script OgreProfiler.material 
    146 11:23:03: Parsing script Ogre.fontdef 
    147 11:23:03: Parsing script OgreDebugPanel.overlay 
    148 11:23:03: Texture: New_Ogre_Border_Center.png: Loading 1 faces(PF_A8B8G8R8,256x128x1) with  hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x128x1. 
    149 11:23:03: Texture: New_Ogre_Border.png: Loading 1 faces(PF_A8B8G8R8,256x256x1) with  hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x256x1. 
    150 11:23:03: Texture: New_Ogre_Border_Break.png: Loading 1 faces(PF_A8B8G8R8,32x32x1) with  hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,32x32x1. 
    151 11:23:03: Font TrebuchetMSBoldusing texture size 512x512 
    152 11:23:03: Info: Freetype returned null for character 160 in font TrebuchetMSBold 
    153 11:23:03: Texture: TrebuchetMSBoldTexture: Loading 1 faces(PF_BYTE_LA,512x512x1) with 0 generated mipmaps from Image. Internal format is PF_BYTE_LA,512x512x1. 
    154 11:23:03: Texture: ogretext.png: Loading 1 faces(PF_A8B8G8R8,256x128x1) with  hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x128x1. 
    155 11:23:03: Parsing script OgreLoadingPanel.overlay 
    156 11:23:03: Finished parsing scripts for resource group Bootstrap 
    157 11:23:03: Initialising resource group General 
    158 11:23:03: Parsing scripts for resource group General 
    159 11:23:03: Parsing script GameTools.program 
    160 11:23:03: Parsing script atlascube.material 
    161 11:23:03: Parsing script colorcube.material 
    162 11:23:03: Parsing script difflab.material 
    163 11:23:03: An exception has been thrown! 
    164  
    165 ----------------------------------- 
    166 Details: 
    167 ----------------------------------- 
    168 Error #: 7 
    169 Function: GpuProgramParameters::getParamIndex 
    170 Description: Cannot find a parameter named worldViewIT.  
    171 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    172 Line: 779 
    173 Stack unwinding: <<beginning of stack>> 
    174 11:23:03: Error in material Difflab/TexturedPhong at line 34 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    175  
    176 ----------------------------------- 
    177 Details: 
    178 ----------------------------------- 
    179 Error #: 7 
    180 Function: GpuProgramParameters::getParamIndex 
    181 Description: Cannot find a parameter named worldViewIT.  
    182 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    183 Line: 779 
    184 Stack unwinding: <<beginning of stack>> 
    185 11:23:03: An exception has been thrown! 
    186  
    187 ----------------------------------- 
    188 Details: 
    189 ----------------------------------- 
    190 Error #: 7 
    191 Function: GpuProgramParameters::getParamIndex 
    192 Description: Cannot find a parameter named lightcol4.  
    193 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    194 Line: 779 
    195 Stack unwinding: <<beginning of stack>> 
    196 11:23:03: Error in material Difflab/TexturedPhong at line 39 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    197  
    198 ----------------------------------- 
    199 Details: 
    200 ----------------------------------- 
    201 Error #: 7 
    202 Function: GpuProgramParameters::getParamIndex 
    203 Description: Cannot find a parameter named lightcol4.  
    204 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    205 Line: 779 
    206 Stack unwinding: <<beginning of stack>> 
    207 11:23:03: An exception has been thrown! 
    208  
    209 ----------------------------------- 
    210 Details: 
    211 ----------------------------------- 
    212 Error #: 7 
    213 Function: GpuProgramParameters::getParamIndex 
    214 Description: Cannot find a parameter named lightcol5.  
    215 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    216 Line: 779 
    217 Stack unwinding: <<beginning of stack>> 
    218 11:23:03: Error in material Difflab/TexturedPhong at line 40 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    219  
    220 ----------------------------------- 
    221 Details: 
    222 ----------------------------------- 
    223 Error #: 7 
    224 Function: GpuProgramParameters::getParamIndex 
    225 Description: Cannot find a parameter named lightcol5.  
    226 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    227 Line: 779 
    228 Stack unwinding: <<beginning of stack>> 
    229 11:23:03: An exception has been thrown! 
    230  
    231 ----------------------------------- 
    232 Details: 
    233 ----------------------------------- 
    234 Error #: 7 
    235 Function: GpuProgramParameters::getParamIndex 
    236 Description: Cannot find a parameter named lightcol6.  
    237 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    238 Line: 779 
    239 Stack unwinding: <<beginning of stack>> 
    240 11:23:03: Error in material Difflab/TexturedPhong at line 41 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    241  
    242 ----------------------------------- 
    243 Details: 
    244 ----------------------------------- 
    245 Error #: 7 
    246 Function: GpuProgramParameters::getParamIndex 
    247 Description: Cannot find a parameter named lightcol6.  
    248 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    249 Line: 779 
    250 Stack unwinding: <<beginning of stack>> 
    251 11:23:03: An exception has been thrown! 
    252  
    253 ----------------------------------- 
    254 Details: 
    255 ----------------------------------- 
    256 Error #: 7 
    257 Function: GpuProgramParameters::getParamIndex 
    258 Description: Cannot find a parameter named lightcol7.  
    259 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    260 Line: 779 
    261 Stack unwinding: <<beginning of stack>> 
    262 11:23:03: Error in material Difflab/TexturedPhong at line 42 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    263  
    264 ----------------------------------- 
    265 Details: 
    266 ----------------------------------- 
    267 Error #: 7 
    268 Function: GpuProgramParameters::getParamIndex 
    269 Description: Cannot find a parameter named lightcol7.  
    270 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    271 Line: 779 
    272 Stack unwinding: <<beginning of stack>> 
    273 11:23:03: An exception has been thrown! 
    274  
    275 ----------------------------------- 
    276 Details: 
    277 ----------------------------------- 
    278 Error #: 7 
    279 Function: GpuProgramParameters::getParamIndex 
    280 Description: Cannot find a parameter named lightcol8.  
    281 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    282 Line: 779 
    283 Stack unwinding: <<beginning of stack>> 
    284 11:23:03: Error in material Difflab/TexturedPhong at line 43 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    285  
    286 ----------------------------------- 
    287 Details: 
    288 ----------------------------------- 
    289 Error #: 7 
    290 Function: GpuProgramParameters::getParamIndex 
    291 Description: Cannot find a parameter named lightcol8.  
    292 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    293 Line: 779 
    294 Stack unwinding: <<beginning of stack>> 
    295 11:23:03: An exception has been thrown! 
    296  
    297 ----------------------------------- 
    298 Details: 
    299 ----------------------------------- 
    300 Error #: 7 
    301 Function: GpuProgramParameters::getParamIndex 
    302 Description: Cannot find a parameter named lightpos4.  
    303 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    304 Line: 779 
    305 Stack unwinding: <<beginning of stack>> 
    306 11:23:03: Error in material Difflab/TexturedPhong at line 48 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    307  
    308 ----------------------------------- 
    309 Details: 
    310 ----------------------------------- 
    311 Error #: 7 
    312 Function: GpuProgramParameters::getParamIndex 
    313 Description: Cannot find a parameter named lightpos4.  
    314 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    315 Line: 779 
    316 Stack unwinding: <<beginning of stack>> 
    317 11:23:03: An exception has been thrown! 
    318  
    319 ----------------------------------- 
    320 Details: 
    321 ----------------------------------- 
    322 Error #: 7 
    323 Function: GpuProgramParameters::getParamIndex 
    324 Description: Cannot find a parameter named lightpos5.  
    325 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    326 Line: 779 
    327 Stack unwinding: <<beginning of stack>> 
    328 11:23:03: Error in material Difflab/TexturedPhong at line 49 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    329  
    330 ----------------------------------- 
    331 Details: 
    332 ----------------------------------- 
    333 Error #: 7 
    334 Function: GpuProgramParameters::getParamIndex 
    335 Description: Cannot find a parameter named lightpos5.  
    336 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    337 Line: 779 
    338 Stack unwinding: <<beginning of stack>> 
    339 11:23:03: An exception has been thrown! 
    340  
    341 ----------------------------------- 
    342 Details: 
    343 ----------------------------------- 
    344 Error #: 7 
    345 Function: GpuProgramParameters::getParamIndex 
    346 Description: Cannot find a parameter named lightpos6.  
    347 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    348 Line: 779 
    349 Stack unwinding: <<beginning of stack>> 
    350 11:23:03: Error in material Difflab/TexturedPhong at line 50 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    351  
    352 ----------------------------------- 
    353 Details: 
    354 ----------------------------------- 
    355 Error #: 7 
    356 Function: GpuProgramParameters::getParamIndex 
    357 Description: Cannot find a parameter named lightpos6.  
    358 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    359 Line: 779 
    360 Stack unwinding: <<beginning of stack>> 
    361 11:23:03: An exception has been thrown! 
    362  
    363 ----------------------------------- 
    364 Details: 
    365 ----------------------------------- 
    366 Error #: 7 
    367 Function: GpuProgramParameters::getParamIndex 
    368 Description: Cannot find a parameter named lightpos7.  
    369 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    370 Line: 779 
    371 Stack unwinding: <<beginning of stack>> 
    372 11:23:03: Error in material Difflab/TexturedPhong at line 51 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    373  
    374 ----------------------------------- 
    375 Details: 
    376 ----------------------------------- 
    377 Error #: 7 
    378 Function: GpuProgramParameters::getParamIndex 
    379 Description: Cannot find a parameter named lightpos7.  
    380 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    381 Line: 779 
    382 Stack unwinding: <<beginning of stack>> 
    383 11:23:03: An exception has been thrown! 
    384  
    385 ----------------------------------- 
    386 Details: 
    387 ----------------------------------- 
    388 Error #: 7 
    389 Function: GpuProgramParameters::getParamIndex 
    390 Description: Cannot find a parameter named lightpos8.  
    391 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    392 Line: 779 
    393 Stack unwinding: <<beginning of stack>> 
    394 11:23:03: Error in material Difflab/TexturedPhong at line 52 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    395  
    396 ----------------------------------- 
    397 Details: 
    398 ----------------------------------- 
    399 Error #: 7 
    400 Function: GpuProgramParameters::getParamIndex 
    401 Description: Cannot find a parameter named lightpos8.  
    402 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    403 Line: 779 
    404 Stack unwinding: <<beginning of stack>> 
    405 11:23:03: An exception has been thrown! 
    406  
    407 ----------------------------------- 
    408 Details: 
    409 ----------------------------------- 
    410 Error #: 7 
    411 Function: GpuProgramParameters::getParamIndex 
    412 Description: Cannot find a parameter named lightdir4.  
    413 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    414 Line: 779 
    415 Stack unwinding: <<beginning of stack>> 
    416 11:23:03: Error in material Difflab/TexturedPhong at line 57 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    417  
    418 ----------------------------------- 
    419 Details: 
    420 ----------------------------------- 
    421 Error #: 7 
    422 Function: GpuProgramParameters::getParamIndex 
    423 Description: Cannot find a parameter named lightdir4.  
    424 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    425 Line: 779 
    426 Stack unwinding: <<beginning of stack>> 
    427 11:23:03: An exception has been thrown! 
    428  
    429 ----------------------------------- 
    430 Details: 
    431 ----------------------------------- 
    432 Error #: 7 
    433 Function: GpuProgramParameters::getParamIndex 
    434 Description: Cannot find a parameter named lightdir5.  
    435 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    436 Line: 779 
    437 Stack unwinding: <<beginning of stack>> 
    438 11:23:03: Error in material Difflab/TexturedPhong at line 58 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    439  
    440 ----------------------------------- 
    441 Details: 
    442 ----------------------------------- 
    443 Error #: 7 
    444 Function: GpuProgramParameters::getParamIndex 
    445 Description: Cannot find a parameter named lightdir5.  
    446 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    447 Line: 779 
    448 Stack unwinding: <<beginning of stack>> 
    449 11:23:03: An exception has been thrown! 
    450  
    451 ----------------------------------- 
    452 Details: 
    453 ----------------------------------- 
    454 Error #: 7 
    455 Function: GpuProgramParameters::getParamIndex 
    456 Description: Cannot find a parameter named lightdir6.  
    457 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    458 Line: 779 
    459 Stack unwinding: <<beginning of stack>> 
    460 11:23:03: Error in material Difflab/TexturedPhong at line 59 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    461  
    462 ----------------------------------- 
    463 Details: 
    464 ----------------------------------- 
    465 Error #: 7 
    466 Function: GpuProgramParameters::getParamIndex 
    467 Description: Cannot find a parameter named lightdir6.  
    468 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    469 Line: 779 
    470 Stack unwinding: <<beginning of stack>> 
    471 11:23:03: An exception has been thrown! 
    472  
    473 ----------------------------------- 
    474 Details: 
    475 ----------------------------------- 
    476 Error #: 7 
    477 Function: GpuProgramParameters::getParamIndex 
    478 Description: Cannot find a parameter named lightdir7.  
    479 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    480 Line: 779 
    481 Stack unwinding: <<beginning of stack>> 
    482 11:23:03: Error in material Difflab/TexturedPhong at line 60 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    483  
    484 ----------------------------------- 
    485 Details: 
    486 ----------------------------------- 
    487 Error #: 7 
    488 Function: GpuProgramParameters::getParamIndex 
    489 Description: Cannot find a parameter named lightdir7.  
    490 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    491 Line: 779 
    492 Stack unwinding: <<beginning of stack>> 
    493 11:23:03: An exception has been thrown! 
    494  
    495 ----------------------------------- 
    496 Details: 
    497 ----------------------------------- 
    498 Error #: 7 
    499 Function: GpuProgramParameters::getParamIndex 
    500 Description: Cannot find a parameter named lightdir8.  
    501 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    502 Line: 779 
    503 Stack unwinding: <<beginning of stack>> 
    504 11:23:03: Error in material Difflab/TexturedPhong at line 61 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    505  
    506 ----------------------------------- 
    507 Details: 
    508 ----------------------------------- 
    509 Error #: 7 
    510 Function: GpuProgramParameters::getParamIndex 
    511 Description: Cannot find a parameter named lightdir8.  
    512 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    513 Line: 779 
    514 Stack unwinding: <<beginning of stack>> 
    515 11:23:03: An exception has been thrown! 
    516  
    517 ----------------------------------- 
    518 Details: 
    519 ----------------------------------- 
    520 Error #: 7 
    521 Function: GpuProgramParameters::getParamIndex 
    522 Description: Cannot find a parameter named lightscale4.  
    523 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    524 Line: 779 
    525 Stack unwinding: <<beginning of stack>> 
    526 11:23:03: Error in material Difflab/TexturedPhong at line 66 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    527  
    528 ----------------------------------- 
    529 Details: 
    530 ----------------------------------- 
    531 Error #: 7 
    532 Function: GpuProgramParameters::getParamIndex 
    533 Description: Cannot find a parameter named lightscale4.  
    534 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    535 Line: 779 
    536 Stack unwinding: <<beginning of stack>> 
    537 11:23:03: An exception has been thrown! 
    538  
    539 ----------------------------------- 
    540 Details: 
    541 ----------------------------------- 
    542 Error #: 7 
    543 Function: GpuProgramParameters::getParamIndex 
    544 Description: Cannot find a parameter named lightscale5.  
    545 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    546 Line: 779 
    547 Stack unwinding: <<beginning of stack>> 
    548 11:23:03: Error in material Difflab/TexturedPhong at line 67 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    549  
    550 ----------------------------------- 
    551 Details: 
    552 ----------------------------------- 
    553 Error #: 7 
    554 Function: GpuProgramParameters::getParamIndex 
    555 Description: Cannot find a parameter named lightscale5.  
    556 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    557 Line: 779 
    558 Stack unwinding: <<beginning of stack>> 
    559 11:23:03: An exception has been thrown! 
    560  
    561 ----------------------------------- 
    562 Details: 
    563 ----------------------------------- 
    564 Error #: 7 
    565 Function: GpuProgramParameters::getParamIndex 
    566 Description: Cannot find a parameter named lightscale6.  
    567 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    568 Line: 779 
    569 Stack unwinding: <<beginning of stack>> 
    570 11:23:03: Error in material Difflab/TexturedPhong at line 68 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    571  
    572 ----------------------------------- 
    573 Details: 
    574 ----------------------------------- 
    575 Error #: 7 
    576 Function: GpuProgramParameters::getParamIndex 
    577 Description: Cannot find a parameter named lightscale6.  
    578 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    579 Line: 779 
    580 Stack unwinding: <<beginning of stack>> 
    581 11:23:03: An exception has been thrown! 
    582  
    583 ----------------------------------- 
    584 Details: 
    585 ----------------------------------- 
    586 Error #: 7 
    587 Function: GpuProgramParameters::getParamIndex 
    588 Description: Cannot find a parameter named lightscale7.  
    589 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    590 Line: 779 
    591 Stack unwinding: <<beginning of stack>> 
    592 11:23:03: Error in material Difflab/TexturedPhong at line 69 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    593  
    594 ----------------------------------- 
    595 Details: 
    596 ----------------------------------- 
    597 Error #: 7 
    598 Function: GpuProgramParameters::getParamIndex 
    599 Description: Cannot find a parameter named lightscale7.  
    600 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    601 Line: 779 
    602 Stack unwinding: <<beginning of stack>> 
    603 11:23:03: An exception has been thrown! 
    604  
    605 ----------------------------------- 
    606 Details: 
    607 ----------------------------------- 
    608 Error #: 7 
    609 Function: GpuProgramParameters::getParamIndex 
    610 Description: Cannot find a parameter named lightscale8.  
    611 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    612 Line: 779 
    613 Stack unwinding: <<beginning of stack>> 
    614 11:23:03: Error in material Difflab/TexturedPhong at line 70 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    615  
    616 ----------------------------------- 
    617 Details: 
    618 ----------------------------------- 
    619 Error #: 7 
    620 Function: GpuProgramParameters::getParamIndex 
    621 Description: Cannot find a parameter named lightscale8.  
    622 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    623 Line: 779 
    624 Stack unwinding: <<beginning of stack>> 
    625 11:23:03: Parsing script diffscene.material 
    626 11:23:03: An exception has been thrown! 
    627  
    628 ----------------------------------- 
    629 Details: 
    630 ----------------------------------- 
    631 Error #: 7 
    632 Function: GpuProgramParameters::getParamIndex 
    633 Description: Cannot find a parameter named lightcol5.  
    634 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    635 Line: 779 
    636 Stack unwinding: <<beginning of stack>> 
    637 11:23:03: Error in material GameTools/Phong at line 36 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 
    638  
    639 ----------------------------------- 
    640 Details: 
    641 ----------------------------------- 
    642 Error #: 7 
    643 Function: GpuProgramParameters::getParamIndex 
    644 Description: Cannot find a parameter named lightcol5.  
    645 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    646 Line: 779 
    647 Stack unwinding: <<beginning of stack>> 
    648 11:23:03: An exception has been thrown! 
    649  
    650 ----------------------------------- 
    651 Details: 
    652 ----------------------------------- 
    653 Error #: 7 
    654 Function: GpuProgramParameters::getParamIndex 
    655 Description: Cannot find a parameter named lightcol6.  
    656 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    657 Line: 779 
    658 Stack unwinding: <<beginning of stack>> 
    659 11:23:03: Error in material GameTools/Phong at line 37 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 
    660  
    661 ----------------------------------- 
    662 Details: 
    663 ----------------------------------- 
    664 Error #: 7 
    665 Function: GpuProgramParameters::getParamIndex 
    666 Description: Cannot find a parameter named lightcol6.  
    667 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    668 Line: 779 
    669 Stack unwinding: <<beginning of stack>> 
    670 11:23:03: An exception has been thrown! 
    671  
    672 ----------------------------------- 
    673 Details: 
    674 ----------------------------------- 
    675 Error #: 7 
    676 Function: GpuProgramParameters::getParamIndex 
    677 Description: Cannot find a parameter named lightcol7.  
    678 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    679 Line: 779 
    680 Stack unwinding: <<beginning of stack>> 
    681 11:23:03: Error in material GameTools/Phong at line 38 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 
    682  
    683 ----------------------------------- 
    684 Details: 
    685 ----------------------------------- 
    686 Error #: 7 
    687 Function: GpuProgramParameters::getParamIndex 
    688 Description: Cannot find a parameter named lightcol7.  
    689 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    690 Line: 779 
    691 Stack unwinding: <<beginning of stack>> 
    692 11:23:03: An exception has been thrown! 
    693  
    694 ----------------------------------- 
    695 Details: 
    696 ----------------------------------- 
    697 Error #: 7 
    698 Function: GpuProgramParameters::getParamIndex 
    699 Description: Cannot find a parameter named lightcol8.  
    700 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    701 Line: 779 
    702 Stack unwinding: <<beginning of stack>> 
    703 11:23:03: Error in material GameTools/Phong at line 39 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 
    704  
    705 ----------------------------------- 
    706 Details: 
    707 ----------------------------------- 
    708 Error #: 7 
    709 Function: GpuProgramParameters::getParamIndex 
    710 Description: Cannot find a parameter named lightcol8.  
    711 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    712 Line: 779 
    713 Stack unwinding: <<beginning of stack>> 
    714 11:23:03: An exception has been thrown! 
    715  
    716 ----------------------------------- 
    717 Details: 
    718 ----------------------------------- 
    719 Error #: 7 
    720 Function: GpuProgramParameters::getParamIndex 
    721 Description: Cannot find a parameter named lightpos5.  
    722 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    723 Line: 779 
    724 Stack unwinding: <<beginning of stack>> 
    725 11:23:03: Error in material GameTools/Phong at line 45 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 
    726  
    727 ----------------------------------- 
    728 Details: 
    729 ----------------------------------- 
    730 Error #: 7 
    731 Function: GpuProgramParameters::getParamIndex 
    732 Description: Cannot find a parameter named lightpos5.  
    733 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    734 Line: 779 
    735 Stack unwinding: <<beginning of stack>> 
    736 11:23:03: An exception has been thrown! 
    737  
    738 ----------------------------------- 
    739 Details: 
    740 ----------------------------------- 
    741 Error #: 7 
    742 Function: GpuProgramParameters::getParamIndex 
    743 Description: Cannot find a parameter named lightpos6.  
    744 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    745 Line: 779 
    746 Stack unwinding: <<beginning of stack>> 
    747 11:23:03: Error in material GameTools/Phong at line 46 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 
    748  
    749 ----------------------------------- 
    750 Details: 
    751 ----------------------------------- 
    752 Error #: 7 
    753 Function: GpuProgramParameters::getParamIndex 
    754 Description: Cannot find a parameter named lightpos6.  
    755 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    756 Line: 779 
    757 Stack unwinding: <<beginning of stack>> 
    758 11:23:03: An exception has been thrown! 
    759  
    760 ----------------------------------- 
    761 Details: 
    762 ----------------------------------- 
    763 Error #: 7 
    764 Function: GpuProgramParameters::getParamIndex 
    765 Description: Cannot find a parameter named lightpos7.  
    766 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    767 Line: 779 
    768 Stack unwinding: <<beginning of stack>> 
    769 11:23:03: Error in material GameTools/Phong at line 47 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 
    770  
    771 ----------------------------------- 
    772 Details: 
    773 ----------------------------------- 
    774 Error #: 7 
    775 Function: GpuProgramParameters::getParamIndex 
    776 Description: Cannot find a parameter named lightpos7.  
    777 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    778 Line: 779 
    779 Stack unwinding: <<beginning of stack>> 
    780 11:23:03: An exception has been thrown! 
    781  
    782 ----------------------------------- 
    783 Details: 
    784 ----------------------------------- 
    785 Error #: 7 
    786 Function: GpuProgramParameters::getParamIndex 
    787 Description: Cannot find a parameter named lightpos8.  
    788 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    789 Line: 779 
    790 Stack unwinding: <<beginning of stack>> 
    791 11:23:03: Error in material GameTools/Phong at line 48 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 
    792  
    793 ----------------------------------- 
    794 Details: 
    795 ----------------------------------- 
    796 Error #: 7 
    797 Function: GpuProgramParameters::getParamIndex 
    798 Description: Cannot find a parameter named lightpos8.  
    799 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    800 Line: 779 
    801 Stack unwinding: <<beginning of stack>> 
    802 11:23:03: Error in material asztallap at line 73 of diffscene.material: Invalid param_named attribute - unrecognised parameter type 0.560857 
    803 11:23:03: Error in material asztallap at line 74 of diffscene.material: Invalid param_named attribute - unrecognised parameter type 0.560857 
    804 11:23:03: Parsing script GameTools.material 
    805 11:23:03: Error in material TestPlane at line 120 of GameTools.material: Bad specular attribute, wrong number of parameters (expected 2, 4 or 5) 
    806 11:23:03: Parsing script GlassHead.material 
    807 11:23:03: An exception has been thrown! 
    808  
    809 ----------------------------------- 
    810 Details: 
    811 ----------------------------------- 
    812 Error #: 7 
    813 Function: GpuProgramParameters::getParamIndex 
    814 Description: Cannot find a parameter named worldIT.  
    815 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    816 Line: 779 
    817 Stack unwinding: <<beginning of stack>> 
    818 11:23:03: Error in material GameTools/PhotonMapCaustic at line 12 of GlassHead.material: Invalid param_named_auto attribute - An exception has been thrown! 
    819  
    820 ----------------------------------- 
    821 Details: 
    822 ----------------------------------- 
    823 Error #: 7 
    824 Function: GpuProgramParameters::getParamIndex 
    825 Description: Cannot find a parameter named worldIT.  
    826 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    827 Line: 779 
    828 Stack unwinding: <<beginning of stack>> 
    829 11:23:03: Error in material GameTools/PhotonMapCaustic at line 23 of GlassHead.material: Bad cubic_texture attribute, final parameter must be 'combinedUVW' or 'separateUV'. 
    830 11:23:03: An exception has been thrown! 
    831  
    832 ----------------------------------- 
    833 Details: 
    834 ----------------------------------- 
    835 Error #: 7 
    836 Function: GpuProgramParameters::getParamIndex 
    837 Description: Cannot find a parameter named worldViewProj.  
    838 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    839 Line: 779 
    840 Stack unwinding: <<beginning of stack>> 
    841 11:23:03: Error in material GameTools/Cau at line 47 of GlassHead.material: Invalid param_named_auto attribute - An exception has been thrown! 
    842  
    843 ----------------------------------- 
    844 Details: 
    845 ----------------------------------- 
    846 Error #: 7 
    847 Function: GpuProgramParameters::getParamIndex 
    848 Description: Cannot find a parameter named worldViewProj.  
    849 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    850 Line: 779 
    851 Stack unwinding: <<beginning of stack>> 
    852 11:23:03: An exception has been thrown! 
    853  
    854 ----------------------------------- 
    855 Details: 
    856 ----------------------------------- 
    857 Error #: 7 
    858 Function: GpuProgramParameters::getParamIndex 
    859 Description: Cannot find a parameter named resolution.  
    860 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    861 Line: 779 
    862 Stack unwinding: <<beginning of stack>> 
    863 11:23:03: Error in material GameTools/Cau at line 50 of GlassHead.material: Invalid param_named_auto attribute - An exception has been thrown! 
    864  
    865 ----------------------------------- 
    866 Details: 
    867 ----------------------------------- 
    868 Error #: 7 
    869 Function: GpuProgramParameters::getParamIndex 
    870 Description: Cannot find a parameter named resolution.  
    871 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    872 Line: 779 
    873 Stack unwinding: <<beginning of stack>> 
    874 11:23:03: An exception has been thrown! 
    875  
    876 ----------------------------------- 
    877 Details: 
    878 ----------------------------------- 
    879 Error #: 7 
    880 Function: GpuProgramParameters::getParamIndex 
    881 Description: Cannot find a parameter named resolution.  
    882 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    883 Line: 779 
    884 Stack unwinding: <<beginning of stack>> 
    885 11:23:03: Error in material GameTools/CauTri at line 105 of GlassHead.material: Invalid param_named_auto attribute - An exception has been thrown! 
    886  
    887 ----------------------------------- 
    888 Details: 
    889 ----------------------------------- 
    890 Error #: 7 
    891 Function: GpuProgramParameters::getParamIndex 
    892 Description: Cannot find a parameter named resolution.  
    893 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    894 Line: 779 
    895 Stack unwinding: <<beginning of stack>> 
    896 11:23:03: Parsing script Glow.material 
    897 11:23:03: Error in material GameTools/PostProcBlack at line 7 of Glow.material: Invalid vertex_program_ref entry - vertex program GameTools/PostProc1_VS has not been defined. 
    898 11:23:03: Error in material GameTools/PostProcBlack at line 10 of Glow.material: Invalid fragment_program_ref entry - fragment program GameTools/PostProc_Black has not been defined. 
    899 11:23:03: Error in material GameTools/PostProc1 at line 23 of Glow.material: Invalid vertex_program_ref entry - vertex program GameTools/PostProc1_VS has not been defined. 
    900 11:23:03: Error in material GameTools/PostProc1 at line 26 of Glow.material: Invalid fragment_program_ref entry - fragment program GameTools/PostProc1_PS has not been defined. 
    901 11:23:03: Error in material GameTools/GlowCut at line 45 of Glow.material: Invalid vertex_program_ref entry - vertex program GameTools/PostProc1_VS has not been defined. 
    902 11:23:03: Error in material GameTools/GlowCut at line 48 of Glow.material: Invalid fragment_program_ref entry - fragment program GameTools/GlowCut_PS has not been defined. 
    903 11:23:03: Error in material GameTools/Luminance at line 75 of Glow.material: Invalid vertex_program_ref entry - vertex program GameTools/PostProc1_VS has not been defined. 
    904 11:23:03: Error in material GameTools/Luminance at line 78 of Glow.material: Invalid fragment_program_ref entry - fragment program GameTools/Luminance_PS has not been defined. 
    905 11:23:03: Error in material GameTools/GlowBlurH at line 102 of Glow.material: Invalid vertex_program_ref entry - vertex program GameTools/PostProc1_VS has not been defined. 
    906 11:23:03: Error in material GameTools/GlowBlurH at line 105 of Glow.material: Invalid fragment_program_ref entry - fragment program GameTools/GlowBlurH_PS has not been defined. 
    907 11:23:03: Error in material GameTools/GlowBlurV at line 128 of Glow.material: Invalid vertex_program_ref entry - vertex program GameTools/PostProc1_VS has not been defined. 
    908 11:23:03: Error in material GameTools/GlowBlurV at line 131 of Glow.material: Invalid fragment_program_ref entry - fragment program GameTools/GlowBlurV_PS has not been defined. 
    909 11:23:03: Error in material GameTools/GlowBlurHTB at line 154 of Glow.material: Invalid vertex_program_ref entry - vertex program GameTools/PostProc1_VS has not been defined. 
    910 11:23:03: Error in material GameTools/GlowBlurHTB at line 157 of Glow.material: Invalid fragment_program_ref entry - fragment program GameTools/GlowBlurH_PS has not been defined. 
    911 11:23:03: Error in material GameTools/TextureCopy at line 179 of Glow.material: Invalid vertex_program_ref entry - vertex program GameTools/PostProc1_VS has not been defined. 
    912 11:23:03: Error in material GameTools/TextureCopy at line 182 of Glow.material: Invalid fragment_program_ref entry - fragment program GameTools/TextureCopy_PS has not been defined. 
    913 11:23:03: Error in material GameTools/GlowAdd at line 203 of Glow.material: Invalid vertex_program_ref entry - vertex program GameTools/PostProc1_VS has not been defined. 
    914 11:23:03: Error in material GameTools/GlowAdd at line 206 of Glow.material: Invalid fragment_program_ref entry - fragment program GameTools/GlowAdd_PS has not been defined. 
    915 11:23:03: Error in material GameTools/ToneMap at line 232 of Glow.material: Invalid vertex_program_ref entry - vertex program GameTools/PostProc1_VS has not been defined. 
    916 11:23:03: Error in material GameTools/ToneMap at line 235 of Glow.material: Invalid fragment_program_ref entry - fragment program GameTools/ToneMap_PS has not been defined. 
    917 11:23:03: Parsing script hangar.material 
    918 11:23:03: Parsing script kupola.material 
    919 11:23:03: Error in material kupolalambert2_original at line 24 of kupola.material: Bad scene_blend attribute, unrecognised parameter 'none' 
    920 11:23:03: Error in material kupolalambert2_original at line 27 of kupola.material: Bad scene_blend_alpha attribute, unrecognised parameter 'none' 
    921 11:23:03: Error in material kupolalambert5_original at line 77 of kupola.material: Bad scene_blend attribute, unrecognised parameter 'none' 
    922 11:23:03: Error in material kupolalambert5_original at line 80 of kupola.material: Bad scene_blend_alpha attribute, unrecognised parameter 'none' 
    923 11:23:03: Parsing script Ogre.material 
    924 11:23:03: Parsing script RaytraceDemo.material 
    925 11:23:03: Parsing script stairs.material 
    926 11:23:03: Parsing script terito.material 
    927 11:23:03: Parsing script uvegfolyoso2.material 
    928 11:23:03: An exception has been thrown! 
    929  
    930 ----------------------------------- 
    931 Details: 
    932 ----------------------------------- 
    933 Error #: 7 
    934 Function: GpuProgramParameters::getParamIndex 
    935 Description: Cannot find a parameter named lightcol5.  
    936 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    937 Line: 779 
    938 Stack unwinding: <<beginning of stack>> 
    939 11:23:03: Error in material Folyoso/Phong at line 22 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
    940  
    941 ----------------------------------- 
    942 Details: 
    943 ----------------------------------- 
    944 Error #: 7 
    945 Function: GpuProgramParameters::getParamIndex 
    946 Description: Cannot find a parameter named lightcol5.  
    947 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    948 Line: 779 
    949 Stack unwinding: <<beginning of stack>> 
    950 11:23:03: An exception has been thrown! 
    951  
    952 ----------------------------------- 
    953 Details: 
    954 ----------------------------------- 
    955 Error #: 7 
    956 Function: GpuProgramParameters::getParamIndex 
    957 Description: Cannot find a parameter named lightcol6.  
    958 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    959 Line: 779 
    960 Stack unwinding: <<beginning of stack>> 
    961 11:23:03: Error in material Folyoso/Phong at line 23 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
    962  
    963 ----------------------------------- 
    964 Details: 
    965 ----------------------------------- 
    966 Error #: 7 
    967 Function: GpuProgramParameters::getParamIndex 
    968 Description: Cannot find a parameter named lightcol6.  
    969 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    970 Line: 779 
    971 Stack unwinding: <<beginning of stack>> 
    972 11:23:03: An exception has been thrown! 
    973  
    974 ----------------------------------- 
    975 Details: 
    976 ----------------------------------- 
    977 Error #: 7 
    978 Function: GpuProgramParameters::getParamIndex 
    979 Description: Cannot find a parameter named lightcol7.  
    980 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    981 Line: 779 
    982 Stack unwinding: <<beginning of stack>> 
    983 11:23:03: Error in material Folyoso/Phong at line 24 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
    984  
    985 ----------------------------------- 
    986 Details: 
    987 ----------------------------------- 
    988 Error #: 7 
    989 Function: GpuProgramParameters::getParamIndex 
    990 Description: Cannot find a parameter named lightcol7.  
    991 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    992 Line: 779 
    993 Stack unwinding: <<beginning of stack>> 
    994 11:23:03: An exception has been thrown! 
    995  
    996 ----------------------------------- 
    997 Details: 
    998 ----------------------------------- 
    999 Error #: 7 
    1000 Function: GpuProgramParameters::getParamIndex 
    1001 Description: Cannot find a parameter named lightcol8.  
    1002 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    1003 Line: 779 
    1004 Stack unwinding: <<beginning of stack>> 
    1005 11:23:03: Error in material Folyoso/Phong at line 25 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
    1006  
    1007 ----------------------------------- 
    1008 Details: 
    1009 ----------------------------------- 
    1010 Error #: 7 
    1011 Function: GpuProgramParameters::getParamIndex 
    1012 Description: Cannot find a parameter named lightcol8.  
    1013 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    1014 Line: 779 
    1015 Stack unwinding: <<beginning of stack>> 
    1016 11:23:03: An exception has been thrown! 
    1017  
    1018 ----------------------------------- 
    1019 Details: 
    1020 ----------------------------------- 
    1021 Error #: 7 
    1022 Function: GpuProgramParameters::getParamIndex 
    1023 Description: Cannot find a parameter named lightpos5.  
    1024 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    1025 Line: 779 
    1026 Stack unwinding: <<beginning of stack>> 
    1027 11:23:03: Error in material Folyoso/Phong at line 31 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
    1028  
    1029 ----------------------------------- 
    1030 Details: 
    1031 ----------------------------------- 
    1032 Error #: 7 
    1033 Function: GpuProgramParameters::getParamIndex 
    1034 Description: Cannot find a parameter named lightpos5.  
    1035 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    1036 Line: 779 
    1037 Stack unwinding: <<beginning of stack>> 
    1038 11:23:03: An exception has been thrown! 
    1039  
    1040 ----------------------------------- 
    1041 Details: 
    1042 ----------------------------------- 
    1043 Error #: 7 
    1044 Function: GpuProgramParameters::getParamIndex 
    1045 Description: Cannot find a parameter named lightpos6.  
    1046 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    1047 Line: 779 
    1048 Stack unwinding: <<beginning of stack>> 
    1049 11:23:03: Error in material Folyoso/Phong at line 32 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
    1050  
    1051 ----------------------------------- 
    1052 Details: 
    1053 ----------------------------------- 
    1054 Error #: 7 
    1055 Function: GpuProgramParameters::getParamIndex 
    1056 Description: Cannot find a parameter named lightpos6.  
    1057 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    1058 Line: 779 
    1059 Stack unwinding: <<beginning of stack>> 
    1060 11:23:03: An exception has been thrown! 
    1061  
    1062 ----------------------------------- 
    1063 Details: 
    1064 ----------------------------------- 
    1065 Error #: 7 
    1066 Function: GpuProgramParameters::getParamIndex 
    1067 Description: Cannot find a parameter named lightpos7.  
    1068 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    1069 Line: 779 
    1070 Stack unwinding: <<beginning of stack>> 
    1071 11:23:03: Error in material Folyoso/Phong at line 33 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
    1072  
    1073 ----------------------------------- 
    1074 Details: 
    1075 ----------------------------------- 
    1076 Error #: 7 
    1077 Function: GpuProgramParameters::getParamIndex 
    1078 Description: Cannot find a parameter named lightpos7.  
    1079 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    1080 Line: 779 
    1081 Stack unwinding: <<beginning of stack>> 
    1082 11:23:03: An exception has been thrown! 
    1083  
    1084 ----------------------------------- 
    1085 Details: 
    1086 ----------------------------------- 
    1087 Error #: 7 
    1088 Function: GpuProgramParameters::getParamIndex 
    1089 Description: Cannot find a parameter named lightpos8.  
    1090 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    1091 Line: 779 
    1092 Stack unwinding: <<beginning of stack>> 
    1093 11:23:03: Error in material Folyoso/Phong at line 34 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
    1094  
    1095 ----------------------------------- 
    1096 Details: 
    1097 ----------------------------------- 
    1098 Error #: 7 
    1099 Function: GpuProgramParameters::getParamIndex 
    1100 Description: Cannot find a parameter named lightpos8.  
    1101 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    1102 Line: 779 
    1103 Stack unwinding: <<beginning of stack>> 
    1104 11:23:03: An exception has been thrown! 
    1105  
    1106 ----------------------------------- 
    1107 Details: 
    1108 ----------------------------------- 
    1109 Error #: 7 
    1110 Function: GpuProgramParameters::getParamIndex 
    1111 Description: Cannot find a parameter named lightcol5.  
    1112 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    1113 Line: 779 
    1114 Stack unwinding: <<beginning of stack>> 
    1115 11:23:03: Error in material Folyoso/PhongPlaneReflect at line 76 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
    1116  
    1117 ----------------------------------- 
    1118 Details: 
    1119 ----------------------------------- 
    1120 Error #: 7 
    1121 Function: GpuProgramParameters::getParamIndex 
    1122 Description: Cannot find a parameter named lightcol5.  
    1123 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    1124 Line: 779 
    1125 Stack unwinding: <<beginning of stack>> 
    1126 11:23:03: An exception has been thrown! 
    1127  
    1128 ----------------------------------- 
    1129 Details: 
    1130 ----------------------------------- 
    1131 Error #: 7 
    1132 Function: GpuProgramParameters::getParamIndex 
    1133 Description: Cannot find a parameter named lightcol6.  
    1134 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    1135 Line: 779 
    1136 Stack unwinding: <<beginning of stack>> 
    1137 11:23:03: Error in material Folyoso/PhongPlaneReflect at line 77 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
    1138  
    1139 ----------------------------------- 
    1140 Details: 
    1141 ----------------------------------- 
    1142 Error #: 7 
    1143 Function: GpuProgramParameters::getParamIndex 
    1144 Description: Cannot find a parameter named lightcol6.  
    1145 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    1146 Line: 779 
    1147 Stack unwinding: <<beginning of stack>> 
    1148 11:23:03: An exception has been thrown! 
    1149  
    1150 ----------------------------------- 
    1151 Details: 
    1152 ----------------------------------- 
    1153 Error #: 7 
    1154 Function: GpuProgramParameters::getParamIndex 
    1155 Description: Cannot find a parameter named lightcol7.  
    1156 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    1157 Line: 779 
    1158 Stack unwinding: <<beginning of stack>> 
    1159 11:23:03: Error in material Folyoso/PhongPlaneReflect at line 78 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
    1160  
    1161 ----------------------------------- 
    1162 Details: 
    1163 ----------------------------------- 
    1164 Error #: 7 
    1165 Function: GpuProgramParameters::getParamIndex 
    1166 Description: Cannot find a parameter named lightcol7.  
    1167 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    1168 Line: 779 
    1169 Stack unwinding: <<beginning of stack>> 
    1170 11:23:03: An exception has been thrown! 
    1171  
    1172 ----------------------------------- 
    1173 Details: 
    1174 ----------------------------------- 
    1175 Error #: 7 
    1176 Function: GpuProgramParameters::getParamIndex 
    1177 Description: Cannot find a parameter named lightcol8.  
    1178 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    1179 Line: 779 
    1180 Stack unwinding: <<beginning of stack>> 
    1181 11:23:03: Error in material Folyoso/PhongPlaneReflect at line 79 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
    1182  
    1183 ----------------------------------- 
    1184 Details: 
    1185 ----------------------------------- 
    1186 Error #: 7 
    1187 Function: GpuProgramParameters::getParamIndex 
    1188 Description: Cannot find a parameter named lightcol8.  
    1189 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    1190 Line: 779 
    1191 Stack unwinding: <<beginning of stack>> 
    1192 11:23:03: An exception has been thrown! 
    1193  
    1194 ----------------------------------- 
    1195 Details: 
    1196 ----------------------------------- 
    1197 Error #: 7 
    1198 Function: GpuProgramParameters::getParamIndex 
    1199 Description: Cannot find a parameter named lightpos5.  
    1200 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    1201 Line: 779 
    1202 Stack unwinding: <<beginning of stack>> 
    1203 11:23:03: Error in material Folyoso/PhongPlaneReflect at line 85 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
    1204  
    1205 ----------------------------------- 
    1206 Details: 
    1207 ----------------------------------- 
    1208 Error #: 7 
    1209 Function: GpuProgramParameters::getParamIndex 
    1210 Description: Cannot find a parameter named lightpos5.  
    1211 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    1212 Line: 779 
    1213 Stack unwinding: <<beginning of stack>> 
    1214 11:23:03: An exception has been thrown! 
    1215  
    1216 ----------------------------------- 
    1217 Details: 
    1218 ----------------------------------- 
    1219 Error #: 7 
    1220 Function: GpuProgramParameters::getParamIndex 
    1221 Description: Cannot find a parameter named lightpos6.  
    1222 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    1223 Line: 779 
    1224 Stack unwinding: <<beginning of stack>> 
    1225 11:23:03: Error in material Folyoso/PhongPlaneReflect at line 86 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
    1226  
    1227 ----------------------------------- 
    1228 Details: 
    1229 ----------------------------------- 
    1230 Error #: 7 
    1231 Function: GpuProgramParameters::getParamIndex 
    1232 Description: Cannot find a parameter named lightpos6.  
    1233 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    1234 Line: 779 
    1235 Stack unwinding: <<beginning of stack>> 
    1236 11:23:03: An exception has been thrown! 
    1237  
    1238 ----------------------------------- 
    1239 Details: 
    1240 ----------------------------------- 
    1241 Error #: 7 
    1242 Function: GpuProgramParameters::getParamIndex 
    1243 Description: Cannot find a parameter named lightpos7.  
    1244 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    1245 Line: 779 
    1246 Stack unwinding: <<beginning of stack>> 
    1247 11:23:03: Error in material Folyoso/PhongPlaneReflect at line 87 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
    1248  
    1249 ----------------------------------- 
    1250 Details: 
    1251 ----------------------------------- 
    1252 Error #: 7 
    1253 Function: GpuProgramParameters::getParamIndex 
    1254 Description: Cannot find a parameter named lightpos7.  
    1255 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    1256 Line: 779 
    1257 Stack unwinding: <<beginning of stack>> 
    1258 11:23:03: An exception has been thrown! 
    1259  
    1260 ----------------------------------- 
    1261 Details: 
    1262 ----------------------------------- 
    1263 Error #: 7 
    1264 Function: GpuProgramParameters::getParamIndex 
    1265 Description: Cannot find a parameter named lightpos8.  
    1266 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    1267 Line: 779 
    1268 Stack unwinding: <<beginning of stack>> 
    1269 11:23:03: Error in material Folyoso/PhongPlaneReflect at line 88 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
    1270  
    1271 ----------------------------------- 
    1272 Details: 
    1273 ----------------------------------- 
    1274 Error #: 7 
    1275 Function: GpuProgramParameters::getParamIndex 
    1276 Description: Cannot find a parameter named lightpos8.  
    1277 File: \GameToolsSVN\Ogre\Ogre1.2\OgreMain\src\OgreGpuProgram.cpp 
    1278 Line: 779 
    1279 Stack unwinding: <<beginning of stack>> 
    1280 11:23:03: Error in material uvegfolyoso_talaj at line 118 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.36774 
    1281 11:23:03: Error in material uvegfolyoso_talaj at line 119 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.36774 
    1282 11:23:03: Error in material uvegfolyoso_talaj at line 120 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.51282 
    1283 11:23:03: Error in material uvegfolyoso_teto at line 138 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.237 
    1284 11:23:03: Error in material uvegfolyoso_teto at line 139 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.237 
    1285 11:23:03: Error in material uvegfolyoso_teto at line 140 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.51282 
    1286 11:23:03: Error in material oszlop at line 158 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.94018 
    1287 11:23:03: Error in material oszlop at line 159 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.94018 
    1288 11:23:03: Error in material oszlop at line 160 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.0 
    1289 11:23:03: Parsing script X3D.material 
    1290 11:23:03: Parsing script GameTools_Glow.compositor 
    1291 11:23:03: Parsing script GameTools_ToneMap.compositor 
    1292 11:23:03: Parsing script sample.fontdef 
    1293 11:23:03: Bad attribute line: glyph             0.152344        0.125   0.160156        0.1875 in font Ogre 
    1294 11:23:03: Parsing script GameTools.particle 
    1295 11:23:03: Bad particle system attribute line: 'billboard_type  point' in GameTools/DemoParticle1 (tried renderer) 
    1296 11:23:03: Bad particle system attribute line: 'billboard_type  point' in GameTools/Big (tried renderer) 
    1297 11:23:03: Bad particle system attribute line: 'billboard_type  point' in GameTools/Little (tried renderer) 
    1298 11:23:03: Bad particle system attribute line: 'billboard_type  point' in GameTools/FogBig (tried renderer) 
    1299 11:23:03: Bad particle system attribute line: 'billboard_type  point' in GameTools/FogLittle (tried renderer) 
    1300 11:23:03: Parsing script Compositor.overlay 
    1301 11:23:03: Parsing script DP3.overlay 
    1302 11:23:03: Parsing script Example-CubeMapping.overlay 
    1303 11:23:03: Parsing script Example-DynTex.overlay 
    1304 11:23:03: Parsing script Example-Water.overlay 
    1305 11:23:03: Parsing script FullScreen.overlay 
    1306 11:23:03: Texture: flare.png: Loading 1 faces(PF_B8G8R8,256x256x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1. 
    1307 11:23:03: Parsing script Shadows.overlay 
    1308 11:23:03: Finished parsing scripts for resource group General 
    1309 11:23:03: Initialising resource group PostProc 
    1310 11:23:03: Parsing scripts for resource group PostProc 
    1311 11:23:03: Parsing script GTPPostProc.program 
    1312 11:23:03: Parsing script GTPPostProc.material 
    1313 11:23:03: Parsing script GTPGlow.compositor 
    1314 11:23:03: Parsing script GTPToneMap.compositor 
    1315 11:23:03: Finished parsing scripts for resource group PostProc 
    1316 11:23:03: Initialising resource group GTP_Basic 
    1317 11:23:03: Parsing scripts for resource group GTP_Basic 
    1318 11:23:03: Parsing script GTPBasic.program 
    1319 11:23:03: Parsing script GTPBasic.material 
    1320 11:23:03: Error at line 88 of GTPBasic.material: parent material: GTP/Basic/CameraDepthCCW not found for new material:GTP/Basic/CameraDepthCCW  
    1321 11:23:03: Error in material GTP/Basic/Focusing at line 178 of GTPBasic.material: Invalid param_named attribute - expected at least 3 parameters. 
    1322 11:23:03: Finished parsing scripts for resource group GTP_Basic 
    1323 11:23:03: Initialising resource group GTP_EnvMap 
    1324 11:23:03: Parsing scripts for resource group GTP_EnvMap 
    1325 11:23:03: Parsing script GTPEnvMap.program 
    1326 11:23:03: Parsing script GTPEnvMap.material 
    1327 11:23:04: Finished parsing scripts for resource group GTP_EnvMap 
    1328 11:23:04: Initialising resource group GTP_Caustic 
    1329 11:23:04: Parsing scripts for resource group GTP_Caustic 
    1330 11:23:04: Parsing script GTPCaustic.program 
    1331 11:23:04: Parsing script GTPCaustic.material 
    1332 11:23:04: Finished parsing scripts for resource group GTP_Caustic 
    1333 11:23:04: Initialising resource group GTP_MultiBounce_Shared 
    1334 11:23:04: Parsing scripts for resource group GTP_MultiBounce_Shared 
    1335 11:23:04: Parsing script MultiBounceShared.program 
    1336 11:23:04: Parsing script MultiBounceShared.material 
    1337 11:23:04: Error in material GTP/MultiBounce/DistanceMinMaxCW at line 64 of MultiBounceShared.material: Invalid fragment_program_ref entry - fragment program GTP/MultiBounce/DistanceMinMaxPS has not been defined. 
    1338 11:23:04: Error in material GTP/MultiBounce/DistanceMinMaxCCW at line 89 of MultiBounceShared.material: Invalid fragment_program_ref entry - fragment program GTP/MultiBounce/DistanceMinMaxPS has not been defined. 
    1339 11:23:04: Finished parsing scripts for resource group GTP_MultiBounce_Shared 
    1340 11:23:04: Initialising resource group GTP_MultipleRefraction 
    1341 11:23:04: Parsing scripts for resource group GTP_MultipleRefraction 
    1342 11:23:04: Parsing script GTPMultipleRefraction.material 
    1343 11:24:03: Finished parsing scripts for resource group GTP_MultipleRefraction 
    1344 11:24:03: Mesh: Loading teapot.mesh. 
    1345 11:24:03: Can't assign material Material_1 to SubEntity of object because this Material does not exist. Have you forgotten to define it in a .material script? 
    1346 11:24:03: Mesh: Loading difflab.mesh. 
    1347 11:24:03: Texture: screen.jpg: Loading 1 faces(PF_B8G8R8,1024x1024x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,1024x1024x1. 
    1348 11:24:03: Texture: laborwall.jpg: Loading 1 faces(PF_B8G8R8,1024x1024x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,1024x1024x1. 
    1349 11:24:03: Texture: grey.tga: Loading 1 faces(PF_R8G8B8,4x4x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,4x4x1. 
    1350 11:24:03: Texture: striped.jpg: Loading 1 faces(PF_B8G8R8,128x256x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,128x256x1. 
    1351 11:24:03: Texture: lamp.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 
    1352 11:24:03: Texture: bluelamp.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 
    1353 11:24:03: Creating viewport on target 'rtt/44472480', rendering from camera 'PlayerCam', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
    1354 11:24:03: Viewport for camera 'PlayerCam', actual dimensions L: 0 T: 0 W: 1600 H: 1200 
    1355 11:24:03: Creating viewport on target 'rtt/44473632', rendering from camera 'object_SE_0_COLORCUBEMAPCUBEMAPFACE_0_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
    1356 11:24:03: Viewport for camera 'object_SE_0_COLORCUBEMAPCUBEMAPFACE_0_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
    1357 11:24:03: Creating viewport on target 'rtt/44473696', rendering from camera 'object_SE_0_COLORCUBEMAPCUBEMAPFACE_1_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
    1358 11:24:03: Viewport for camera 'object_SE_0_COLORCUBEMAPCUBEMAPFACE_1_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
    1359 11:24:03: Creating viewport on target 'rtt/44473760', rendering from camera 'object_SE_0_COLORCUBEMAPCUBEMAPFACE_2_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
    1360 11:24:03: Viewport for camera 'object_SE_0_COLORCUBEMAPCUBEMAPFACE_2_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
    1361 11:24:03: Creating viewport on target 'rtt/44473824', rendering from camera 'object_SE_0_COLORCUBEMAPCUBEMAPFACE_3_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
    1362 11:24:03: Viewport for camera 'object_SE_0_COLORCUBEMAPCUBEMAPFACE_3_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
    1363 11:24:03: Creating viewport on target 'rtt/44473888', rendering from camera 'object_SE_0_COLORCUBEMAPCUBEMAPFACE_4_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
    1364 11:24:03: Viewport for camera 'object_SE_0_COLORCUBEMAPCUBEMAPFACE_4_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
    1365 11:24:03: Creating viewport on target 'rtt/44473952', rendering from camera 'object_SE_0_COLORCUBEMAPCUBEMAPFACE_5_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
    1366 11:24:03: Viewport for camera 'object_SE_0_COLORCUBEMAPCUBEMAPFACE_5_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
    1367 11:24:03: WARNING: Texture instance 'object_SE_0_COLORCUBEMAP' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 
    1368 11:24:03: Creating viewport on target 'rtt/44475072', rendering from camera 'object_SE_0_DISTANCECUBEMAPCUBEMAPFACE_0_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
    1369 11:24:03: Viewport for camera 'object_SE_0_DISTANCECUBEMAPCUBEMAPFACE_0_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
    1370 11:24:03: Creating viewport on target 'rtt/44475136', rendering from camera 'object_SE_0_DISTANCECUBEMAPCUBEMAPFACE_1_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
    1371 11:24:03: Viewport for camera 'object_SE_0_DISTANCECUBEMAPCUBEMAPFACE_1_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
    1372 11:24:03: Creating viewport on target 'rtt/44475200', rendering from camera 'object_SE_0_DISTANCECUBEMAPCUBEMAPFACE_2_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
    1373 11:24:03: Viewport for camera 'object_SE_0_DISTANCECUBEMAPCUBEMAPFACE_2_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
    1374 11:24:03: Creating viewport on target 'rtt/44475264', rendering from camera 'object_SE_0_DISTANCECUBEMAPCUBEMAPFACE_3_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
    1375 11:24:03: Viewport for camera 'object_SE_0_DISTANCECUBEMAPCUBEMAPFACE_3_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
    1376 11:24:03: Creating viewport on target 'rtt/44475328', rendering from camera 'object_SE_0_DISTANCECUBEMAPCUBEMAPFACE_4_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
    1377 11:24:03: Viewport for camera 'object_SE_0_DISTANCECUBEMAPCUBEMAPFACE_4_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
    1378 11:24:03: Creating viewport on target 'rtt/44475392', rendering from camera 'object_SE_0_DISTANCECUBEMAPCUBEMAPFACE_5_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
    1379 11:24:03: Viewport for camera 'object_SE_0_DISTANCECUBEMAPCUBEMAPFACE_5_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
    1380 11:24:03: WARNING: Texture instance 'object_SE_0_DISTANCECUBEMAP' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 
    1381 11:24:03: Creating viewport on target 'rtt/44476416', rendering from camera 'object_SE_0_COLORCUBEMAP_L1CUBEMAPFACE_0_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
    1382 11:24:03: Viewport for camera 'object_SE_0_COLORCUBEMAP_L1CUBEMAPFACE_0_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
    1383 11:24:03: Creating viewport on target 'rtt/44476480', rendering from camera 'object_SE_0_COLORCUBEMAP_L1CUBEMAPFACE_1_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
    1384 11:24:03: Viewport for camera 'object_SE_0_COLORCUBEMAP_L1CUBEMAPFACE_1_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
    1385 11:24:03: Creating viewport on target 'rtt/44476544', rendering from camera 'object_SE_0_COLORCUBEMAP_L1CUBEMAPFACE_2_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
    1386 11:24:03: Viewport for camera 'object_SE_0_COLORCUBEMAP_L1CUBEMAPFACE_2_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
    1387 11:24:03: Creating viewport on target 'rtt/44476608', rendering from camera 'object_SE_0_COLORCUBEMAP_L1CUBEMAPFACE_3_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
    1388 11:24:03: Viewport for camera 'object_SE_0_COLORCUBEMAP_L1CUBEMAPFACE_3_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
    1389 11:24:03: Creating viewport on target 'rtt/44476672', rendering from camera 'object_SE_0_COLORCUBEMAP_L1CUBEMAPFACE_4_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
    1390 11:24:03: Viewport for camera 'object_SE_0_COLORCUBEMAP_L1CUBEMAPFACE_4_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
    1391 11:24:03: Creating viewport on target 'rtt/44476736', rendering from camera 'object_SE_0_COLORCUBEMAP_L1CUBEMAPFACE_5_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
    1392 11:24:03: Viewport for camera 'object_SE_0_COLORCUBEMAP_L1CUBEMAPFACE_5_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
    1393 11:24:03: WARNING: Texture instance 'object_SE_0_COLORCUBEMAP_L1' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 
    1394 11:24:03: Creating viewport on target 'rtt/44477792', rendering from camera 'object_SE_0_COLORCUBEMAP_L2CUBEMAPFACE_0_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
    1395 11:24:03: Viewport for camera 'object_SE_0_COLORCUBEMAP_L2CUBEMAPFACE_0_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
    1396 11:24:03: Creating viewport on target 'rtt/44477856', rendering from camera 'object_SE_0_COLORCUBEMAP_L2CUBEMAPFACE_1_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
    1397 11:24:03: Viewport for camera 'object_SE_0_COLORCUBEMAP_L2CUBEMAPFACE_1_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
    1398 11:24:03: Creating viewport on target 'rtt/44477920', rendering from camera 'object_SE_0_COLORCUBEMAP_L2CUBEMAPFACE_2_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
    1399 11:24:03: Viewport for camera 'object_SE_0_COLORCUBEMAP_L2CUBEMAPFACE_2_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
    1400 11:24:03: Creating viewport on target 'rtt/44477984', rendering from camera 'object_SE_0_COLORCUBEMAP_L2CUBEMAPFACE_3_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
    1401 11:24:03: Viewport for camera 'object_SE_0_COLORCUBEMAP_L2CUBEMAPFACE_3_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
    1402 11:24:03: Creating viewport on target 'rtt/44478048', rendering from camera 'object_SE_0_COLORCUBEMAP_L2CUBEMAPFACE_4_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
    1403 11:24:03: Viewport for camera 'object_SE_0_COLORCUBEMAP_L2CUBEMAPFACE_4_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
    1404 11:24:03: Creating viewport on target 'rtt/44478112', rendering from camera 'object_SE_0_COLORCUBEMAP_L2CUBEMAPFACE_5_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
    1405 11:24:03: Viewport for camera 'object_SE_0_COLORCUBEMAP_L2CUBEMAPFACE_5_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
    1406 11:24:03: WARNING: Texture instance 'object_SE_0_COLORCUBEMAP_L2' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 
    1407 11:24:03: Win32Input8: DirectInput Activation Starts 
    1408 11:24:03: Win32Input8: Establishing keyboard input. 
    1409 11:24:03: Win32Input8: Keyboard input established. 
    1410 11:24:03: Win32Input8: Initializing mouse input in immediate mode. 
    1411 11:24:03: Win32Input8: Mouse input in immediate mode initialized. 
    1412 11:24:03: Win32Input8: DirectInput OK. 
    1413 11:24:03: Creating viewport on target 'rtt/44647296', rendering from camera 'MainBlueLightDEPTH_SHADOW_MAP_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
    1414 11:24:03: Viewport for camera 'MainBlueLightDEPTH_SHADOW_MAP_CAMERA', actual dimensions L: 0 T: 0 W: 700 H: 700 
    1415 11:24:03: Creating viewport on target 'rtt/44669088', rendering from camera 'MainBlueLightDEPTH_SHADOW_MAP_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
    1416 11:24:03: Viewport for camera 'MainBlueLightDEPTH_SHADOW_MAP_CAMERA', actual dimensions L: 0 T: 0 W: 700 H: 700 
    1417 11:24:03: Creating viewport on target 'rtt/44669568', rendering from camera 'LIGHT_FOCUSING_MAP_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
    1418 11:24:03: Viewport for camera 'LIGHT_FOCUSING_MAP_CAMERA', actual dimensions L: 0 T: 0 W: 32 H: 32 
    1419 11:24:03: Creating viewport on target 'rtt/44670080', rendering from camera 'PHASE_TEXTURE_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
    1420 11:24:03: Viewport for camera 'PHASE_TEXTURE_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
    1421 11:24:03: WARNING: Texture instance 'MainBlueLightDEPTH_SHADOW_MAP' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 
    1422 11:24:03: WARNING: Texture instance 'MainBlueLightDEPTH_SHADOW_MAPblurred' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 
    1423 11:24:57: Unregistering ResourceManager for type BspLevel 
    1424 11:24:57: Render Target 'rtt/44670080' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
    1425 11:24:57: Render Target 'rtt/44669568' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
    1426 11:24:57: Render Target 'rtt/44669088' Average FPS: 0.617976 Best FPS: 2.33827 Worst FPS: 0.564653 
    1427 11:24:57: Render Target 'rtt/44647296' Average FPS: 0.617975 Best FPS: 2.33645 Worst FPS: 0.564653 
    1428 11:24:57: Render Target 'rtt/44477792' Average FPS: 0.618126 Best FPS: 2.34192 Worst FPS: 0.564653 
    1429 11:24:57: Render Target 'rtt/44477856' Average FPS: 0.618126 Best FPS: 2.34192 Worst FPS: 0.564653 
    1430 11:24:57: Render Target 'rtt/44477920' Average FPS: 0.618126 Best FPS: 2.34192 Worst FPS: 0.564653 
    1431 11:24:57: Render Target 'rtt/44477984' Average FPS: 0.618126 Best FPS: 2.34009 Worst FPS: 0.564493 
    1432 11:24:57: Render Target 'rtt/44478048' Average FPS: 0.618126 Best FPS: 2.34009 Worst FPS: 0.564493 
    1433 11:24:57: Render Target 'rtt/44478112' Average FPS: 0.618126 Best FPS: 2.34009 Worst FPS: 0.564493 
    1434 11:24:57: Render Target 'rtt/44476416' Average FPS: 0.618083 Best FPS: 2.34192 Worst FPS: 0.564653 
    1435 11:24:57: Render Target 'rtt/44476480' Average FPS: 0.618084 Best FPS: 2.34192 Worst FPS: 0.564653 
    1436 11:24:57: Render Target 'rtt/44476544' Average FPS: 0.618084 Best FPS: 2.34192 Worst FPS: 0.564653 
    1437 11:24:57: Render Target 'rtt/44476608' Average FPS: 0.618085 Best FPS: 2.34192 Worst FPS: 0.564653 
    1438 11:24:57: Render Target 'rtt/44476672' Average FPS: 0.618103 Best FPS: 2.34192 Worst FPS: 0.564653 
    1439 11:24:57: Render Target 'rtt/44476736' Average FPS: 0.618126 Best FPS: 2.34192 Worst FPS: 0.564653 
    1440 11:24:57: Render Target 'rtt/44475072' Average FPS: 0.618103 Best FPS: 2.34192 Worst FPS: 0.564653 
    1441 11:24:57: Render Target 'rtt/44475136' Average FPS: 0.618126 Best FPS: 2.34009 Worst FPS: 0.564493 
    1442 11:24:57: Render Target 'rtt/44475200' Average FPS: 0.618084 Best FPS: 2.34192 Worst FPS: 0.564653 
    1443 11:24:57: Render Target 'rtt/44475264' Average FPS: 0.618091 Best FPS: 2.34192 Worst FPS: 0.564653 
    1444 11:24:57: Render Target 'rtt/44475328' Average FPS: 0.618126 Best FPS: 2.34192 Worst FPS: 0.564653 
    1445 11:24:57: Render Target 'rtt/44475392' Average FPS: 0.618079 Best FPS: 2.34192 Worst FPS: 0.564493 
    1446 11:24:57: Render Target 'rtt/44473632' Average FPS: 0.618097 Best FPS: 2.34192 Worst FPS: 0.564653 
    1447 11:24:57: Render Target 'rtt/44473696' Average FPS: 0.618079 Best FPS: 2.34009 Worst FPS: 0.564653 
    1448 11:24:57: Render Target 'rtt/44473760' Average FPS: 0.618085 Best FPS: 2.34192 Worst FPS: 0.564653 
    1449 11:24:57: Render Target 'rtt/44473824' Average FPS: 0.618103 Best FPS: 2.34192 Worst FPS: 0.564653 
    1450 11:24:57: Render Target 'rtt/44473888' Average FPS: 0.618126 Best FPS: 2.34192 Worst FPS: 0.564653 
    1451 11:24:57: Render Target 'rtt/44473952' Average FPS: 0.618079 Best FPS: 2.34192 Worst FPS: 0.564653 
    1452 11:24:57: Render Target 'rtt/44472480' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
    1453 11:24:57: *-*-* OGRE Shutdown 
    1454 11:24:57: Unregistering ResourceManager for type Compositor 
    1455 11:24:57: Unregistering ResourceManager for type Font 
    1456 11:24:57: Unregistering ResourceManager for type Skeleton 
    1457 11:24:57: Unregistering ResourceManager for type Mesh 
    1458 11:24:57: Unregistering ResourceManager for type HighLevelGpuProgram 
    1459 11:24:57: Unloading library .\Plugin_VisibilitySceneManager 
    1460 11:24:57: Unloading library .\Plugin_CgProgramManager 
    1461 11:24:57: Unloading library .\Plugin_OctreeSceneManager 
    1462 11:24:57: Unloading library .\Plugin_BSPSceneManager 
    1463 11:24:57: Unloading library .\Plugin_ParticleFX 
    1464 11:24:57: Render Target 'OGRE Render Window' Average FPS: 0.620451 Best FPS: 2.33645 Worst FPS: 0.539084 
    1465 11:24:57: D3D9 : Shutting down cleanly. 
    1466 11:24:57: Unregistering ResourceManager for type Texture 
    1467 11:24:57: Unregistering ResourceManager for type GpuProgram 
    1468 11:24:57: D3D9 : Direct3D9 Rendering Subsystem destroyed. 
    1469 11:24:57: Unloading library .\RenderSystem_Direct3D9 
    1470 11:24:57: Unregistering ResourceManager for type Material 
    1471 11:24:57: Unloading library OgrePlatform.dll 
     117:23:37: Creating resource group General 
     217:23:37: Creating resource group Internal 
     317:23:37: Creating resource group Autodetect 
     417:23:37: Registering ResourceManager for type Material 
     517:23:37: Registering ResourceManager for type Mesh 
     617:23:37: Registering ResourceManager for type Skeleton 
     717:23:37: MovableObjectFactory for type 'ParticleSystem' registered. 
     817:23:37: Loading library OgrePlatform.dll 
     917:23:37: OverlayElementFactory for type Panel registered. 
     1017:23:37: OverlayElementFactory for type BorderPanel registered. 
     1117:23:37: OverlayElementFactory for type TextArea registered. 
     1217:23:37: Registering ResourceManager for type Font 
     1317:23:37: ArchiveFactory for archive type FileSystem registered. 
     1417:23:37: ArchiveFactory for archive type Zip registered. 
     1517:23:37: DevIL version: Developer's Image Library (DevIL) 1.6.7 Oct 28 2005 
     1617:23:37: DevIL image formats: bmp dib cut dcx dds gif hdr ico cur jpg jpe jpeg lif mdl mng jng pcx pic pix png pbm pgm pnm ppm psd pdd psp pxr sgi bw rgb rgba tga vda icb vst tif tiff wal xpm raw  
     1717:23:37: Registering ResourceManager for type HighLevelGpuProgram 
     1817:23:37: Registering ResourceManager for type Compositor 
     1917:23:37: MovableObjectFactory for type 'Entity' registered. 
     2017:23:37: MovableObjectFactory for type 'Light' registered. 
     2117:23:37: MovableObjectFactory for type 'BillboardSet' registered. 
     2217:23:37: MovableObjectFactory for type 'ManualObject' registered. 
     2317:23:37: MovableObjectFactory for type 'BillboardChain' registered. 
     2417:23:37: MovableObjectFactory for type 'RibbonTrail' registered. 
     2517:23:37: Loading library .\RenderSystem_Direct3D9 
     2617:23:37: D3D9 : Direct3D9 Rendering Subsystem created. 
     2717:23:37: D3D9: Driver Detection Starts 
     2817:23:37: D3D9: Driver Detection Ends 
     2917:23:37: Loading library .\Plugin_ParticleFX 
     3017:23:37: Particle Emitter Type 'Point' registered 
     3117:23:37: Particle Emitter Type 'Box' registered 
     3217:23:37: Particle Emitter Type 'Ellipsoid' registered 
     3317:23:37: Particle Emitter Type 'Cylinder' registered 
     3417:23:37: Particle Emitter Type 'Ring' registered 
     3517:23:37: Particle Emitter Type 'HollowEllipsoid' registered 
     3617:23:37: Particle Affector Type 'LinearForce' registered 
     3717:23:37: Particle Affector Type 'ColourFader' registered 
     3817:23:37: Particle Affector Type 'ColourFader2' registered 
     3917:23:37: Particle Affector Type 'ColourImage' registered 
     4017:23:37: Particle Affector Type 'ColourInterpolator' registered 
     4117:23:37: Particle Affector Type 'Scaler' registered 
     4217:23:37: Particle Affector Type 'Rotator' registered 
     4317:23:37: Particle Affector Type 'DirectionRandomiser' registered 
     4417:23:37: Particle Affector Type 'DeflectorPlane' registered 
     4517:23:37: Loading library .\Plugin_BSPSceneManager 
     4617:23:37: Registering ResourceManager for type BspLevel 
     4717:23:37: Loading library .\Plugin_OctreeSceneManager 
     4817:23:37: Loading library .\Plugin_CgProgramManager 
     4917:23:37: Loading library .\Plugin_VisibilitySceneManager 
     5017:23:39: *-*-* OGRE Initialising 
     5117:23:39: *-*-* Version 1.2.0 (Dagon) 
     5217:23:39: Creating resource group Bootstrap 
     5317:23:39: Added resource location '../../Media/packs/OgreCore.zip' of type 'Zip' to resource group 'Bootstrap' 
     5417:23:39: Creating resource group GTP_Basic 
     5517:23:39: Added resource location '../../Media/materials/GTPBasic' of type 'FileSystem' to resource group 'GTP_Basic' 
     5617:23:39: Creating resource group GTP_Caustic 
     5717:23:39: Added resource location '../../Media/materials/GTPCaustic' of type 'FileSystem' to resource group 'GTP_Caustic' 
     5817:23:39: Creating resource group GTP_Demo 
     5917:23:39: Added resource location '../../Media/Demo' of type 'FileSystem' to resource group 'GTP_Demo' 
     6017:23:39: Creating resource group GTP_Diffuse 
     6117:23:39: Added resource location '../../Media/materials/GTPAdvancedEnvMap/diffuse' of type 'FileSystem' to resource group 'GTP_Diffuse' 
     6217:23:39: Creating resource group GTP_EnvMap 
     6317:23:39: Added resource location '../../Media/materials/GTPEnvMap' of type 'FileSystem' to resource group 'GTP_EnvMap' 
     6417:23:39: Creating resource group GTP_MultiBounce_Shared 
     6517:23:39: Added resource location '../../Media/materials/GTPAdvancedEnvMap/multibounce' of type 'FileSystem' to resource group 'GTP_MultiBounce_Shared' 
     6617:23:39: Creating resource group GTP_MultipleReflection 
     6717:23:39: Added resource location '../../Media/materials/GTPAdvancedEnvMap/multibounce/multipleReflection' of type 'FileSystem' to resource group 'GTP_MultipleReflection' 
     6817:23:39: Creating resource group GTP_MultipleReflection_MinMax 
     6917:23:39: Added resource location '../../Media/materials/GTPAdvancedEnvMap/multibounce/multipleReflectionMinMax' of type 'FileSystem' to resource group 'GTP_MultipleReflection_MinMax' 
     7017:23:39: Creating resource group GTP_MultipleRefraction 
     7117:23:39: Added resource location '../../Media/materials/GTPAdvancedEnvMap/multibounce/multipleRefraction' of type 'FileSystem' to resource group 'GTP_MultipleRefraction' 
     7217:23:39: Creating resource group GTP_MultipleRefraction_MinMax 
     7317:23:39: Added resource location '../../Media/materials/GTPAdvancedEnvMap/multibounce/multipleRefractionMinMax' of type 'FileSystem' to resource group 'GTP_MultipleRefraction_MinMax' 
     7417:23:39: Creating resource group GTP_Particles 
     7517:23:39: Added resource location '../../Media/materials/GTPParticles' of type 'FileSystem' to resource group 'GTP_Particles' 
     7617:23:39: Creating resource group GTP_PathMapDemo 
     7717:23:39: Added resource location '../../Media/PMDemo' of type 'FileSystem' to resource group 'GTP_PathMapDemo' 
     7817:23:39: Added resource location '../../Media' of type 'FileSystem' to resource group 'General' 
     7917:23:39: Added resource location '../../Media/fonts' of type 'FileSystem' to resource group 'General' 
     8017:23:39: Added resource location '../../Media/materials/programs' of type 'FileSystem' to resource group 'General' 
     8117:23:39: Added resource location '../../Media/materials/scripts' of type 'FileSystem' to resource group 'General' 
     8217:23:39: Added resource location '../../Media/materials/textures' of type 'FileSystem' to resource group 'General' 
     8317:23:39: Added resource location '../../Media/models' of type 'FileSystem' to resource group 'General' 
     8417:23:39: Added resource location '../../Media/overlays' of type 'FileSystem' to resource group 'General' 
     8517:23:39: Added resource location '../../Media/particle' of type 'FileSystem' to resource group 'General' 
     8617:23:39: Added resource location '../../Media/gui' of type 'FileSystem' to resource group 'General' 
     8717:23:39: Added resource location '../../Media/packs/cubemapsJS.zip' of type 'Zip' to resource group 'General' 
     8817:23:39: Added resource location '../../Media/packs/smokealphaclip.zip' of type 'Zip' to resource group 'General' 
     8917:23:39: Creating resource group PostProc 
     9017:23:39: Added resource location '../../Media/materials/GTPPostProc' of type 'FileSystem' to resource group 'PostProc' 
     9117:23:39: D3D9 : RenderSystem Option: Allow NVPerfHUD = No 
     9217:23:39: D3D9 : RenderSystem Option: Anti aliasing = None 
     9317:23:39: D3D9 : RenderSystem Option: Floating-point mode = Fastest 
     9417:23:39: D3D9 : RenderSystem Option: Full Screen = No 
     9517:23:39: D3D9 : RenderSystem Option: Rendering Device = NVIDIA GeForce 7950 GX2 
     9617:23:39: D3D9 : RenderSystem Option: VSync = No 
     9717:23:39: D3D9 : RenderSystem Option: Video Mode = 800 x 600 @ 32-bit colour 
     9817:23:40: D3D9 : Subsystem Initialising 
     9917:23:40: D3D9RenderSystem::createRenderWindow "OGRE Render Window", 800x600 windowed  miscParams: FSAA=0 FSAAQuality=0 colourDepth=32 useNVPerfHUD=false vsync=false  
     10017:23:40: D3D9 : Created D3D9 Rendering Window 'OGRE Render Window' : 800x600, 32bpp 
     10117:23:40: D3D9 : WARNING - disabling VSync in windowed mode can cause timing issues at lower frame rates, turn VSync on if you observe this problem. 
     10217:23:40: Registering ResourceManager for type Texture 
     10317:23:40: Registering ResourceManager for type GpuProgram 
     10417:23:40: RenderSystem capabilities 
     10517:23:40: ------------------------- 
     10617:23:40:  * Hardware generation of mipmaps: yes 
     10717:23:40:  * Texture blending: yes 
     10817:23:40:  * Anisotropic texture filtering: yes 
     10917:23:40:  * Dot product texture operation: yes 
     11017:23:40:  * Cube mapping: yes 
     11117:23:40:  * Hardware stencil buffer: yes 
     11217:23:40:    - Stencil depth: 8 
     11317:23:40:    - Two sided stencil support: yes 
     11417:23:40:    - Wrap stencil values: yes 
     11517:23:40:  * Hardware vertex / index buffers: yes 
     11617:23:40:  * Vertex programs: yes 
     11717:23:40:    - Max vertex program version: vs_3_0 
     11817:23:40:  * Fragment programs: yes 
     11917:23:40:    - Max fragment program version: ps_3_0 
     12017:23:40:  * Texture Compression: yes 
     12117:23:40:    - DXT: yes 
     12217:23:40:    - VTC: no 
     12317:23:40:  * Scissor Rectangle: yes 
     12417:23:40:  * Hardware Occlusion Query: yes 
     12517:23:40:  * User clip planes: yes 
     12617:23:40:  * VET_UBYTE4 vertex element type: yes 
     12717:23:40:  * Infinite far plane projection: yes 
     12817:23:40:  * Hardware render-to-texture: yes 
     12917:23:40:  * Floating point textures: yes 
     13017:23:40:  * Non-power-of-two textures: yes 
     13117:23:40:  * Volume textures: yes 
     13217:23:40:  * Multiple Render Targets: 4 
     13317:23:40:  * Max Point Size: 8192 
     13417:23:40: *************************************** 
     13517:23:40: *** D3D9 : Subsystem Initialised OK *** 
     13617:23:40: *************************************** 
     13717:23:40: ResourceBackgroundQueue - threading disabled 
     13817:23:40: Particle Renderer Type 'billboard' registered 
     13917:23:40: Particle Renderer Type 'sprite' registered 
     14017:23:40: Creating viewport on target 'OGRE Render Window', rendering from camera 'PlayerCam', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     14117:23:40: Viewport for camera 'PlayerCam', actual dimensions L: 0 T: 0 W: 800 H: 600 
     14217:23:40: Initialising resource group Bootstrap 
     14317:23:40: Parsing scripts for resource group Bootstrap 
     14417:23:40: Parsing script OgreCore.material 
     14517:23:40: Parsing script OgreProfiler.material 
     14617:23:40: Parsing script Ogre.fontdef 
     14717:23:40: Parsing script OgreDebugPanel.overlay 
     14817:23:40: Texture: New_Ogre_Border_Center.png: Loading 1 faces(PF_A8B8G8R8,256x128x1) with  hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x128x1. 
     14917:23:40: Texture: New_Ogre_Border.png: Loading 1 faces(PF_A8B8G8R8,256x256x1) with  hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x256x1. 
     15017:23:40: Texture: New_Ogre_Border_Break.png: Loading 1 faces(PF_A8B8G8R8,32x32x1) with  hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,32x32x1. 
     15117:23:40: Font TrebuchetMSBoldusing texture size 512x512 
     15217:23:40: Info: Freetype returned null for character 160 in font TrebuchetMSBold 
     15317:23:40: Texture: TrebuchetMSBoldTexture: Loading 1 faces(PF_BYTE_LA,512x512x1) with 0 generated mipmaps from Image. Internal format is PF_BYTE_LA,512x512x1. 
     15417:23:40: Texture: ogretext.png: Loading 1 faces(PF_A8B8G8R8,256x128x1) with  hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x128x1. 
     15517:23:40: Parsing script OgreLoadingPanel.overlay 
     15617:23:40: Finished parsing scripts for resource group Bootstrap 
     15717:23:40: Initialising resource group General 
     15817:23:40: Parsing scripts for resource group General 
     15917:23:40: Parsing script GameTools.program 
     16017:23:40: Parsing script atlascube.material 
     16117:23:40: Parsing script colorcube.material 
     16217:23:40: Parsing script difflab.material 
     16317:23:40: Parsing script diffscene.material 
     16417:23:40: Parsing script GameTools.material 
     16517:23:40: Error in material Examples/MorningSkyBox at line 49 of GameTools.material: Invalid vertex_program_ref entry - vertex program GTP/Basic/PlainTex_VS has not been defined. 
     16617:23:40: Error in material Examples/MorningSkyBox at line 53 of GameTools.material: Invalid fragment_program_ref entry - fragment program GTP/Basic/PlainTex2DColored_PS has not been defined. 
     16717:23:40: Parsing script hangar.material 
     16817:23:40: Parsing script kupola.material 
     16917:23:40: Error in material kupolalambert2 at line 48 of kupola.material: Unrecognised command: max_caster_count 
     17017:23:40: Error in material kupolalambert5 at line 74 of kupola.material: Unrecognised command: max_caster_count 
     17117:23:40: Parsing script Ogre.material 
     17217:23:40: Parsing script RaytraceDemo.material 
     17317:23:40: Parsing script stairs.material 
     17417:23:40: Parsing script terito.material 
     17517:23:40: Parsing script uvegfolyoso2.material 
     17617:23:40: Parsing script X3D.material 
     17717:23:40: Parsing script sample.fontdef 
     17817:23:40: Bad attribute line: glyph             0.152344        0.125   0.160156        0.1875 in font Ogre 
     17917:23:40: Parsing script GameTools.particle 
     18017:23:40: Parsing script Compositor.overlay 
     18117:23:40: Parsing script DP3.overlay 
     18217:23:40: Parsing script Example-CubeMapping.overlay 
     18317:23:40: Parsing script Example-DynTex.overlay 
     18417:23:40: Parsing script Example-Water.overlay 
     18517:23:40: Parsing script FullScreen.overlay 
     18617:23:40: Texture: flare.png: Loading 1 faces(PF_B8G8R8,256x256x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1. 
     18717:23:40: Parsing script Shadows.overlay 
     18817:23:40: Finished parsing scripts for resource group General 
     18917:23:40: Initialising resource group GTP_Basic 
     19017:23:40: Parsing scripts for resource group GTP_Basic 
     19117:23:40: Parsing script GTPBasic.program 
     19217:23:40: Parsing script GTPBasic.material 
     19317:23:40: Finished parsing scripts for resource group GTP_Basic 
     19417:23:40: Initialising resource group PostProc 
     19517:23:40: Parsing scripts for resource group PostProc 
     19617:23:40: Parsing script GTPPostProc.program 
     19717:23:40: Parsing script GTPPostProc.material 
     19817:23:40: Parsing script GTPGlow.compositor 
     19917:23:40: Parsing script GTPToneMap.compositor 
     20017:23:40: Finished parsing scripts for resource group PostProc 
     20117:23:40: Initialising resource group GTP_EnvMap 
     20217:23:40: Parsing scripts for resource group GTP_EnvMap 
     20317:23:40: Parsing script GTPEnvMap.program 
     20417:23:40: Parsing script GTPEnvMap.material 
     20517:23:41: Finished parsing scripts for resource group GTP_EnvMap 
     20617:23:41: Initialising resource group GTP_Caustic 
     20717:23:41: Parsing scripts for resource group GTP_Caustic 
     20817:23:41: Parsing script GTPCaustic.program 
     20917:23:41: Parsing script GTPCaustic.material 
     21017:23:41: Finished parsing scripts for resource group GTP_Caustic 
     21117:23:41: D3D9 : Loading 2D Texture, image name : 'Forest_fr.dds' with 5 mip map levels 
     21217:23:41: D3D9 : Loading 2D Texture, image name : 'Forest_bk.dds' with 5 mip map levels 
     21317:23:41: D3D9 : Loading 2D Texture, image name : 'Forest_lf.dds' with 5 mip map levels 
     21417:23:41: D3D9 : Loading 2D Texture, image name : 'Forest_rt.dds' with 5 mip map levels 
     21517:23:41: D3D9 : Loading 2D Texture, image name : 'Forest_up.dds' with 5 mip map levels 
     21617:23:41: D3D9 : Loading 2D Texture, image name : 'Forest_dn.dds' with 5 mip map levels 
     21717:23:41: Mesh: Loading kupola.mesh. 
     21817:23:41: Texture: falt2.tga: Loading 1 faces(PF_R8G8B8,2048x2048x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,2048x2048x1. 
     21917:23:41: Texture: talaj2.tga: Loading 1 faces(PF_R8G8B8,1024x1024x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,1024x1024x1. 
     22017:23:41: Mesh: Loading head.mesh. 
     22117:23:41: Can't assign material initialShadingGroup2 to SubEntity of centerHead because this Material does not exist. Have you forgotten to define it in a .material script? 
     22217:23:41: Can't assign material initialShadingGroup2 to SubEntity of goldHead because this Material does not exist. Have you forgotten to define it in a .material script? 
     22317:23:41: Can't assign material initialShadingGroup2 to SubEntity of silverHead because this Material does not exist. Have you forgotten to define it in a .material script? 
     22417:23:41: Can't assign material initialShadingGroup2 to SubEntity of copperHead because this Material does not exist. Have you forgotten to define it in a .material script? 
     22517:23:41: Can't assign material initialShadingGroup2 to SubEntity of aluHead because this Material does not exist. Have you forgotten to define it in a .material script? 
     22617:23:41: Creating viewport on target 'rtt/3210720', rendering from camera 'aluHead_SE_0_COLORCUBEMAPCUBEMAPFACE_0_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     22717:23:41: Viewport for camera 'aluHead_SE_0_COLORCUBEMAPCUBEMAPFACE_0_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     22817:23:41: Creating viewport on target 'rtt/3210784', rendering from camera 'aluHead_SE_0_COLORCUBEMAPCUBEMAPFACE_1_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     22917:23:41: Viewport for camera 'aluHead_SE_0_COLORCUBEMAPCUBEMAPFACE_1_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     23017:23:41: Creating viewport on target 'rtt/3210848', rendering from camera 'aluHead_SE_0_COLORCUBEMAPCUBEMAPFACE_2_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     23117:23:41: Viewport for camera 'aluHead_SE_0_COLORCUBEMAPCUBEMAPFACE_2_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     23217:23:41: Creating viewport on target 'rtt/3210912', rendering from camera 'aluHead_SE_0_COLORCUBEMAPCUBEMAPFACE_3_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     23317:23:41: Viewport for camera 'aluHead_SE_0_COLORCUBEMAPCUBEMAPFACE_3_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     23417:23:41: Creating viewport on target 'rtt/3210976', rendering from camera 'aluHead_SE_0_COLORCUBEMAPCUBEMAPFACE_4_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     23517:23:41: Viewport for camera 'aluHead_SE_0_COLORCUBEMAPCUBEMAPFACE_4_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     23617:23:41: Creating viewport on target 'rtt/3211040', rendering from camera 'aluHead_SE_0_COLORCUBEMAPCUBEMAPFACE_5_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     23717:23:41: Viewport for camera 'aluHead_SE_0_COLORCUBEMAPCUBEMAPFACE_5_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     23817:23:41: WARNING: Texture instance 'aluHead_SE_0_COLORCUBEMAP' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 
     23917:23:41: Creating viewport on target 'rtt/3205120', rendering from camera 'aluHead_SE_0_DISTANCECUBEMAPCUBEMAPFACE_0_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     24017:23:41: Viewport for camera 'aluHead_SE_0_DISTANCECUBEMAPCUBEMAPFACE_0_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     24117:23:41: Creating viewport on target 'rtt/3205184', rendering from camera 'aluHead_SE_0_DISTANCECUBEMAPCUBEMAPFACE_1_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     24217:23:41: Viewport for camera 'aluHead_SE_0_DISTANCECUBEMAPCUBEMAPFACE_1_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     24317:23:41: Creating viewport on target 'rtt/3205248', rendering from camera 'aluHead_SE_0_DISTANCECUBEMAPCUBEMAPFACE_2_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     24417:23:41: Viewport for camera 'aluHead_SE_0_DISTANCECUBEMAPCUBEMAPFACE_2_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     24517:23:41: Creating viewport on target 'rtt/3205312', rendering from camera 'aluHead_SE_0_DISTANCECUBEMAPCUBEMAPFACE_3_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     24617:23:41: Viewport for camera 'aluHead_SE_0_DISTANCECUBEMAPCUBEMAPFACE_3_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     24717:23:41: Creating viewport on target 'rtt/3205376', rendering from camera 'aluHead_SE_0_DISTANCECUBEMAPCUBEMAPFACE_4_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     24817:23:41: Viewport for camera 'aluHead_SE_0_DISTANCECUBEMAPCUBEMAPFACE_4_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     24917:23:41: Creating viewport on target 'rtt/3205440', rendering from camera 'aluHead_SE_0_DISTANCECUBEMAPCUBEMAPFACE_5_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     25017:23:41: Viewport for camera 'aluHead_SE_0_DISTANCECUBEMAPCUBEMAPFACE_5_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     25117:23:41: WARNING: Texture instance 'aluHead_SE_0_DISTANCECUBEMAP' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 
     25217:23:41: Creating viewport on target 'rtt/3144256', rendering from camera 'centerHead_SE_0_COLORCUBEMAPCUBEMAPFACE_0_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     25317:23:41: Viewport for camera 'centerHead_SE_0_COLORCUBEMAPCUBEMAPFACE_0_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     25417:23:41: Creating viewport on target 'rtt/3144320', rendering from camera 'centerHead_SE_0_COLORCUBEMAPCUBEMAPFACE_1_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     25517:23:41: Viewport for camera 'centerHead_SE_0_COLORCUBEMAPCUBEMAPFACE_1_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     25617:23:41: Creating viewport on target 'rtt/3144384', rendering from camera 'centerHead_SE_0_COLORCUBEMAPCUBEMAPFACE_2_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     25717:23:41: Viewport for camera 'centerHead_SE_0_COLORCUBEMAPCUBEMAPFACE_2_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     25817:23:41: Creating viewport on target 'rtt/3144448', rendering from camera 'centerHead_SE_0_COLORCUBEMAPCUBEMAPFACE_3_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     25917:23:41: Viewport for camera 'centerHead_SE_0_COLORCUBEMAPCUBEMAPFACE_3_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     26017:23:41: Creating viewport on target 'rtt/3144512', rendering from camera 'centerHead_SE_0_COLORCUBEMAPCUBEMAPFACE_4_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     26117:23:41: Viewport for camera 'centerHead_SE_0_COLORCUBEMAPCUBEMAPFACE_4_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     26217:23:41: Creating viewport on target 'rtt/3144576', rendering from camera 'centerHead_SE_0_COLORCUBEMAPCUBEMAPFACE_5_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     26317:23:41: Viewport for camera 'centerHead_SE_0_COLORCUBEMAPCUBEMAPFACE_5_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     26417:23:41: WARNING: Texture instance 'centerHead_SE_0_COLORCUBEMAP' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 
     26517:23:41: Creating viewport on target 'rtt/3145632', rendering from camera 'centerHead_SE_0_DISTANCECUBEMAPCUBEMAPFACE_0_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     26617:23:41: Viewport for camera 'centerHead_SE_0_DISTANCECUBEMAPCUBEMAPFACE_0_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     26717:23:41: Creating viewport on target 'rtt/3145696', rendering from camera 'centerHead_SE_0_DISTANCECUBEMAPCUBEMAPFACE_1_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     26817:23:41: Viewport for camera 'centerHead_SE_0_DISTANCECUBEMAPCUBEMAPFACE_1_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     26917:23:41: Creating viewport on target 'rtt/3145760', rendering from camera 'centerHead_SE_0_DISTANCECUBEMAPCUBEMAPFACE_2_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     27017:23:41: Viewport for camera 'centerHead_SE_0_DISTANCECUBEMAPCUBEMAPFACE_2_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     27117:23:41: Creating viewport on target 'rtt/3145824', rendering from camera 'centerHead_SE_0_DISTANCECUBEMAPCUBEMAPFACE_3_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     27217:23:41: Viewport for camera 'centerHead_SE_0_DISTANCECUBEMAPCUBEMAPFACE_3_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     27317:23:41: Creating viewport on target 'rtt/3145888', rendering from camera 'centerHead_SE_0_DISTANCECUBEMAPCUBEMAPFACE_4_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     27417:23:41: Viewport for camera 'centerHead_SE_0_DISTANCECUBEMAPCUBEMAPFACE_4_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     27517:23:41: Creating viewport on target 'rtt/3145952', rendering from camera 'centerHead_SE_0_DISTANCECUBEMAPCUBEMAPFACE_5_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     27617:23:41: Viewport for camera 'centerHead_SE_0_DISTANCECUBEMAPCUBEMAPFACE_5_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     27717:23:41: WARNING: Texture instance 'centerHead_SE_0_DISTANCECUBEMAP' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 
     27817:23:41: Creating viewport on target 'rtt/3146976', rendering from camera 'centerHead_SE_0_CAUSTICCUBEMAPCUBEMAPFACE_0_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     27917:23:41: Viewport for camera 'centerHead_SE_0_CAUSTICCUBEMAPCUBEMAPFACE_0_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     28017:23:41: Creating viewport on target 'rtt/3147040', rendering from camera 'centerHead_SE_0_CAUSTICCUBEMAPCUBEMAPFACE_1_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     28117:23:41: Viewport for camera 'centerHead_SE_0_CAUSTICCUBEMAPCUBEMAPFACE_1_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     28217:23:41: Creating viewport on target 'rtt/3147104', rendering from camera 'centerHead_SE_0_CAUSTICCUBEMAPCUBEMAPFACE_2_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     28317:23:41: Viewport for camera 'centerHead_SE_0_CAUSTICCUBEMAPCUBEMAPFACE_2_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     28417:23:41: Creating viewport on target 'rtt/3147168', rendering from camera 'centerHead_SE_0_CAUSTICCUBEMAPCUBEMAPFACE_3_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     28517:23:41: Viewport for camera 'centerHead_SE_0_CAUSTICCUBEMAPCUBEMAPFACE_3_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     28617:23:41: Creating viewport on target 'rtt/3147232', rendering from camera 'centerHead_SE_0_CAUSTICCUBEMAPCUBEMAPFACE_4_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     28717:23:41: Viewport for camera 'centerHead_SE_0_CAUSTICCUBEMAPCUBEMAPFACE_4_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     28817:23:41: Creating viewport on target 'rtt/3147296', rendering from camera 'centerHead_SE_0_CAUSTICCUBEMAPCUBEMAPFACE_5_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     28917:23:41: Viewport for camera 'centerHead_SE_0_CAUSTICCUBEMAPCUBEMAPFACE_5_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     29017:23:41: Creating viewport on target 'rtt/3147744', rendering from camera 'centerHead_SE_0_PHOTONMAP_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     29117:23:41: Viewport for camera 'centerHead_SE_0_PHOTONMAP_CAMERA', actual dimensions L: 0 T: 0 W: 64 H: 64 
     29217:23:41: centerHead_SE_0_CAUSTICCUBEMAP map: centerHead_SE_0_PHOTONMAP material: GTP/Caustic/CauCube_PointSprite_clone_centerHead_SE_0 
     29317:23:41: Creating viewport on target 'rtt/3148800', rendering from camera 'copperHead_SE_0_COLORCUBEMAPCUBEMAPFACE_0_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     29417:23:41: Viewport for camera 'copperHead_SE_0_COLORCUBEMAPCUBEMAPFACE_0_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     29517:23:41: Creating viewport on target 'rtt/3148864', rendering from camera 'copperHead_SE_0_COLORCUBEMAPCUBEMAPFACE_1_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     29617:23:41: Viewport for camera 'copperHead_SE_0_COLORCUBEMAPCUBEMAPFACE_1_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     29717:23:41: Creating viewport on target 'rtt/3148928', rendering from camera 'copperHead_SE_0_COLORCUBEMAPCUBEMAPFACE_2_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     29817:23:41: Viewport for camera 'copperHead_SE_0_COLORCUBEMAPCUBEMAPFACE_2_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     29917:23:41: Creating viewport on target 'rtt/3148992', rendering from camera 'copperHead_SE_0_COLORCUBEMAPCUBEMAPFACE_3_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     30017:23:41: Viewport for camera 'copperHead_SE_0_COLORCUBEMAPCUBEMAPFACE_3_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     30117:23:41: Creating viewport on target 'rtt/3149056', rendering from camera 'copperHead_SE_0_COLORCUBEMAPCUBEMAPFACE_4_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     30217:23:41: Viewport for camera 'copperHead_SE_0_COLORCUBEMAPCUBEMAPFACE_4_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     30317:23:41: Creating viewport on target 'rtt/3149120', rendering from camera 'copperHead_SE_0_COLORCUBEMAPCUBEMAPFACE_5_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     30417:23:41: Viewport for camera 'copperHead_SE_0_COLORCUBEMAPCUBEMAPFACE_5_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     30517:23:41: WARNING: Texture instance 'copperHead_SE_0_COLORCUBEMAP' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 
     30617:23:41: Creating viewport on target 'rtt/3150144', rendering from camera 'copperHead_SE_0_DISTANCECUBEMAPCUBEMAPFACE_0_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     30717:23:41: Viewport for camera 'copperHead_SE_0_DISTANCECUBEMAPCUBEMAPFACE_0_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     30817:23:41: Creating viewport on target 'rtt/3150208', rendering from camera 'copperHead_SE_0_DISTANCECUBEMAPCUBEMAPFACE_1_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     30917:23:41: Viewport for camera 'copperHead_SE_0_DISTANCECUBEMAPCUBEMAPFACE_1_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     31017:23:41: Creating viewport on target 'rtt/3150272', rendering from camera 'copperHead_SE_0_DISTANCECUBEMAPCUBEMAPFACE_2_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     31117:23:41: Viewport for camera 'copperHead_SE_0_DISTANCECUBEMAPCUBEMAPFACE_2_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     31217:23:41: Creating viewport on target 'rtt/3150336', rendering from camera 'copperHead_SE_0_DISTANCECUBEMAPCUBEMAPFACE_3_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     31317:23:41: Viewport for camera 'copperHead_SE_0_DISTANCECUBEMAPCUBEMAPFACE_3_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     31417:23:41: Creating viewport on target 'rtt/3150400', rendering from camera 'copperHead_SE_0_DISTANCECUBEMAPCUBEMAPFACE_4_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     31517:23:41: Viewport for camera 'copperHead_SE_0_DISTANCECUBEMAPCUBEMAPFACE_4_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     31617:23:41: Creating viewport on target 'rtt/3150464', rendering from camera 'copperHead_SE_0_DISTANCECUBEMAPCUBEMAPFACE_5_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     31717:23:41: Viewport for camera 'copperHead_SE_0_DISTANCECUBEMAPCUBEMAPFACE_5_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     31817:23:41: WARNING: Texture instance 'copperHead_SE_0_DISTANCECUBEMAP' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 
     31917:23:41: Creating viewport on target 'rtt/3151520', rendering from camera 'goldHead_SE_0_COLORCUBEMAPCUBEMAPFACE_0_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     32017:23:41: Viewport for camera 'goldHead_SE_0_COLORCUBEMAPCUBEMAPFACE_0_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     32117:23:41: Creating viewport on target 'rtt/3151584', rendering from camera 'goldHead_SE_0_COLORCUBEMAPCUBEMAPFACE_1_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     32217:23:41: Viewport for camera 'goldHead_SE_0_COLORCUBEMAPCUBEMAPFACE_1_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     32317:23:41: Creating viewport on target 'rtt/3151648', rendering from camera 'goldHead_SE_0_COLORCUBEMAPCUBEMAPFACE_2_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     32417:23:41: Viewport for camera 'goldHead_SE_0_COLORCUBEMAPCUBEMAPFACE_2_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     32517:23:41: Creating viewport on target 'rtt/3151712', rendering from camera 'goldHead_SE_0_COLORCUBEMAPCUBEMAPFACE_3_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     32617:23:41: Viewport for camera 'goldHead_SE_0_COLORCUBEMAPCUBEMAPFACE_3_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     32717:23:41: Creating viewport on target 'rtt/3151776', rendering from camera 'goldHead_SE_0_COLORCUBEMAPCUBEMAPFACE_4_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     32817:23:41: Viewport for camera 'goldHead_SE_0_COLORCUBEMAPCUBEMAPFACE_4_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     32917:23:41: Creating viewport on target 'rtt/3151840', rendering from camera 'goldHead_SE_0_COLORCUBEMAPCUBEMAPFACE_5_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     33017:23:41: Viewport for camera 'goldHead_SE_0_COLORCUBEMAPCUBEMAPFACE_5_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     33117:23:41: WARNING: Texture instance 'goldHead_SE_0_COLORCUBEMAP' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 
     33217:23:41: Creating viewport on target 'rtt/3152864', rendering from camera 'goldHead_SE_0_DISTANCECUBEMAPCUBEMAPFACE_0_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     33317:23:41: Viewport for camera 'goldHead_SE_0_DISTANCECUBEMAPCUBEMAPFACE_0_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     33417:23:41: Creating viewport on target 'rtt/3152928', rendering from camera 'goldHead_SE_0_DISTANCECUBEMAPCUBEMAPFACE_1_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     33517:23:41: Viewport for camera 'goldHead_SE_0_DISTANCECUBEMAPCUBEMAPFACE_1_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     33617:23:41: Creating viewport on target 'rtt/3152992', rendering from camera 'goldHead_SE_0_DISTANCECUBEMAPCUBEMAPFACE_2_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     33717:23:41: Viewport for camera 'goldHead_SE_0_DISTANCECUBEMAPCUBEMAPFACE_2_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     33817:23:41: Creating viewport on target 'rtt/3153056', rendering from camera 'goldHead_SE_0_DISTANCECUBEMAPCUBEMAPFACE_3_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     33917:23:41: Viewport for camera 'goldHead_SE_0_DISTANCECUBEMAPCUBEMAPFACE_3_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     34017:23:41: Creating viewport on target 'rtt/3153120', rendering from camera 'goldHead_SE_0_DISTANCECUBEMAPCUBEMAPFACE_4_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     34117:23:41: Viewport for camera 'goldHead_SE_0_DISTANCECUBEMAPCUBEMAPFACE_4_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     34217:23:41: Creating viewport on target 'rtt/3153184', rendering from camera 'goldHead_SE_0_DISTANCECUBEMAPCUBEMAPFACE_5_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     34317:23:41: Viewport for camera 'goldHead_SE_0_DISTANCECUBEMAPCUBEMAPFACE_5_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     34417:23:41: WARNING: Texture instance 'goldHead_SE_0_DISTANCECUBEMAP' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 
     34517:23:41: Creating viewport on target 'rtt/3154240', rendering from camera 'silverHead_SE_0_COLORCUBEMAPCUBEMAPFACE_0_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     34617:23:41: Viewport for camera 'silverHead_SE_0_COLORCUBEMAPCUBEMAPFACE_0_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     34717:23:41: Creating viewport on target 'rtt/3154304', rendering from camera 'silverHead_SE_0_COLORCUBEMAPCUBEMAPFACE_1_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     34817:23:41: Viewport for camera 'silverHead_SE_0_COLORCUBEMAPCUBEMAPFACE_1_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     34917:23:41: Creating viewport on target 'rtt/3154368', rendering from camera 'silverHead_SE_0_COLORCUBEMAPCUBEMAPFACE_2_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     35017:23:41: Viewport for camera 'silverHead_SE_0_COLORCUBEMAPCUBEMAPFACE_2_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     35117:23:41: Creating viewport on target 'rtt/3154432', rendering from camera 'silverHead_SE_0_COLORCUBEMAPCUBEMAPFACE_3_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     35217:23:41: Viewport for camera 'silverHead_SE_0_COLORCUBEMAPCUBEMAPFACE_3_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     35317:23:41: Creating viewport on target 'rtt/3154496', rendering from camera 'silverHead_SE_0_COLORCUBEMAPCUBEMAPFACE_4_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     35417:23:41: Viewport for camera 'silverHead_SE_0_COLORCUBEMAPCUBEMAPFACE_4_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     35517:23:41: Creating viewport on target 'rtt/3154560', rendering from camera 'silverHead_SE_0_COLORCUBEMAPCUBEMAPFACE_5_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     35617:23:41: Viewport for camera 'silverHead_SE_0_COLORCUBEMAPCUBEMAPFACE_5_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     35717:23:41: WARNING: Texture instance 'silverHead_SE_0_COLORCUBEMAP' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 
     35817:23:41: Creating viewport on target 'rtt/3155584', rendering from camera 'silverHead_SE_0_DISTANCECUBEMAPCUBEMAPFACE_0_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     35917:23:41: Viewport for camera 'silverHead_SE_0_DISTANCECUBEMAPCUBEMAPFACE_0_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     36017:23:41: Creating viewport on target 'rtt/3155648', rendering from camera 'silverHead_SE_0_DISTANCECUBEMAPCUBEMAPFACE_1_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     36117:23:41: Viewport for camera 'silverHead_SE_0_DISTANCECUBEMAPCUBEMAPFACE_1_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     36217:23:41: Creating viewport on target 'rtt/3155712', rendering from camera 'silverHead_SE_0_DISTANCECUBEMAPCUBEMAPFACE_2_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     36317:23:41: Viewport for camera 'silverHead_SE_0_DISTANCECUBEMAPCUBEMAPFACE_2_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     36417:23:41: Creating viewport on target 'rtt/3155776', rendering from camera 'silverHead_SE_0_DISTANCECUBEMAPCUBEMAPFACE_3_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     36517:23:41: Viewport for camera 'silverHead_SE_0_DISTANCECUBEMAPCUBEMAPFACE_3_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     36617:23:41: Creating viewport on target 'rtt/3155840', rendering from camera 'silverHead_SE_0_DISTANCECUBEMAPCUBEMAPFACE_4_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     36717:23:41: Viewport for camera 'silverHead_SE_0_DISTANCECUBEMAPCUBEMAPFACE_4_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     36817:23:41: Creating viewport on target 'rtt/3155904', rendering from camera 'silverHead_SE_0_DISTANCECUBEMAPCUBEMAPFACE_5_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     36917:23:41: Viewport for camera 'silverHead_SE_0_DISTANCECUBEMAPCUBEMAPFACE_5_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     37017:23:41: WARNING: Texture instance 'silverHead_SE_0_DISTANCECUBEMAP' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 
     37117:23:41: Win32Input8: DirectInput Activation Starts 
     37217:23:41: Win32Input8: Establishing keyboard input. 
     37317:23:41: Win32Input8: Keyboard input established. 
     37417:23:41: Win32Input8: Initializing mouse input in immediate mode. 
     37517:23:41: Win32Input8: Mouse input in immediate mode initialized. 
     37617:23:41: Win32Input8: DirectInput OK. 
     37717:24:18: Unregistering ResourceManager for type BspLevel 
     37817:24:18: Render Target 'rtt/3155584' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     37917:24:18: Render Target 'rtt/3155648' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     38017:24:18: Render Target 'rtt/3155712' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     38117:24:18: Render Target 'rtt/3155776' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     38217:24:18: Render Target 'rtt/3155840' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     38317:24:18: Render Target 'rtt/3155904' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     38417:24:18: Render Target 'rtt/3154240' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     38517:24:18: Render Target 'rtt/3154304' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     38617:24:18: Render Target 'rtt/3154368' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     38717:24:18: Render Target 'rtt/3154432' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     38817:24:18: Render Target 'rtt/3154496' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     38917:24:18: Render Target 'rtt/3154560' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     39017:24:18: Render Target 'rtt/3152864' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     39117:24:18: Render Target 'rtt/3152928' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     39217:24:18: Render Target 'rtt/3152992' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     39317:24:18: Render Target 'rtt/3153056' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     39417:24:18: Render Target 'rtt/3153120' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     39517:24:18: Render Target 'rtt/3153184' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     39617:24:18: Render Target 'rtt/3151520' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     39717:24:18: Render Target 'rtt/3151584' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     39817:24:18: Render Target 'rtt/3151648' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     39917:24:18: Render Target 'rtt/3151712' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     40017:24:18: Render Target 'rtt/3151776' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     40117:24:18: Render Target 'rtt/3151840' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     40217:24:18: Render Target 'rtt/3150144' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     40317:24:18: Render Target 'rtt/3150208' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     40417:24:18: Render Target 'rtt/3150272' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     40517:24:18: Render Target 'rtt/3150336' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     40617:24:18: Render Target 'rtt/3150400' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     40717:24:18: Render Target 'rtt/3150464' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     40817:24:18: Render Target 'rtt/3148800' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     40917:24:18: Render Target 'rtt/3148864' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     41017:24:18: Render Target 'rtt/3148928' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     41117:24:18: Render Target 'rtt/3148992' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     41217:24:18: Render Target 'rtt/3149056' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     41317:24:18: Render Target 'rtt/3149120' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     41417:24:18: Render Target 'rtt/3147744' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     41517:24:18: Render Target 'rtt/3146976' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     41617:24:18: Render Target 'rtt/3147040' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     41717:24:18: Render Target 'rtt/3147104' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     41817:24:18: Render Target 'rtt/3147168' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     41917:24:18: Render Target 'rtt/3147232' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     42017:24:18: Render Target 'rtt/3147296' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     42117:24:18: Render Target 'rtt/3145632' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     42217:24:18: Render Target 'rtt/3145696' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     42317:24:18: Render Target 'rtt/3145760' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     42417:24:18: Render Target 'rtt/3145824' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     42517:24:18: Render Target 'rtt/3145888' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     42617:24:18: Render Target 'rtt/3145952' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     42717:24:18: Render Target 'rtt/3144256' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     42817:24:18: Render Target 'rtt/3144320' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     42917:24:18: Render Target 'rtt/3144384' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     43017:24:18: Render Target 'rtt/3144448' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     43117:24:18: Render Target 'rtt/3144512' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     43217:24:18: Render Target 'rtt/3144576' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     43317:24:18: Render Target 'rtt/3205120' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     43417:24:18: Render Target 'rtt/3205184' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     43517:24:18: Render Target 'rtt/3205248' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     43617:24:18: Render Target 'rtt/3205312' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     43717:24:18: Render Target 'rtt/3205376' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     43817:24:18: Render Target 'rtt/3205440' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     43917:24:18: Render Target 'rtt/3210720' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     44017:24:18: Render Target 'rtt/3210784' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     44117:24:18: Render Target 'rtt/3210848' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     44217:24:18: Render Target 'rtt/3210912' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     44317:24:18: Render Target 'rtt/3210976' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     44417:24:18: Render Target 'rtt/3211040' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     44517:24:18: *-*-* OGRE Shutdown 
     44617:24:18: Unregistering ResourceManager for type Compositor 
     44717:24:18: Unregistering ResourceManager for type Font 
     44817:24:18: Unregistering ResourceManager for type Skeleton 
     44917:24:18: Unregistering ResourceManager for type Mesh 
     45017:24:18: Unregistering ResourceManager for type HighLevelGpuProgram 
     45117:24:18: Unloading library .\Plugin_VisibilitySceneManager 
     45217:24:18: Unloading library .\Plugin_CgProgramManager 
     45317:24:18: Unloading library .\Plugin_OctreeSceneManager 
     45417:24:18: Unloading library .\Plugin_BSPSceneManager 
     45517:24:18: Unloading library .\Plugin_ParticleFX 
     45617:24:18: Render Target 'OGRE Render Window' Average FPS: 115.446 Best FPS: 187.251 Worst FPS: 49.8392 
     45717:24:18: D3D9 : Shutting down cleanly. 
     45817:24:18: Unregistering ResourceManager for type Texture 
     45917:24:18: Unregistering ResourceManager for type GpuProgram 
     46017:24:18: D3D9 : Direct3D9 Rendering Subsystem destroyed. 
     46117:24:18: Unloading library .\RenderSystem_Direct3D9 
     46217:24:18: Unregistering ResourceManager for type Material 
     46317:24:18: Unloading library OgrePlatform.dll 
  • GTP/trunk/App/Demos/Illum/Ogre/src/GameToolsToneMapDemo/include/GameToolsToneMapDemo.h

    r2296 r2301  
    7474        void chooseSceneManager() 
    7575        { 
    76                 mSceneMgr = mRoot->createSceneManager("OctreeSceneManager"); 
    77                 //mSceneMgr = mRoot->createSceneManager("OcclusionCullingSceneManager"); 
     76                //mSceneMgr = mRoot->createSceneManager("OctreeSceneManager"); 
     77                mSceneMgr = mRoot->createSceneManager("OcclusionCullingSceneManager"); 
    7878        } 
    7979 
  • GTP/trunk/App/Demos/Illum/Ogre/src/HierarchicalSystem/include/HierarchicalSystem.h

    r2252 r2301  
    7878                ResourceGroupManager::getSingleton().initialiseResourceGroup("Bootstrap"); 
    7979                ResourceGroupManager::getSingleton().initialiseResourceGroup("General"); 
     80                ResourceGroupManager::getSingleton().initialiseResourceGroup("GTP_Basic"); 
    8081                //ResourceGroupManager::getSingleton().initialiseResourceGroup("PostProc"); 
    8182                ResourceGroupManager::getSingleton().initialiseResourceGroup("GTP_Particles"); 
     
    99100                if(scene == 1) 
    100101                { 
    101                  // mSceneMgr = mRoot->createSceneManager("OctreeSceneManager"); 
    102                   mSceneMgr = mRoot->createSceneManager("OcclusionCullingSceneManager"); 
     102                  mSceneMgr = mRoot->createSceneManager("OctreeSceneManager"); 
     103                  //mSceneMgr = mRoot->createSceneManager("OcclusionCullingSceneManager"); 
    103104                } 
    104105                else if(scene == 2) 
     
    110111                //createPostproc(); 
    111112                std::string occlusion_cfg("OcclusionCulling.cfg"); 
    112                 mSceneMgr->setWorldGeometry(occlusion_cfg); 
     113                //mSceneMgr->setWorldGeometry(occlusion_cfg); 
    113114                 
    114115                OgreIlluminationManager::getSingleton().setMainCamera(mCamera); 
Note: See TracChangeset for help on using the changeset viewer.