Changeset 1847


Ignore:
Timestamp:
12/05/06 08:57:19 (17 years ago)
Author:
szirmay
Message:
 
Location:
GTP/trunk/App/Demos/Illum/Ogre
Files:
2 added
13 edited

Legend:

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

    r1831 r1847  
    235235        V = normalize(V); 
    236236        float3 R = normalize(reflect( V, IN.mNormal)); 
     237        //float3 R = normalize(refract( V, IN.mNormal, 0.98)); 
    237238                 
    238239        newTexCoord = R; 
     
    280281                float3 newX = mPos + R * d; 
    281282                float3 newR = normalize(reflect( newV, newN)); 
    282                  
     283        //      float3 newR = normalize(refract( newV, newN, 0.98)); 
     284         
    283285                Hit(newX, newR, DistanceMap, newTexCoord);       
    284286                Color = readCubeMap(CubeMap, newTexCoord ); 
  • GTP/trunk/App/Demos/Illum/Ogre/bin/Debug/Ogre.log

    r1831 r1847  
    1 14:30:22: Creating resource group General 
    2 14:30:22: Creating resource group Internal 
    3 14:30:22: Creating resource group Autodetect 
    4 14:30:22: Registering ResourceManager for type Material 
    5 14:30:22: Registering ResourceManager for type Mesh 
    6 14:30:22: Registering ResourceManager for type Skeleton 
    7 14:30:22: MovableObjectFactory for type 'ParticleSystem' registered. 
    8 14:30:22: Loading library OgrePlatform_d.dll 
    9 14:30:22: OverlayElementFactory for type Panel registered. 
    10 14:30:22: OverlayElementFactory for type BorderPanel registered. 
    11 14:30:22: OverlayElementFactory for type TextArea registered. 
    12 14:30:22: Registering ResourceManager for type Font 
    13 14:30:22: ArchiveFactory for archive type FileSystem registered. 
    14 14:30:22: ArchiveFactory for archive type Zip registered. 
    15 14:30:22: DevIL version: Developer's Image Library (DevIL) 1.6.7 Oct 28 2005 
    16 14:30:22: 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 14:30:22: Registering ResourceManager for type HighLevelGpuProgram 
    18 14:30:22: Registering ResourceManager for type Compositor 
    19 14:30:22: MovableObjectFactory for type 'Entity' registered. 
    20 14:30:22: MovableObjectFactory for type 'Light' registered. 
    21 14:30:22: MovableObjectFactory for type 'BillboardSet' registered. 
    22 14:30:22: MovableObjectFactory for type 'ManualObject' registered. 
    23 14:30:22: MovableObjectFactory for type 'BillboardChain' registered. 
    24 14:30:22: MovableObjectFactory for type 'RibbonTrail' registered. 
    25 14:30:22: Loading library .\RenderSystem_Direct3D9 
    26 14:30:22: D3D9 : Direct3D9 Rendering Subsystem created. 
    27 14:30:22: D3D9: Driver Detection Starts 
    28 14:30:22: D3D9: Driver Detection Ends 
    29 14:30:22: Loading library .\Plugin_ParticleFX 
    30 14:30:22: Particle Emitter Type 'Point' registered 
    31 14:30:22: Particle Emitter Type 'Box' registered 
    32 14:30:22: Particle Emitter Type 'Ellipsoid' registered 
    33 14:30:22: Particle Emitter Type 'Cylinder' registered 
    34 14:30:22: Particle Emitter Type 'Ring' registered 
    35 14:30:22: Particle Emitter Type 'HollowEllipsoid' registered 
    36 14:30:22: Particle Affector Type 'LinearForce' registered 
    37 14:30:22: Particle Affector Type 'ColourFader' registered 
    38 14:30:22: Particle Affector Type 'ColourFader2' registered 
    39 14:30:22: Particle Affector Type 'ColourImage' registered 
    40 14:30:22: Particle Affector Type 'ColourInterpolator' registered 
    41 14:30:22: Particle Affector Type 'Scaler' registered 
    42 14:30:22: Particle Affector Type 'Rotator' registered 
    43 14:30:22: Particle Affector Type 'DirectionRandomiser' registered 
    44 14:30:22: Particle Affector Type 'DeflectorPlane' registered 
    45 14:30:22: Loading library .\Plugin_BSPSceneManager 
    46 14:30:22: Registering ResourceManager for type BspLevel 
    47 14:30:22: Loading library .\Plugin_OctreeSceneManager 
    48 14:30:23: Loading library .\Plugin_CgProgramManager 
    49 14:30:23: *-*-* OGRE Initialising 
    50 14:30:23: *-*-* Version 1.2.0 (Dagon) 
    51 14:30:23: Creating resource group Bootstrap 
    52 14:30:23: Added resource location '../../Media/packs/OgreCore.zip' of type 'Zip' to resource group 'Bootstrap' 
    53 14:30:23: Added resource location '../../Media' of type 'FileSystem' to resource group 'General' 
    54 14:30:23: Added resource location '../../Media/fonts' of type 'FileSystem' to resource group 'General' 
    55 14:30:23: Added resource location '../../Media/materials/programs' of type 'FileSystem' to resource group 'General' 
    56 14:30:23: Added resource location '../../Media/materials/scripts' of type 'FileSystem' to resource group 'General' 
    57 14:30:23: Added resource location '../../Media/materials/textures' of type 'FileSystem' to resource group 'General' 
    58 14:30:23: Added resource location '../../Media/models' of type 'FileSystem' to resource group 'General' 
    59 14:30:23: Added resource location '../../Media/overlays' of type 'FileSystem' to resource group 'General' 
    60 14:30:23: Added resource location '../../Media/particle' of type 'FileSystem' to resource group 'General' 
    61 14:30:23: Added resource location '../../Media/gui' of type 'FileSystem' to resource group 'General' 
    62 14:30:23: Added resource location '../../Media/packs/cubemapsJS.zip' of type 'Zip' to resource group 'General' 
    63 14:30:23: Added resource location '../../Media/packs/smokealphaclip.zip' of type 'Zip' to resource group 'General' 
    64 14:30:23: D3D9 : RenderSystem Option: Allow NVPerfHUD = No 
    65 14:30:23: D3D9 : RenderSystem Option: Anti aliasing = None 
    66 14:30:23: D3D9 : RenderSystem Option: Floating-point mode = Fastest 
    67 14:30:23: D3D9 : RenderSystem Option: Full Screen = No 
    68 14:30:23: D3D9 : RenderSystem Option: Rendering Device = NVIDIA GeForce 7950 GX2 
    69 14:30:23: D3D9 : RenderSystem Option: VSync = No 
    70 14:30:23: D3D9 : RenderSystem Option: Video Mode = 800 x 600 @ 32-bit colour 
    71 14:30:26: D3D9 : Subsystem Initialising 
    72 14:30:26: D3D9RenderSystem::createRenderWindow "OGRE Render Window", 800x600 windowed  miscParams: FSAA=0 FSAAQuality=0 colourDepth=32 useNVPerfHUD=false vsync=false  
    73 14:30:26: D3D9 : Created D3D9 Rendering Window 'OGRE Render Window' : 800x600, 32bpp 
    74 14:30:26: D3D9 : WARNING - disabling VSync in windowed mode can cause timing issues at lower frame rates, turn VSync on if you observe this problem. 
    75 14:30:26: Registering ResourceManager for type Texture 
    76 14:30:26: Registering ResourceManager for type GpuProgram 
    77 14:30:26: RenderSystem capabilities 
    78 14:30:26: ------------------------- 
    79 14:30:26:  * Hardware generation of mipmaps: yes 
    80 14:30:26:  * Texture blending: yes 
    81 14:30:26:  * Anisotropic texture filtering: yes 
    82 14:30:26:  * Dot product texture operation: yes 
    83 14:30:26:  * Cube mapping: yes 
    84 14:30:26:  * Hardware stencil buffer: yes 
    85 14:30:26:    - Stencil depth: 8 
    86 14:30:26:    - Two sided stencil support: yes 
    87 14:30:26:    - Wrap stencil values: yes 
    88 14:30:26:  * Hardware vertex / index buffers: yes 
    89 14:30:26:  * Vertex programs: yes 
    90 14:30:26:    - Max vertex program version: vs_3_0 
    91 14:30:26:  * Fragment programs: yes 
    92 14:30:26:    - Max fragment program version: ps_3_0 
    93 14:30:26:  * Texture Compression: yes 
    94 14:30:26:    - DXT: yes 
    95 14:30:26:    - VTC: no 
    96 14:30:26:  * Scissor Rectangle: yes 
    97 14:30:26:  * Hardware Occlusion Query: yes 
    98 14:30:26:  * User clip planes: yes 
    99 14:30:26:  * VET_UBYTE4 vertex element type: yes 
    100 14:30:26:  * Infinite far plane projection: yes 
    101 14:30:26:  * Hardware render-to-texture: yes 
    102 14:30:26:  * Floating point textures: yes 
    103 14:30:26:  * Non-power-of-two textures: yes 
    104 14:30:26:  * Volume textures: yes 
    105 14:30:26:  * Multiple Render Targets: 4 
    106 14:30:26:  * Max Point Size: 8192 
    107 14:30:26: *************************************** 
    108 14:30:26: *** D3D9 : Subsystem Initialised OK *** 
    109 14:30:26: *************************************** 
    110 14:30:26: ResourceBackgroundQueue - threading disabled 
    111 14:30:26: Particle Renderer Type 'billboard' registered 
    112 14:30:26: Particle Renderer Type 'sprite' registered 
    113 14:30:26: 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 
    114 14:30:26: Viewport for camera 'PlayerCam', actual dimensions L: 0 T: 0 W: 800 H: 600 
    115 14:30:26: Parsing scripts for resource group Autodetect 
    116 14:30:26: Finished parsing scripts for resource group Autodetect 
    117 14:30:26: Parsing scripts for resource group Bootstrap 
    118 14:30:26: Parsing script OgreCore.material 
    119 14:30:26: Parsing script OgreProfiler.material 
    120 14:30:26: Parsing script Ogre.fontdef 
    121 14:30:26: Parsing script OgreDebugPanel.overlay 
    122 14:30:26: Texture: New_Ogre_Border_Center.png: Loading 1 faces(PF_A8B8G8R8,256x128x1) with  hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x128x1. 
    123 14:30:26: Texture: New_Ogre_Border.png: Loading 1 faces(PF_A8B8G8R8,256x256x1) with  hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x256x1. 
    124 14:30:26: Texture: New_Ogre_Border_Break.png: Loading 1 faces(PF_A8B8G8R8,32x32x1) with  hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,32x32x1. 
    125 14:30:26: Font TrebuchetMSBoldusing texture size 512x512 
    126 14:30:26: Info: Freetype returned null for character 160 in font TrebuchetMSBold 
    127 14:30:26: Texture: TrebuchetMSBoldTexture: Loading 1 faces(PF_BYTE_LA,512x512x1) with 0 generated mipmaps from Image. Internal format is PF_BYTE_LA,512x512x1. 
    128 14:30:26: Texture: ogretext.png: Loading 1 faces(PF_A8B8G8R8,256x128x1) with  hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x128x1. 
    129 14:30:26: Parsing script OgreLoadingPanel.overlay 
    130 14:30:26: Finished parsing scripts for resource group Bootstrap 
    131 14:30:26: Parsing scripts for resource group General 
    132 14:30:26: Parsing script GameTools.program 
    133 14:30:26: Parsing script atlascube.material 
    134 14:30:26: Parsing script difflab.material 
    135 14:30:27: An exception has been thrown! 
     118:32:57: Creating resource group General 
     218:32:57: Creating resource group Internal 
     318:32:57: Creating resource group Autodetect 
     418:32:57: Registering ResourceManager for type Material 
     518:32:57: Registering ResourceManager for type Mesh 
     618:32:57: Registering ResourceManager for type Skeleton 
     718:32:57: MovableObjectFactory for type 'ParticleSystem' registered. 
     818:32:57: Loading library OgrePlatform_d.dll 
     918:32:57: OverlayElementFactory for type Panel registered. 
     1018:32:57: OverlayElementFactory for type BorderPanel registered. 
     1118:32:57: OverlayElementFactory for type TextArea registered. 
     1218:32:57: Registering ResourceManager for type Font 
     1318:32:57: ArchiveFactory for archive type FileSystem registered. 
     1418:32:57: ArchiveFactory for archive type Zip registered. 
     1518:32:57: DevIL version: Developer's Image Library (DevIL) 1.6.7 Oct 28 2005 
     1618:32:57: 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  
     1718:32:57: Registering ResourceManager for type HighLevelGpuProgram 
     1818:32:57: Registering ResourceManager for type Compositor 
     1918:32:57: MovableObjectFactory for type 'Entity' registered. 
     2018:32:57: MovableObjectFactory for type 'Light' registered. 
     2118:32:57: MovableObjectFactory for type 'BillboardSet' registered. 
     2218:32:57: MovableObjectFactory for type 'ManualObject' registered. 
     2318:32:57: MovableObjectFactory for type 'BillboardChain' registered. 
     2418:32:57: MovableObjectFactory for type 'RibbonTrail' registered. 
     2518:32:57: Loading library .\RenderSystem_Direct3D9 
     2618:32:57: D3D9 : Direct3D9 Rendering Subsystem created. 
     2718:32:57: D3D9: Driver Detection Starts 
     2818:32:57: D3D9: Driver Detection Ends 
     2918:32:57: Loading library .\Plugin_ParticleFX 
     3018:32:57: Particle Emitter Type 'Point' registered 
     3118:32:57: Particle Emitter Type 'Box' registered 
     3218:32:57: Particle Emitter Type 'Ellipsoid' registered 
     3318:32:57: Particle Emitter Type 'Cylinder' registered 
     3418:32:57: Particle Emitter Type 'Ring' registered 
     3518:32:57: Particle Emitter Type 'HollowEllipsoid' registered 
     3618:32:57: Particle Affector Type 'LinearForce' registered 
     3718:32:57: Particle Affector Type 'ColourFader' registered 
     3818:32:57: Particle Affector Type 'ColourFader2' registered 
     3918:32:57: Particle Affector Type 'ColourImage' registered 
     4018:32:57: Particle Affector Type 'ColourInterpolator' registered 
     4118:32:57: Particle Affector Type 'Scaler' registered 
     4218:32:57: Particle Affector Type 'Rotator' registered 
     4318:32:57: Particle Affector Type 'DirectionRandomiser' registered 
     4418:32:57: Particle Affector Type 'DeflectorPlane' registered 
     4518:32:57: Loading library .\Plugin_BSPSceneManager 
     4618:32:57: Registering ResourceManager for type BspLevel 
     4718:32:57: Loading library .\Plugin_OctreeSceneManager 
     4818:32:57: Loading library .\Plugin_CgProgramManager 
     4918:32:57: *-*-* OGRE Initialising 
     5018:32:57: *-*-* Version 1.2.0 (Dagon) 
     5118:32:57: Creating resource group Bootstrap 
     5218:32:57: Added resource location '../../Media/packs/OgreCore.zip' of type 'Zip' to resource group 'Bootstrap' 
     5318:32:57: Added resource location '../../Media' of type 'FileSystem' to resource group 'General' 
     5418:32:57: Added resource location '../../Media/fonts' of type 'FileSystem' to resource group 'General' 
     5518:32:57: Added resource location '../../Media/materials/programs' of type 'FileSystem' to resource group 'General' 
     5618:32:57: Added resource location '../../Media/materials/scripts' of type 'FileSystem' to resource group 'General' 
     5718:32:57: Added resource location '../../Media/materials/textures' of type 'FileSystem' to resource group 'General' 
     5818:32:57: Added resource location '../../Media/models' of type 'FileSystem' to resource group 'General' 
     5918:32:57: Added resource location '../../Media/overlays' of type 'FileSystem' to resource group 'General' 
     6018:32:57: Added resource location '../../Media/particle' of type 'FileSystem' to resource group 'General' 
     6118:32:57: Added resource location '../../Media/gui' of type 'FileSystem' to resource group 'General' 
     6218:32:57: Added resource location '../../Media/packs/cubemapsJS.zip' of type 'Zip' to resource group 'General' 
     6318:32:57: Added resource location '../../Media/packs/smokealphaclip.zip' of type 'Zip' to resource group 'General' 
     6418:32:57: D3D9 : RenderSystem Option: Allow NVPerfHUD = No 
     6518:32:57: D3D9 : RenderSystem Option: Anti aliasing = None 
     6618:32:57: D3D9 : RenderSystem Option: Floating-point mode = Fastest 
     6718:32:57: D3D9 : RenderSystem Option: Full Screen = No 
     6818:32:57: D3D9 : RenderSystem Option: Rendering Device = NVIDIA GeForce 6800 GT 
     6918:32:57: D3D9 : RenderSystem Option: VSync = No 
     7018:32:57: D3D9 : RenderSystem Option: Video Mode = 800 x 600 @ 32-bit colour 
     7118:33:03: D3D9 : Subsystem Initialising 
     7218:33:03: D3D9RenderSystem::createRenderWindow "OGRE Render Window", 800x600 windowed  miscParams: FSAA=0 FSAAQuality=0 colourDepth=32 useNVPerfHUD=false vsync=false  
     7318:33:03: D3D9 : Created D3D9 Rendering Window 'OGRE Render Window' : 800x600, 32bpp 
     7418:33:03: D3D9 : WARNING - disabling VSync in windowed mode can cause timing issues at lower frame rates, turn VSync on if you observe this problem. 
     7518:33:03: Registering ResourceManager for type Texture 
     7618:33:03: Registering ResourceManager for type GpuProgram 
     7718:33:03: RenderSystem capabilities 
     7818:33:03: ------------------------- 
     7918:33:03:  * Hardware generation of mipmaps: yes 
     8018:33:03:  * Texture blending: yes 
     8118:33:03:  * Anisotropic texture filtering: yes 
     8218:33:03:  * Dot product texture operation: yes 
     8318:33:03:  * Cube mapping: yes 
     8418:33:03:  * Hardware stencil buffer: yes 
     8518:33:03:    - Stencil depth: 8 
     8618:33:03:    - Two sided stencil support: yes 
     8718:33:03:    - Wrap stencil values: yes 
     8818:33:03:  * Hardware vertex / index buffers: yes 
     8918:33:03:  * Vertex programs: yes 
     9018:33:03:    - Max vertex program version: vs_3_0 
     9118:33:03:  * Fragment programs: yes 
     9218:33:03:    - Max fragment program version: ps_3_0 
     9318:33:03:  * Texture Compression: yes 
     9418:33:03:    - DXT: yes 
     9518:33:03:    - VTC: no 
     9618:33:03:  * Scissor Rectangle: yes 
     9718:33:03:  * Hardware Occlusion Query: yes 
     9818:33:03:  * User clip planes: yes 
     9918:33:03:  * VET_UBYTE4 vertex element type: yes 
     10018:33:03:  * Infinite far plane projection: yes 
     10118:33:03:  * Hardware render-to-texture: yes 
     10218:33:03:  * Floating point textures: yes 
     10318:33:03:  * Non-power-of-two textures: yes 
     10418:33:03:  * Volume textures: yes 
     10518:33:03:  * Multiple Render Targets: 4 
     10618:33:03:  * Max Point Size: 8192 
     10718:33:03: *************************************** 
     10818:33:03: *** D3D9 : Subsystem Initialised OK *** 
     10918:33:03: *************************************** 
     11018:33:03: ResourceBackgroundQueue - threading disabled 
     11118:33:03: Particle Renderer Type 'billboard' registered 
     11218:33:03: Particle Renderer Type 'sprite' registered 
     11318:33: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 
     11418:33:03: Viewport for camera 'PlayerCam', actual dimensions L: 0 T: 0 W: 800 H: 600 
     11518:33:03: Parsing scripts for resource group Autodetect 
     11618:33:03: Finished parsing scripts for resource group Autodetect 
     11718:33:03: Parsing scripts for resource group Bootstrap 
     11818:33:03: Parsing script OgreCore.material 
     11918:33:03: Parsing script OgreProfiler.material 
     12018:33:03: Parsing script Ogre.fontdef 
     12118:33:03: Parsing script OgreDebugPanel.overlay 
     12218:33: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. 
     12318:33:03: Texture: New_Ogre_Border.png: Loading 1 faces(PF_A8B8G8R8,256x256x1) with  hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x256x1. 
     12418:33: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. 
     12518:33:03: Font TrebuchetMSBoldusing texture size 512x512 
     12618:33:04: Info: Freetype returned null for character 160 in font TrebuchetMSBold 
     12718:33:04: Texture: TrebuchetMSBoldTexture: Loading 1 faces(PF_BYTE_LA,512x512x1) with 0 generated mipmaps from Image. Internal format is PF_BYTE_LA,512x512x1. 
     12818:33:04: Texture: ogretext.png: Loading 1 faces(PF_A8B8G8R8,256x128x1) with  hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x128x1. 
     12918:33:04: Parsing script OgreLoadingPanel.overlay 
     13018:33:04: Finished parsing scripts for resource group Bootstrap 
     13118:33:04: Parsing scripts for resource group General 
     13218:33:04: Parsing script GameTools.program 
     13318:33:04: Parsing script atlascube.material 
     13418:33:04: Parsing script difflab.material 
     13518:33:05: An exception has been thrown! 
    136136 
    137137----------------------------------- 
     
    144144Line: 779 
    145145Stack unwinding: <<beginning of stack>> 
    146 14:30:27: Error in material Difflab/TexturedPhong at line 33 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     14618:33:05: Error in material Difflab/TexturedPhong at line 33 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    147147 
    148148----------------------------------- 
     
    155155Line: 779 
    156156Stack unwinding: <<beginning of stack>> 
    157 14:30:27: An exception has been thrown! 
     15718:33:05: An exception has been thrown! 
    158158 
    159159----------------------------------- 
     
    166166Line: 779 
    167167Stack unwinding: <<beginning of stack>> 
    168 14:30:27: Error in material Difflab/TexturedPhong at line 38 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     16818:33:05: Error in material Difflab/TexturedPhong at line 38 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    169169 
    170170----------------------------------- 
     
    177177Line: 779 
    178178Stack unwinding: <<beginning of stack>> 
    179 14:30:27: An exception has been thrown! 
     17918:33:05: An exception has been thrown! 
    180180 
    181181----------------------------------- 
     
    188188Line: 779 
    189189Stack unwinding: <<beginning of stack>> 
    190 14:30:27: Error in material Difflab/TexturedPhong at line 39 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     19018:33:05: Error in material Difflab/TexturedPhong at line 39 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    191191 
    192192----------------------------------- 
     
    199199Line: 779 
    200200Stack unwinding: <<beginning of stack>> 
    201 14:30:27: An exception has been thrown! 
     20118:33:05: An exception has been thrown! 
    202202 
    203203----------------------------------- 
     
    210210Line: 779 
    211211Stack unwinding: <<beginning of stack>> 
    212 14:30:27: Error in material Difflab/TexturedPhong at line 40 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     21218:33:05: Error in material Difflab/TexturedPhong at line 40 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    213213 
    214214----------------------------------- 
     
    221221Line: 779 
    222222Stack unwinding: <<beginning of stack>> 
    223 14:30:27: An exception has been thrown! 
     22318:33:05: An exception has been thrown! 
    224224 
    225225----------------------------------- 
     
    232232Line: 779 
    233233Stack unwinding: <<beginning of stack>> 
    234 14:30:27: Error in material Difflab/TexturedPhong at line 41 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     23418:33:05: Error in material Difflab/TexturedPhong at line 41 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    235235 
    236236----------------------------------- 
     
    243243Line: 779 
    244244Stack unwinding: <<beginning of stack>> 
    245 14:30:27: An exception has been thrown! 
     24518:33:05: An exception has been thrown! 
    246246 
    247247----------------------------------- 
     
    254254Line: 779 
    255255Stack unwinding: <<beginning of stack>> 
    256 14:30:27: Error in material Difflab/TexturedPhong at line 42 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     25618:33:05: Error in material Difflab/TexturedPhong at line 42 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    257257 
    258258----------------------------------- 
     
    265265Line: 779 
    266266Stack unwinding: <<beginning of stack>> 
    267 14:30:27: An exception has been thrown! 
     26718:33:05: An exception has been thrown! 
    268268 
    269269----------------------------------- 
     
    276276Line: 779 
    277277Stack unwinding: <<beginning of stack>> 
    278 14:30:27: Error in material Difflab/TexturedPhong at line 47 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     27818:33:05: Error in material Difflab/TexturedPhong at line 47 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    279279 
    280280----------------------------------- 
     
    287287Line: 779 
    288288Stack unwinding: <<beginning of stack>> 
    289 14:30:27: An exception has been thrown! 
     28918:33:05: An exception has been thrown! 
    290290 
    291291----------------------------------- 
     
    298298Line: 779 
    299299Stack unwinding: <<beginning of stack>> 
    300 14:30:27: Error in material Difflab/TexturedPhong at line 48 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     30018:33:05: Error in material Difflab/TexturedPhong at line 48 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    301301 
    302302----------------------------------- 
     
    309309Line: 779 
    310310Stack unwinding: <<beginning of stack>> 
    311 14:30:27: An exception has been thrown! 
     31118:33:05: An exception has been thrown! 
    312312 
    313313----------------------------------- 
     
    320320Line: 779 
    321321Stack unwinding: <<beginning of stack>> 
    322 14:30:27: Error in material Difflab/TexturedPhong at line 49 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     32218:33:05: Error in material Difflab/TexturedPhong at line 49 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    323323 
    324324----------------------------------- 
     
    331331Line: 779 
    332332Stack unwinding: <<beginning of stack>> 
    333 14:30:27: An exception has been thrown! 
     33318:33:05: An exception has been thrown! 
    334334 
    335335----------------------------------- 
     
    342342Line: 779 
    343343Stack unwinding: <<beginning of stack>> 
    344 14:30:27: Error in material Difflab/TexturedPhong at line 50 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     34418:33:05: Error in material Difflab/TexturedPhong at line 50 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    345345 
    346346----------------------------------- 
     
    353353Line: 779 
    354354Stack unwinding: <<beginning of stack>> 
    355 14:30:27: An exception has been thrown! 
     35518:33:05: An exception has been thrown! 
    356356 
    357357----------------------------------- 
     
    364364Line: 779 
    365365Stack unwinding: <<beginning of stack>> 
    366 14:30:27: Error in material Difflab/TexturedPhong at line 51 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     36618:33:05: Error in material Difflab/TexturedPhong at line 51 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    367367 
    368368----------------------------------- 
     
    375375Line: 779 
    376376Stack unwinding: <<beginning of stack>> 
    377 14:30:27: An exception has been thrown! 
     37718:33:05: An exception has been thrown! 
    378378 
    379379----------------------------------- 
     
    386386Line: 779 
    387387Stack unwinding: <<beginning of stack>> 
    388 14:30:27: Error in material Difflab/TexturedPhong at line 56 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     38818:33:05: Error in material Difflab/TexturedPhong at line 56 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    389389 
    390390----------------------------------- 
     
    397397Line: 779 
    398398Stack unwinding: <<beginning of stack>> 
    399 14:30:27: An exception has been thrown! 
     39918:33:05: An exception has been thrown! 
    400400 
    401401----------------------------------- 
     
    408408Line: 779 
    409409Stack unwinding: <<beginning of stack>> 
    410 14:30:27: Error in material Difflab/TexturedPhong at line 57 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     41018:33:05: Error in material Difflab/TexturedPhong at line 57 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    411411 
    412412----------------------------------- 
     
    419419Line: 779 
    420420Stack unwinding: <<beginning of stack>> 
    421 14:30:27: An exception has been thrown! 
     42118:33:05: An exception has been thrown! 
    422422 
    423423----------------------------------- 
     
    430430Line: 779 
    431431Stack unwinding: <<beginning of stack>> 
    432 14:30:27: Error in material Difflab/TexturedPhong at line 58 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     43218:33:05: Error in material Difflab/TexturedPhong at line 58 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    433433 
    434434----------------------------------- 
     
    441441Line: 779 
    442442Stack unwinding: <<beginning of stack>> 
    443 14:30:27: An exception has been thrown! 
     44318:33:05: An exception has been thrown! 
    444444 
    445445----------------------------------- 
     
    452452Line: 779 
    453453Stack unwinding: <<beginning of stack>> 
    454 14:30:27: Error in material Difflab/TexturedPhong at line 59 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     45418:33:05: Error in material Difflab/TexturedPhong at line 59 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    455455 
    456456----------------------------------- 
     
    463463Line: 779 
    464464Stack unwinding: <<beginning of stack>> 
    465 14:30:27: An exception has been thrown! 
     46518:33:05: An exception has been thrown! 
    466466 
    467467----------------------------------- 
     
    474474Line: 779 
    475475Stack unwinding: <<beginning of stack>> 
    476 14:30:27: Error in material Difflab/TexturedPhong at line 60 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     47618:33:05: Error in material Difflab/TexturedPhong at line 60 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    477477 
    478478----------------------------------- 
     
    485485Line: 779 
    486486Stack unwinding: <<beginning of stack>> 
    487 14:30:27: An exception has been thrown! 
     48718:33:05: An exception has been thrown! 
    488488 
    489489----------------------------------- 
     
    496496Line: 779 
    497497Stack unwinding: <<beginning of stack>> 
    498 14:30:27: Error in material Difflab/TexturedPhong at line 65 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     49818:33:05: Error in material Difflab/TexturedPhong at line 65 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    499499 
    500500----------------------------------- 
     
    507507Line: 779 
    508508Stack unwinding: <<beginning of stack>> 
    509 14:30:27: An exception has been thrown! 
     50918:33:05: An exception has been thrown! 
    510510 
    511511----------------------------------- 
     
    518518Line: 779 
    519519Stack unwinding: <<beginning of stack>> 
    520 14:30:27: Error in material Difflab/TexturedPhong at line 66 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     52018:33:05: Error in material Difflab/TexturedPhong at line 66 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    521521 
    522522----------------------------------- 
     
    529529Line: 779 
    530530Stack unwinding: <<beginning of stack>> 
    531 14:30:27: An exception has been thrown! 
     53118:33:05: An exception has been thrown! 
    532532 
    533533----------------------------------- 
     
    540540Line: 779 
    541541Stack unwinding: <<beginning of stack>> 
    542 14:30:27: Error in material Difflab/TexturedPhong at line 67 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     54218:33:05: Error in material Difflab/TexturedPhong at line 67 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    543543 
    544544----------------------------------- 
     
    551551Line: 779 
    552552Stack unwinding: <<beginning of stack>> 
    553 14:30:27: An exception has been thrown! 
     55318:33:05: An exception has been thrown! 
    554554 
    555555----------------------------------- 
     
    562562Line: 779 
    563563Stack unwinding: <<beginning of stack>> 
    564 14:30:27: Error in material Difflab/TexturedPhong at line 68 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     56418:33:05: Error in material Difflab/TexturedPhong at line 68 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    565565 
    566566----------------------------------- 
     
    573573Line: 779 
    574574Stack unwinding: <<beginning of stack>> 
    575 14:30:27: An exception has been thrown! 
     57518:33:05: An exception has been thrown! 
    576576 
    577577----------------------------------- 
     
    584584Line: 779 
    585585Stack unwinding: <<beginning of stack>> 
    586 14:30:27: Error in material Difflab/TexturedPhong at line 69 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     58618:33:05: Error in material Difflab/TexturedPhong at line 69 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    587587 
    588588----------------------------------- 
     
    595595Line: 779 
    596596Stack unwinding: <<beginning of stack>> 
    597 14:30:27: Parsing script diffscene.material 
    598 14:30:27: An exception has been thrown! 
     59718:33:05: Parsing script diffscene.material 
     59818:33:05: An exception has been thrown! 
    599599 
    600600----------------------------------- 
     
    607607Line: 779 
    608608Stack unwinding: <<beginning of stack>> 
    609 14:30:27: Error in material GameTools/Phong at line 36 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 
     60918:33:05: Error in material GameTools/Phong at line 36 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 
    610610 
    611611----------------------------------- 
     
    618618Line: 779 
    619619Stack unwinding: <<beginning of stack>> 
    620 14:30:27: An exception has been thrown! 
     62018:33:05: An exception has been thrown! 
    621621 
    622622----------------------------------- 
     
    629629Line: 779 
    630630Stack unwinding: <<beginning of stack>> 
    631 14:30:27: Error in material GameTools/Phong at line 37 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 
     63118:33:05: Error in material GameTools/Phong at line 37 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 
    632632 
    633633----------------------------------- 
     
    640640Line: 779 
    641641Stack unwinding: <<beginning of stack>> 
    642 14:30:27: An exception has been thrown! 
     64218:33:05: An exception has been thrown! 
    643643 
    644644----------------------------------- 
     
    651651Line: 779 
    652652Stack unwinding: <<beginning of stack>> 
    653 14:30:27: Error in material GameTools/Phong at line 38 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 
     65318:33:05: Error in material GameTools/Phong at line 38 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 
    654654 
    655655----------------------------------- 
     
    662662Line: 779 
    663663Stack unwinding: <<beginning of stack>> 
    664 14:30:27: An exception has been thrown! 
     66418:33:05: An exception has been thrown! 
    665665 
    666666----------------------------------- 
     
    673673Line: 779 
    674674Stack unwinding: <<beginning of stack>> 
    675 14:30:27: Error in material GameTools/Phong at line 39 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 
     67518:33:05: Error in material GameTools/Phong at line 39 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 
    676676 
    677677----------------------------------- 
     
    684684Line: 779 
    685685Stack unwinding: <<beginning of stack>> 
    686 14:30:27: An exception has been thrown! 
     68618:33:05: An exception has been thrown! 
    687687 
    688688----------------------------------- 
     
    695695Line: 779 
    696696Stack unwinding: <<beginning of stack>> 
    697 14:30:27: Error in material GameTools/Phong at line 45 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 
     69718:33:05: Error in material GameTools/Phong at line 45 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 
    698698 
    699699----------------------------------- 
     
    706706Line: 779 
    707707Stack unwinding: <<beginning of stack>> 
    708 14:30:27: An exception has been thrown! 
     70818:33:05: An exception has been thrown! 
    709709 
    710710----------------------------------- 
     
    717717Line: 779 
    718718Stack unwinding: <<beginning of stack>> 
    719 14:30:27: Error in material GameTools/Phong at line 46 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 
     71918:33:05: Error in material GameTools/Phong at line 46 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 
    720720 
    721721----------------------------------- 
     
    728728Line: 779 
    729729Stack unwinding: <<beginning of stack>> 
    730 14:30:27: An exception has been thrown! 
     73018:33:05: An exception has been thrown! 
    731731 
    732732----------------------------------- 
     
    739739Line: 779 
    740740Stack unwinding: <<beginning of stack>> 
    741 14:30:27: Error in material GameTools/Phong at line 47 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 
     74118:33:05: Error in material GameTools/Phong at line 47 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 
    742742 
    743743----------------------------------- 
     
    750750Line: 779 
    751751Stack unwinding: <<beginning of stack>> 
    752 14:30:27: An exception has been thrown! 
     75218:33:05: An exception has been thrown! 
    753753 
    754754----------------------------------- 
     
    761761Line: 779 
    762762Stack unwinding: <<beginning of stack>> 
    763 14:30:27: Error in material GameTools/Phong at line 48 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 
     76318:33:05: Error in material GameTools/Phong at line 48 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 
    764764 
    765765----------------------------------- 
     
    772772Line: 779 
    773773Stack unwinding: <<beginning of stack>> 
    774 14:30:27: Error in material asztallap at line 73 of diffscene.material: Invalid param_named attribute - unrecognised parameter type 0.560857 
    775 14:30:27: Error in material asztallap at line 74 of diffscene.material: Invalid param_named attribute - unrecognised parameter type 0.560857 
    776 14:30:27: Parsing script Diffuse.material 
    777 14:30:27: An exception has been thrown! 
     77418:33:05: Error in material asztallap at line 73 of diffscene.material: Invalid param_named attribute - unrecognised parameter type 0.560857 
     77518:33:05: Error in material asztallap at line 74 of diffscene.material: Invalid param_named attribute - unrecognised parameter type 0.560857 
     77618:33:05: Parsing script Diffuse.material 
     77718:33:06: An exception has been thrown! 
    778778 
    779779----------------------------------- 
     
    786786Line: 779 
    787787Stack unwinding: <<beginning of stack>> 
    788 14:30:27: Error in material GameTools/CubeMap/Reduce at line 20 of Diffuse.material: Invalid param_named attribute - An exception has been thrown! 
     78818:33:06: Error in material GameTools/CubeMap/Reduce at line 20 of Diffuse.material: Invalid param_named attribute - An exception has been thrown! 
    789789 
    790790----------------------------------- 
     
    797797Line: 779 
    798798Stack unwinding: <<beginning of stack>> 
    799 14:30:28: An exception has been thrown! 
     79918:33:07: An exception has been thrown! 
    800800 
    801801----------------------------------- 
     
    808808Line: 779 
    809809Stack unwinding: <<beginning of stack>> 
    810 14:30:28: Error in material GameTools/Diffuse at line 74 of Diffuse.material: Invalid param_named attribute - An exception has been thrown! 
     81018:33:07: Error in material GameTools/Diffuse at line 74 of Diffuse.material: Invalid param_named attribute - An exception has been thrown! 
    811811 
    812812----------------------------------- 
     
    819819Line: 779 
    820820Stack unwinding: <<beginning of stack>> 
    821 14:30:31: An exception has been thrown! 
     82118:33:16: An exception has been thrown! 
    822822 
    823823----------------------------------- 
     
    830830Line: 779 
    831831Stack unwinding: <<beginning of stack>> 
    832 14:30:31: Error in material GameTools/DiffuseBump at line 226 of Diffuse.material: Invalid param_named_auto attribute - An exception has been thrown! 
     83218:33:16: Error in material GameTools/DiffuseBump at line 226 of Diffuse.material: Invalid param_named_auto attribute - An exception has been thrown! 
    833833 
    834834----------------------------------- 
     
    841841Line: 779 
    842842Stack unwinding: <<beginning of stack>> 
    843 14:30:31: An exception has been thrown! 
     84318:33:16: An exception has been thrown! 
    844844 
    845845----------------------------------- 
     
    852852Line: 779 
    853853Stack unwinding: <<beginning of stack>> 
    854 14:30:31: Error in material GameTools/DiffuseBump at line 227 of Diffuse.material: Invalid param_named attribute - An exception has been thrown! 
     85418:33:16: Error in material GameTools/DiffuseBump at line 227 of Diffuse.material: Invalid param_named attribute - An exception has been thrown! 
    855855 
    856856----------------------------------- 
     
    863863Line: 779 
    864864Stack unwinding: <<beginning of stack>> 
    865 14:30:32: Parsing script EnvMetals.material 
    866 14:30:32: An exception has been thrown! 
     86518:33:17: Parsing script EnvMetals.material 
     86618:33:17: An exception has been thrown! 
    867867 
    868868----------------------------------- 
     
    875875Line: 779 
    876876Stack unwinding: <<beginning of stack>> 
    877 14:30:32: Error in material EnvMetals/Copper at line 37 of EnvMetals.material: Invalid param_named_auto attribute - An exception has been thrown! 
     87718:33:17: Error in material EnvMetals/Copper at line 37 of EnvMetals.material: Invalid param_named_auto attribute - An exception has been thrown! 
    878878 
    879879----------------------------------- 
     
    886886Line: 779 
    887887Stack unwinding: <<beginning of stack>> 
    888 14:30:32: An exception has been thrown! 
     88818:33:17: An exception has been thrown! 
    889889 
    890890----------------------------------- 
     
    897897Line: 779 
    898898Stack unwinding: <<beginning of stack>> 
    899 14:30:32: Error in material EnvMetals/Gold at line 97 of EnvMetals.material: Invalid param_named_auto attribute - An exception has been thrown! 
     89918:33:17: Error in material EnvMetals/Gold at line 97 of EnvMetals.material: Invalid param_named_auto attribute - An exception has been thrown! 
    900900 
    901901----------------------------------- 
     
    908908Line: 779 
    909909Stack unwinding: <<beginning of stack>> 
    910 14:30:32: An exception has been thrown! 
     91018:33:17: An exception has been thrown! 
    911911 
    912912----------------------------------- 
     
    919919Line: 779 
    920920Stack unwinding: <<beginning of stack>> 
    921 14:30:32: Error in material EnvMetals/Silver at line 159 of EnvMetals.material: Invalid param_named_auto attribute - An exception has been thrown! 
     92118:33:17: Error in material EnvMetals/Silver at line 159 of EnvMetals.material: Invalid param_named_auto attribute - An exception has been thrown! 
    922922 
    923923----------------------------------- 
     
    930930Line: 779 
    931931Stack unwinding: <<beginning of stack>> 
    932 14:30:32: An exception has been thrown! 
     93218:33:17: An exception has been thrown! 
    933933 
    934934----------------------------------- 
     
    941941Line: 779 
    942942Stack unwinding: <<beginning of stack>> 
    943 14:30:32: Error in material EnvMetals/Alu at line 222 of EnvMetals.material: Invalid param_named_auto attribute - An exception has been thrown! 
     94318:33:17: Error in material EnvMetals/Alu at line 222 of EnvMetals.material: Invalid param_named_auto attribute - An exception has been thrown! 
    944944 
    945945----------------------------------- 
     
    952952Line: 779 
    953953Stack unwinding: <<beginning of stack>> 
    954 14:30:32: Parsing script GameTools.material 
    955 14:30:32: Error in material TestPlane at line 120 of GameTools.material: Bad specular attribute, wrong number of parameters (expected 2, 4 or 5) 
    956 14:30:32: Error in material GameTools/SceneCameraDepthShader at line 190 of GameTools.material: Unrecognised command: scene_blend 
    957 14:30:32: An exception has been thrown! 
     95418:33:17: Parsing script GameTools.material 
     95518:33:17: Error in material TestPlane at line 120 of GameTools.material: Bad specular attribute, wrong number of parameters (expected 2, 4 or 5) 
     95618:33:17: Error in material GameTools/SceneCameraDepthShader at line 190 of GameTools.material: Unrecognised command: scene_blend 
     95718:33:17: An exception has been thrown! 
    958958 
    959959----------------------------------- 
     
    966966Line: 779 
    967967Stack unwinding: <<beginning of stack>> 
    968 14:30:32: Error in material GameTools/SceneCameraDepthShader at line 198 of GameTools.material: Invalid param_named_auto attribute - An exception has been thrown! 
     96818:33:17: Error in material GameTools/SceneCameraDepthShader at line 198 of GameTools.material: Invalid param_named_auto attribute - An exception has been thrown! 
    969969 
    970970----------------------------------- 
     
    977977Line: 779 
    978978Stack unwinding: <<beginning of stack>> 
    979 14:30:32: Error in material GameTools/FocusingShader at line 214 of GameTools.material: Unrecognised command: scene_blend 
    980 14:30:32: Error in material GameTools/FocusingShader at line 222 of GameTools.material: Invalid param_named attribute - expected at least 3 parameters. 
    981 14:30:32: Error in material GameTools/ShadowMapDepth at line 238 of GameTools.material: Unrecognised command: scene_blend 
    982 14:30:32: Error in material GameTools/ShadowMapDistance at line 263 of GameTools.material: Unrecognised command: scene_blend 
    983 14:30:32: Parsing script GameTools_HPS.material 
    984 14:30:32: An exception has been thrown! 
     97918:33:17: Error in material GameTools/FocusingShader at line 214 of GameTools.material: Unrecognised command: scene_blend 
     98018:33:17: Error in material GameTools/FocusingShader at line 222 of GameTools.material: Invalid param_named attribute - expected at least 3 parameters. 
     98118:33:17: Error in material GameTools/ShadowMapDepth at line 238 of GameTools.material: Unrecognised command: scene_blend 
     98218:33:17: Error in material GameTools/ShadowMapDistance at line 263 of GameTools.material: Unrecognised command: scene_blend 
     98318:33:17: Parsing script GameTools_HPS.material 
     98418:33:17: An exception has been thrown! 
    985985 
    986986----------------------------------- 
     
    993993Line: 779 
    994994Stack unwinding: <<beginning of stack>> 
    995 14:30:32: Error in material HPS_SMOKE_S at line 25 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 
     99518:33:17: Error in material HPS_SMOKE_S at line 25 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 
    996996 
    997997----------------------------------- 
     
    10041004Line: 779 
    10051005Stack unwinding: <<beginning of stack>> 
    1006 14:30:32: An exception has been thrown! 
     100618:33:17: An exception has been thrown! 
    10071007 
    10081008----------------------------------- 
     
    10151015Line: 779 
    10161016Stack unwinding: <<beginning of stack>> 
    1017 14:30:32: Error in material HPS_SMOKE_L at line 84 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 
     101718:33:17: Error in material HPS_SMOKE_L at line 84 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 
    10181018 
    10191019----------------------------------- 
     
    10261026Line: 779 
    10271027Stack unwinding: <<beginning of stack>> 
    1028 14:30:32: An exception has been thrown! 
     102818:33:17: An exception has been thrown! 
    10291029 
    10301030----------------------------------- 
     
    10371037Line: 779 
    10381038Stack unwinding: <<beginning of stack>> 
    1039 14:30:32: Error in material HPS_SMOKE_L at line 90 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 
     103918:33:17: Error in material HPS_SMOKE_L at line 90 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 
    10401040 
    10411041----------------------------------- 
     
    10481048Line: 779 
    10491049Stack unwinding: <<beginning of stack>> 
    1050 14:30:32: An exception has been thrown! 
     105018:33:17: An exception has been thrown! 
    10511051 
    10521052----------------------------------- 
     
    10591059Line: 779 
    10601060Stack unwinding: <<beginning of stack>> 
    1061 14:30:32: Error in material HPS_SMOKE_L_Depth at line 160 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 
     106118:33:17: Error in material HPS_SMOKE_L_Depth at line 160 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 
    10621062 
    10631063----------------------------------- 
     
    10701070Line: 779 
    10711071Stack unwinding: <<beginning of stack>> 
    1072 14:30:32: An exception has been thrown! 
     107218:33:17: An exception has been thrown! 
    10731073 
    10741074----------------------------------- 
     
    10811081Line: 779 
    10821082Stack unwinding: <<beginning of stack>> 
    1083 14:30:32: Error in material HPS_SMOKE_L_Depth at line 169 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 
     108318:33:17: Error in material HPS_SMOKE_L_Depth at line 169 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 
    10841084 
    10851085----------------------------------- 
     
    10921092Line: 779 
    10931093Stack unwinding: <<beginning of stack>> 
    1094 14:30:32: An exception has been thrown! 
     109418:33:17: An exception has been thrown! 
    10951095 
    10961096----------------------------------- 
     
    11031103Line: 779 
    11041104Stack unwinding: <<beginning of stack>> 
    1105 14:30:32: Error in material HPS_SMOKE_L_Depth at line 170 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 
     110518:33:17: Error in material HPS_SMOKE_L_Depth at line 170 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 
    11061106 
    11071107----------------------------------- 
     
    11141114Line: 779 
    11151115Stack unwinding: <<beginning of stack>> 
    1116 14:30:32: An exception has been thrown! 
     111618:33:17: An exception has been thrown! 
    11171117 
    11181118----------------------------------- 
     
    11251125Line: 779 
    11261126Stack unwinding: <<beginning of stack>> 
    1127 14:30:32: Error in material Smoke_IllumVolume at line 229 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 
     112718:33:17: Error in material Smoke_IllumVolume at line 229 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 
    11281128 
    11291129----------------------------------- 
     
    11361136Line: 779 
    11371137Stack unwinding: <<beginning of stack>> 
    1138 14:30:32: Parsing script GlassHead.material 
    1139 14:30:32: An exception has been thrown! 
     113818:33:17: Parsing script GlassHead.material 
     113918:33:17: An exception has been thrown! 
    11401140 
    11411141----------------------------------- 
     
    11481148Line: 779 
    11491149Stack unwinding: <<beginning of stack>> 
    1150 14:30:32: Error in material GameTools/PhotonMapCaustic at line 12 of GlassHead.material: Invalid param_named_auto attribute - An exception has been thrown! 
     115018:33:17: Error in material GameTools/PhotonMapCaustic at line 12 of GlassHead.material: Invalid param_named_auto attribute - An exception has been thrown! 
    11511151 
    11521152----------------------------------- 
     
    11591159Line: 779 
    11601160Stack unwinding: <<beginning of stack>> 
    1161 14:30:32: Error in material GameTools/PhotonMapCaustic at line 23 of GlassHead.material: Bad cubic_texture attribute, final parameter must be 'combinedUVW' or 'separateUV'. 
    1162 14:30:32: An exception has been thrown! 
     116118:33:17: Error in material GameTools/PhotonMapCaustic at line 23 of GlassHead.material: Bad cubic_texture attribute, final parameter must be 'combinedUVW' or 'separateUV'. 
     116218:33:17: An exception has been thrown! 
    11631163 
    11641164----------------------------------- 
     
    11711171Line: 779 
    11721172Stack unwinding: <<beginning of stack>> 
    1173 14:30:32: Error in material GameTools/Cau at line 47 of GlassHead.material: Invalid param_named_auto attribute - An exception has been thrown! 
     117318:33:17: Error in material GameTools/Cau at line 47 of GlassHead.material: Invalid param_named_auto attribute - An exception has been thrown! 
    11741174 
    11751175----------------------------------- 
     
    11821182Line: 779 
    11831183Stack unwinding: <<beginning of stack>> 
    1184 14:30:32: An exception has been thrown! 
     118418:33:17: An exception has been thrown! 
    11851185 
    11861186----------------------------------- 
     
    11931193Line: 779 
    11941194Stack unwinding: <<beginning of stack>> 
    1195 14:30:32: Error in material GameTools/Cau at line 50 of GlassHead.material: Invalid param_named_auto attribute - An exception has been thrown! 
     119518:33:17: Error in material GameTools/Cau at line 50 of GlassHead.material: Invalid param_named_auto attribute - An exception has been thrown! 
    11961196 
    11971197----------------------------------- 
     
    12041204Line: 779 
    12051205Stack unwinding: <<beginning of stack>> 
    1206 14:30:32: An exception has been thrown! 
     120618:33:17: An exception has been thrown! 
    12071207 
    12081208----------------------------------- 
     
    12151215Line: 779 
    12161216Stack unwinding: <<beginning of stack>> 
    1217 14:30:32: Error in material GameTools/CauTri at line 105 of GlassHead.material: Invalid param_named_auto attribute - An exception has been thrown! 
     121718:33:17: Error in material GameTools/CauTri at line 105 of GlassHead.material: Invalid param_named_auto attribute - An exception has been thrown! 
    12181218 
    12191219----------------------------------- 
     
    12261226Line: 779 
    12271227Stack unwinding: <<beginning of stack>> 
    1228 14:30:32: Parsing script Glow.material 
    1229 14:30:32: An exception has been thrown! 
     122818:33:17: Parsing script Glow.material 
     122918:33:17: An exception has been thrown! 
    12301230 
    12311231----------------------------------- 
     
    12381238Line: 779 
    12391239Stack unwinding: <<beginning of stack>> 
    1240 14:30:32: Error in material GameTools/ToneMap at line 239 of Glow.material: Invalid param_named attribute - An exception has been thrown! 
     124018:33:17: Error in material GameTools/ToneMap at line 239 of Glow.material: Invalid param_named attribute - An exception has been thrown! 
    12411241 
    12421242----------------------------------- 
     
    12491249Line: 779 
    12501250Stack unwinding: <<beginning of stack>> 
    1251 14:30:32: Parsing script hangar.material 
    1252 14:30:32: Parsing script kupola.material 
    1253 14:30:32: Error in material kupolalambert2 at line 23 of kupola.material: Bad scene_blend attribute, unrecognised parameter 'none' 
    1254 14:30:32: Error in material kupolalambert2 at line 26 of kupola.material: Bad scene_blend_alpha attribute, unrecognised parameter 'none' 
    1255 14:30:32: Error in material kupolalambert5 at line 77 of kupola.material: Bad scene_blend attribute, unrecognised parameter 'none' 
    1256 14:30:32: Error in material kupolalambert5 at line 80 of kupola.material: Bad scene_blend_alpha attribute, unrecognised parameter 'none' 
    1257 14:30:32: Parsing script MetalTeapot.material 
    1258 14:30:34: An exception has been thrown! 
     125118:33:17: Parsing script hangar.material 
     125218:33:17: Parsing script kupola.material 
     125318:33:17: Error in material kupolalambert2 at line 23 of kupola.material: Bad scene_blend attribute, unrecognised parameter 'none' 
     125418:33:17: Error in material kupolalambert2 at line 26 of kupola.material: Bad scene_blend_alpha attribute, unrecognised parameter 'none' 
     125518:33:17: Error in material kupolalambert5 at line 77 of kupola.material: Bad scene_blend attribute, unrecognised parameter 'none' 
     125618:33:17: Error in material kupolalambert5 at line 80 of kupola.material: Bad scene_blend_alpha attribute, unrecognised parameter 'none' 
     125718:33:17: Parsing script MetalTeapot.material 
     125818:33:21: An exception has been thrown! 
    12591259 
    12601260----------------------------------- 
     
    12671267Line: 779 
    12681268Stack unwinding: <<beginning of stack>> 
    1269 14:30:34: Error in material MetalTeapotMultipleBounce at line 192 of MetalTeapot.material: Invalid param_named attribute - An exception has been thrown! 
     126918:33:21: Error in material MetalTeapotMultipleBounce at line 192 of MetalTeapot.material: Invalid param_named attribute - An exception has been thrown! 
    12701270 
    12711271----------------------------------- 
     
    12781278Line: 779 
    12791279Stack unwinding: <<beginning of stack>> 
    1280 14:30:34: Parsing script Ogre.material 
    1281 14:30:34: Parsing script Particles.material 
    1282 14:30:34: An exception has been thrown! 
     128018:33:21: Parsing script Ogre.material 
     128118:33:21: Parsing script Particles.material 
     128218:33:21: An exception has been thrown! 
    12831283 
    12841284----------------------------------- 
     
    12911291Line: 779 
    12921292Stack unwinding: <<beginning of stack>> 
    1293 14:30:34: Error in material GameTools/SpriteShader at line 17 of Particles.material: Invalid param_named_auto attribute - An exception has been thrown! 
     129318:33:21: Error in material GameTools/SpriteShader at line 17 of Particles.material: Invalid param_named_auto attribute - An exception has been thrown! 
    12941294 
    12951295----------------------------------- 
     
    13021302Line: 779 
    13031303Stack unwinding: <<beginning of stack>> 
    1304 14:30:34: An exception has been thrown! 
     130418:33:21: An exception has been thrown! 
    13051305 
    13061306----------------------------------- 
     
    13131313Line: 779 
    13141314Stack unwinding: <<beginning of stack>> 
    1315 14:30:34: Error in material GameTools/SBB at line 52 of Particles.material: Invalid param_named_auto attribute - An exception has been thrown! 
     131518:33:21: Error in material GameTools/SBB at line 52 of Particles.material: Invalid param_named_auto attribute - An exception has been thrown! 
    13161316 
    13171317----------------------------------- 
     
    13241324Line: 779 
    13251325Stack unwinding: <<beginning of stack>> 
    1326 14:30:34: Parsing script RaytraceDemo.material 
    1327 14:30:34: Parsing script stairs.material 
    1328 14:30:34: Parsing script uvegfolyoso2.material 
    1329 14:30:34: An exception has been thrown! 
     132618:33:21: Parsing script RaytraceDemo.material 
     132718:33:21: Parsing script stairs.material 
     132818:33:21: Parsing script uvegfolyoso2.material 
     132918:33:21: An exception has been thrown! 
    13301330 
    13311331----------------------------------- 
     
    13381338Line: 779 
    13391339Stack unwinding: <<beginning of stack>> 
    1340 14:30:34: Error in material Folyoso/Phong at line 22 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
     134018:33:21: Error in material Folyoso/Phong at line 22 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
    13411341 
    13421342----------------------------------- 
     
    13491349Line: 779 
    13501350Stack unwinding: <<beginning of stack>> 
    1351 14:30:34: An exception has been thrown! 
     135118:33:21: An exception has been thrown! 
    13521352 
    13531353----------------------------------- 
     
    13601360Line: 779 
    13611361Stack unwinding: <<beginning of stack>> 
    1362 14:30:34: Error in material Folyoso/Phong at line 23 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
     136218:33:21: Error in material Folyoso/Phong at line 23 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
    13631363 
    13641364----------------------------------- 
     
    13711371Line: 779 
    13721372Stack unwinding: <<beginning of stack>> 
    1373 14:30:34: An exception has been thrown! 
     137318:33:21: An exception has been thrown! 
    13741374 
    13751375----------------------------------- 
     
    13821382Line: 779 
    13831383Stack unwinding: <<beginning of stack>> 
    1384 14:30:34: Error in material Folyoso/Phong at line 24 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
     138418:33:21: Error in material Folyoso/Phong at line 24 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
    13851385 
    13861386----------------------------------- 
     
    13931393Line: 779 
    13941394Stack unwinding: <<beginning of stack>> 
    1395 14:30:34: An exception has been thrown! 
     139518:33:21: An exception has been thrown! 
    13961396 
    13971397----------------------------------- 
     
    14041404Line: 779 
    14051405Stack unwinding: <<beginning of stack>> 
    1406 14:30:34: Error in material Folyoso/Phong at line 25 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
     140618:33:21: Error in material Folyoso/Phong at line 25 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
    14071407 
    14081408----------------------------------- 
     
    14151415Line: 779 
    14161416Stack unwinding: <<beginning of stack>> 
    1417 14:30:34: An exception has been thrown! 
     141718:33:21: An exception has been thrown! 
    14181418 
    14191419----------------------------------- 
     
    14261426Line: 779 
    14271427Stack unwinding: <<beginning of stack>> 
    1428 14:30:34: Error in material Folyoso/Phong at line 31 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
     142818:33:21: Error in material Folyoso/Phong at line 31 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
    14291429 
    14301430----------------------------------- 
     
    14371437Line: 779 
    14381438Stack unwinding: <<beginning of stack>> 
    1439 14:30:34: An exception has been thrown! 
     143918:33:21: An exception has been thrown! 
    14401440 
    14411441----------------------------------- 
     
    14481448Line: 779 
    14491449Stack unwinding: <<beginning of stack>> 
    1450 14:30:34: Error in material Folyoso/Phong at line 32 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
     145018:33:21: Error in material Folyoso/Phong at line 32 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
    14511451 
    14521452----------------------------------- 
     
    14591459Line: 779 
    14601460Stack unwinding: <<beginning of stack>> 
    1461 14:30:34: An exception has been thrown! 
     146118:33:21: An exception has been thrown! 
    14621462 
    14631463----------------------------------- 
     
    14701470Line: 779 
    14711471Stack unwinding: <<beginning of stack>> 
    1472 14:30:34: Error in material Folyoso/Phong at line 33 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
     147218:33:21: Error in material Folyoso/Phong at line 33 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
    14731473 
    14741474----------------------------------- 
     
    14811481Line: 779 
    14821482Stack unwinding: <<beginning of stack>> 
    1483 14:30:34: An exception has been thrown! 
     148318:33:21: An exception has been thrown! 
    14841484 
    14851485----------------------------------- 
     
    14921492Line: 779 
    14931493Stack unwinding: <<beginning of stack>> 
    1494 14:30:34: Error in material Folyoso/Phong at line 34 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
     149418:33:21: Error in material Folyoso/Phong at line 34 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
    14951495 
    14961496----------------------------------- 
     
    15031503Line: 779 
    15041504Stack unwinding: <<beginning of stack>> 
    1505 14:30:34: An exception has been thrown! 
     150518:33:22: An exception has been thrown! 
    15061506 
    15071507----------------------------------- 
     
    15141514Line: 779 
    15151515Stack unwinding: <<beginning of stack>> 
    1516 14:30:34: Error in material Folyoso/PhongPlaneReflect at line 76 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
     151618:33:22: Error in material Folyoso/PhongPlaneReflect at line 76 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
    15171517 
    15181518----------------------------------- 
     
    15251525Line: 779 
    15261526Stack unwinding: <<beginning of stack>> 
    1527 14:30:34: An exception has been thrown! 
     152718:33:22: An exception has been thrown! 
    15281528 
    15291529----------------------------------- 
     
    15361536Line: 779 
    15371537Stack unwinding: <<beginning of stack>> 
    1538 14:30:34: Error in material Folyoso/PhongPlaneReflect at line 77 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
     153818:33:22: Error in material Folyoso/PhongPlaneReflect at line 77 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
    15391539 
    15401540----------------------------------- 
     
    15471547Line: 779 
    15481548Stack unwinding: <<beginning of stack>> 
    1549 14:30:34: An exception has been thrown! 
     154918:33:22: An exception has been thrown! 
    15501550 
    15511551----------------------------------- 
     
    15581558Line: 779 
    15591559Stack unwinding: <<beginning of stack>> 
    1560 14:30:34: Error in material Folyoso/PhongPlaneReflect at line 78 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
     156018:33:22: Error in material Folyoso/PhongPlaneReflect at line 78 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
    15611561 
    15621562----------------------------------- 
     
    15691569Line: 779 
    15701570Stack unwinding: <<beginning of stack>> 
    1571 14:30:34: An exception has been thrown! 
     157118:33:22: An exception has been thrown! 
    15721572 
    15731573----------------------------------- 
     
    15801580Line: 779 
    15811581Stack unwinding: <<beginning of stack>> 
    1582 14:30:34: Error in material Folyoso/PhongPlaneReflect at line 79 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
     158218:33:22: Error in material Folyoso/PhongPlaneReflect at line 79 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
    15831583 
    15841584----------------------------------- 
     
    15911591Line: 779 
    15921592Stack unwinding: <<beginning of stack>> 
    1593 14:30:34: An exception has been thrown! 
     159318:33:22: An exception has been thrown! 
    15941594 
    15951595----------------------------------- 
     
    16021602Line: 779 
    16031603Stack unwinding: <<beginning of stack>> 
    1604 14:30:34: Error in material Folyoso/PhongPlaneReflect at line 85 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
     160418:33:22: Error in material Folyoso/PhongPlaneReflect at line 85 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
    16051605 
    16061606----------------------------------- 
     
    16131613Line: 779 
    16141614Stack unwinding: <<beginning of stack>> 
    1615 14:30:34: An exception has been thrown! 
     161518:33:22: An exception has been thrown! 
    16161616 
    16171617----------------------------------- 
     
    16241624Line: 779 
    16251625Stack unwinding: <<beginning of stack>> 
    1626 14:30:34: Error in material Folyoso/PhongPlaneReflect at line 86 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
     162618:33:22: Error in material Folyoso/PhongPlaneReflect at line 86 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
    16271627 
    16281628----------------------------------- 
     
    16351635Line: 779 
    16361636Stack unwinding: <<beginning of stack>> 
    1637 14:30:34: An exception has been thrown! 
     163718:33:22: An exception has been thrown! 
    16381638 
    16391639----------------------------------- 
     
    16461646Line: 779 
    16471647Stack unwinding: <<beginning of stack>> 
    1648 14:30:34: Error in material Folyoso/PhongPlaneReflect at line 87 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
     164818:33:22: Error in material Folyoso/PhongPlaneReflect at line 87 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
    16491649 
    16501650----------------------------------- 
     
    16571657Line: 779 
    16581658Stack unwinding: <<beginning of stack>> 
    1659 14:30:34: An exception has been thrown! 
     165918:33:22: An exception has been thrown! 
    16601660 
    16611661----------------------------------- 
     
    16681668Line: 779 
    16691669Stack unwinding: <<beginning of stack>> 
    1670 14:30:34: Error in material Folyoso/PhongPlaneReflect at line 88 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
     167018:33:22: Error in material Folyoso/PhongPlaneReflect at line 88 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
    16711671 
    16721672----------------------------------- 
     
    16791679Line: 779 
    16801680Stack unwinding: <<beginning of stack>> 
    1681 14:30:34: Error in material uvegfolyoso_talaj at line 118 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.36774 
    1682 14:30:34: Error in material uvegfolyoso_talaj at line 119 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.36774 
    1683 14:30:34: Error in material uvegfolyoso_talaj at line 120 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.51282 
    1684 14:30:34: Error in material uvegfolyoso_teto at line 138 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.237 
    1685 14:30:34: Error in material uvegfolyoso_teto at line 139 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.237 
    1686 14:30:34: Error in material uvegfolyoso_teto at line 140 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.51282 
    1687 14:30:34: Error in material oszlop at line 158 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.94018 
    1688 14:30:34: Error in material oszlop at line 159 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.94018 
    1689 14:30:34: Error in material oszlop at line 160 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.0 
    1690 14:30:34: Parsing script X3D.material 
    1691 14:30:34: Parsing script GameTools_Glow.compositor 
    1692 14:30:34: Parsing script GameTools_ToneMap.compositor 
    1693 14:30:34: Parsing script sample.fontdef 
    1694 14:30:34: Bad attribute line: glyph             0.152344        0.125   0.160156        0.1875 in font Ogre 
    1695 14:30:34: Parsing script GameTools.particle 
    1696 14:30:34: Bad particle system attribute line: 'billboard_type  point' in GameTools/DemoParticle1 (tried renderer) 
    1697 14:30:34: Bad particle system attribute line: 'billboard_type  point' in GameTools/Big (tried renderer) 
    1698 14:30:34: Bad particle system attribute line: 'billboard_type  point' in GameTools/Little (tried renderer) 
    1699 14:30:34: Parsing script Compositor.overlay 
    1700 14:30:34: Parsing script DP3.overlay 
    1701 14:30:34: Parsing script Example-CubeMapping.overlay 
    1702 14:30:34: Parsing script Example-DynTex.overlay 
    1703 14:30:34: Parsing script Example-Water.overlay 
    1704 14:30:34: Parsing script FullScreen.overlay 
    1705 14:30:34: Texture: flare.png: Loading 1 faces(PF_B8G8R8,256x256x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1. 
    1706 14:30:34: Parsing script Shadows.overlay 
    1707 14:30:34: Finished parsing scripts for resource group General 
    1708 14:30:34: Parsing scripts for resource group Internal 
    1709 14:30:34: Finished parsing scripts for resource group Internal 
    1710 14:30:34: Creating viewport on target 'rtt/47781152', rendering from camera 'PlayerCam', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
    1711 14:30:34: Viewport for camera 'PlayerCam', actual dimensions L: 0 T: 0 W: 800 H: 600 
    1712 14:30:34: Creating viewport on target 'rtt/47781696', rendering from camera 'PlayerCam', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
    1713 14:30:34: Viewport for camera 'PlayerCam', actual dimensions L: 0 T: 0 W: 256 H: 256 
    1714 14:30:34: Creating viewport on target 'rtt/47782240', rendering from camera 'PlayerCam', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
    1715 14:30:34: Viewport for camera 'PlayerCam', actual dimensions L: 0 T: 0 W: 256 H: 256 
    1716 14:30:34: Creating viewport on target 'rtt/47782816', rendering from camera 'PlayerCam', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
    1717 14:30:34: Viewport for camera 'PlayerCam', actual dimensions L: 0 T: 0 W: 256 H: 256 
    1718 14:30:34: Creating viewport on target 'rtt/47783360', rendering from camera 'PlayerCam', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
    1719 14:30:34: Viewport for camera 'PlayerCam', actual dimensions L: 0 T: 0 W: 256 H: 256 
    1720 14:30:34: Creating viewport on target 'rtt/3168032', rendering from camera 'PlayerCam', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
    1721 14:30:34: Viewport for camera 'PlayerCam', actual dimensions L: 0 T: 0 W: 800 H: 600 
    1722 14:30:34: Creating viewport on target 'rtt/3168576', rendering from camera 'PlayerCam', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
    1723 14:30:34: Viewport for camera 'PlayerCam', actual dimensions L: 0 T: 0 W: 256 H: 256 
    1724 14:30:34: Creating viewport on target 'rtt/3169152', rendering from camera 'PlayerCam', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
    1725 14:30:34: Viewport for camera 'PlayerCam', actual dimensions L: 0 T: 0 W: 256 H: 256 
    1726 14:30:34: Creating viewport on target 'rtt/3169696', rendering from camera 'PlayerCam', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
    1727 14:30:34: Viewport for camera 'PlayerCam', actual dimensions L: 0 T: 0 W: 256 H: 256 
    1728 14:30:34: Creating viewport on target 'rtt/3170240', rendering from camera 'PlayerCam', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
    1729 14:30:34: Viewport for camera 'PlayerCam', actual dimensions L: 0 T: 0 W: 128 H: 128 
    1730 14:30:34: Creating viewport on target 'rtt/3170784', rendering from camera 'PlayerCam', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
    1731 14:30:34: Viewport for camera 'PlayerCam', actual dimensions L: 0 T: 0 W: 32 H: 32 
    1732 14:30:34: Creating viewport on target 'rtt/3171360', rendering from camera 'PlayerCam', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
    1733 14:30:34: Viewport for camera 'PlayerCam', actual dimensions L: 0 T: 0 W: 8 H: 8 
    1734 14:30:34: Creating viewport on target 'rtt/3171904', rendering from camera 'PlayerCam', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
    1735 14:30:34: Viewport for camera 'PlayerCam', actual dimensions L: 0 T: 0 W: 2 H: 2 
    1736 14:30:34: D3D9 : Loading 2D Texture, image name : 'Forest_fr.dds' with 5 mip map levels 
    1737 14:30:34: D3D9 : Loading 2D Texture, image name : 'Forest_bk.dds' with 5 mip map levels 
    1738 14:30:34: D3D9 : Loading 2D Texture, image name : 'Forest_lf.dds' with 5 mip map levels 
    1739 14:30:34: D3D9 : Loading 2D Texture, image name : 'Forest_rt.dds' with 5 mip map levels 
    1740 14:30:34: D3D9 : Loading 2D Texture, image name : 'Forest_up.dds' with 5 mip map levels 
    1741 14:30:34: D3D9 : Loading 2D Texture, image name : 'Forest_dn.dds' with 5 mip map levels 
    1742 14:30:34: Mesh: Loading kupola.mesh. 
    1743 14:30:35: Texture: falt2.tga: Loading 1 faces(PF_R8G8B8,2048x2048x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,2048x2048x1. 
    1744 14:30:35: D3D9 : Loading 2D Texture, image name : 'falnormal.dds' with 2147483647 mip map levels 
    1745 14:30:35: Texture: talaj2.tga: Loading 1 faces(PF_R8G8B8,1024x1024x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,1024x1024x1. 
    1746 14:30:35: D3D9 : Loading 2D Texture, image name : 'talajnormal.dds' with 2147483647 mip map levels 
    1747 14:30:35: Mesh: Loading ogrehead.mesh. 
    1748 14:30:35: Texture: WeirdEye.png: Loading 1 faces(PF_B8G8R8,256x256x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1. 
    1749 14:30:35: Texture: GreenSkin.jpg: Loading 1 faces(PF_B8G8R8,256x256x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1. 
    1750 14:30:35: Texture: spheremap.png: Loading 1 faces(PF_B8G8R8,256x256x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1. 
    1751 14:30:35: Texture: dirt01.jpg: Loading 1 faces(PF_B8G8R8,96x96x1) with 6 generated mipmaps from Image. Internal format is PF_X8R8G8B8,96x96x1. 
    1752 14:30:35: Win32Input8: DirectInput Activation Starts 
    1753 14:30:36: Win32Input8: Establishing keyboard input. 
    1754 14:30:36: Win32Input8: Keyboard input established. 
    1755 14:30:36: Win32Input8: Initializing mouse input in immediate mode. 
    1756 14:30:36: Win32Input8: Mouse input in immediate mode initialized. 
    1757 14:30:36: Win32Input8: DirectInput OK. 
    1758 14:30:36: WARNING: Texture instance 'CompositorInstanceTexture0' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 
    1759 14:30:36: WARNING: Texture instance 'CompositorInstanceTexture4' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 
    1760 14:30:36: Texture: rockwall.tga: Loading 1 faces(PF_R8G8B8,256x256x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1. 
    1761 14:30:36: WARNING: Texture instance 'CompositorInstanceTexture1' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 
    1762 14:30:36: WARNING: Texture instance 'CompositorInstanceTexture2' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 
    1763 14:30:36: WARNING: Texture instance 'CompositorInstanceTexture3' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 
    1764 14:30:36: WARNING: Texture instance 'CompositorInstanceTexture5' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 
    1765 14:30:36: WARNING: Texture instance 'CompositorInstanceTexture6' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 
    1766 14:30:36: WARNING: Texture instance 'CompositorInstanceTexture7' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 
    1767 14:30:36: WARNING: Texture instance 'CompositorInstanceTexture8' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 
    1768 14:30:36: WARNING: Texture instance 'CompositorInstanceTexture9' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 
    1769 14:30:36: WARNING: Texture instance 'CompositorInstanceTexture10' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 
    1770 14:30:36: WARNING: Texture instance 'CompositorInstanceTexture11' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 
    1771 14:30:36: WARNING: Texture instance 'CompositorInstanceTexture12' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 
    1772 14:32:11: Unregistering ResourceManager for type BspLevel 
    1773 14:32:11: Render Target 'rtt/47781152' Average FPS: 113.731 Best FPS: 122.51 Worst FPS: 74.1107 
    1774 14:32:11: Render Target 'rtt/47782816' Average FPS: 114.001 Best FPS: 122.51 Worst FPS: 73.8523 
    1775 14:32:11: Render Target 'rtt/47782240' Average FPS: 113.919 Best FPS: 122.51 Worst FPS: 73.9261 
    1776 14:32:11: Render Target 'rtt/47783360' Average FPS: 113.793 Best FPS: 122.388 Worst FPS: 74.8503 
    1777 14:32:11: Render Target 'rtt/47781696' Average FPS: 113.753 Best FPS: 122.388 Worst FPS: 74.1107 
    1778 14:32:11: Render Target 'rtt/3168032' Average FPS: 113.852 Best FPS: 122.51 Worst FPS: 73.8523 
    1779 14:32:11: Render Target 'rtt/3171904' Average FPS: 114.001 Best FPS: 122.51 Worst FPS: 74.6269 
    1780 14:32:11: Render Target 'rtt/3171360' Average FPS: 113.852 Best FPS: 122.51 Worst FPS: 73.7052 
    1781 14:32:11: Render Target 'rtt/3170784' Average FPS: 113.94 Best FPS: 122.388 Worst FPS: 73.7052 
    1782 14:32:11: Render Target 'rtt/3170240' Average FPS: 114.001 Best FPS: 122.51 Worst FPS: 73.7052 
    1783 14:32:11: Render Target 'rtt/3169696' Average FPS: 113.852 Best FPS: 122.51 Worst FPS: 73.7787 
    1784 14:32:11: Render Target 'rtt/3169152' Average FPS: 113.705 Best FPS: 122.51 Worst FPS: 73.7787 
    1785 14:32:11: Render Target 'rtt/3168576' Average FPS: 114.001 Best FPS: 122.51 Worst FPS: 73.7787 
    1786 14:32:11: *-*-* OGRE Shutdown 
    1787 14:32:11: Unregistering ResourceManager for type Compositor 
    1788 14:32:11: Unregistering ResourceManager for type Font 
    1789 14:32:11: Unregistering ResourceManager for type Skeleton 
    1790 14:32:11: Unregistering ResourceManager for type Mesh 
    1791 14:32:11: Unregistering ResourceManager for type HighLevelGpuProgram 
    1792 14:32:11: Unloading library .\Plugin_CgProgramManager 
    1793 14:32:11: Unloading library .\Plugin_OctreeSceneManager 
    1794 14:32:11: Unloading library .\Plugin_BSPSceneManager 
    1795 14:32:11: Unloading library .\Plugin_ParticleFX 
    1796 14:32:11: Render Target 'OGRE Render Window' Average FPS: 113.863 Best FPS: 122.51 Worst FPS: 73.4856 
    1797 14:32:11: D3D9 : Shutting down cleanly. 
    1798 14:32:11: Unregistering ResourceManager for type Texture 
    1799 14:32:11: Unregistering ResourceManager for type GpuProgram 
    1800 14:32:11: D3D9 : Direct3D9 Rendering Subsystem destroyed. 
    1801 14:32:11: Unloading library .\RenderSystem_Direct3D9 
    1802 14:32:11: Unregistering ResourceManager for type Material 
    1803 14:32:11: Unloading library OgrePlatform_d.dll 
     168118:33:22: Error in material uvegfolyoso_talaj at line 118 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.36774 
     168218:33:22: Error in material uvegfolyoso_talaj at line 119 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.36774 
     168318:33:22: Error in material uvegfolyoso_talaj at line 120 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.51282 
     168418:33:22: Error in material uvegfolyoso_teto at line 138 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.237 
     168518:33:22: Error in material uvegfolyoso_teto at line 139 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.237 
     168618:33:22: Error in material uvegfolyoso_teto at line 140 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.51282 
     168718:33:22: Error in material oszlop at line 158 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.94018 
     168818:33:22: Error in material oszlop at line 159 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.94018 
     168918:33:22: Error in material oszlop at line 160 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.0 
     169018:33:22: Parsing script X3D.material 
     169118:33:22: Parsing script GameTools_Glow.compositor 
     169218:33:22: Parsing script GameTools_ToneMap.compositor 
     169318:33:22: Parsing script sample.fontdef 
     169418:33:22: Bad attribute line: glyph             0.152344        0.125   0.160156        0.1875 in font Ogre 
     169518:33:22: Parsing script GameTools.particle 
     169618:33:22: Bad particle system attribute line: 'billboard_type  point' in GameTools/DemoParticle1 (tried renderer) 
     169718:33:22: Bad particle system attribute line: 'billboard_type  point' in GameTools/Big (tried renderer) 
     169818:33:22: Bad particle system attribute line: 'billboard_type  point' in GameTools/Little (tried renderer) 
     169918:33:22: Parsing script Compositor.overlay 
     170018:33:22: Parsing script DP3.overlay 
     170118:33:22: Parsing script Example-CubeMapping.overlay 
     170218:33:22: Parsing script Example-DynTex.overlay 
     170318:33:22: Parsing script Example-Water.overlay 
     170418:33:22: Parsing script FullScreen.overlay 
     170518:33:22: Texture: flare.png: Loading 1 faces(PF_B8G8R8,256x256x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1. 
     170618:33:22: Parsing script Shadows.overlay 
     170718:33:22: Finished parsing scripts for resource group General 
     170818:33:22: Parsing scripts for resource group Internal 
     170918:33:22: Finished parsing scripts for resource group Internal 
     171018:33:22: Mesh: Loading teapot.mesh. 
     171118:33:22: 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? 
     171218:33:22: Mesh: Loading difflab.mesh. 
     171318:33:22: Texture: screen.jpg: Loading 1 faces(PF_B8G8R8,1024x1024x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,1024x1024x1. 
     171418:33:23: Texture: laborwall.jpg: Loading 1 faces(PF_B8G8R8,1024x1024x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,1024x1024x1. 
     171518:33:23: Texture: striped.jpg: Loading 1 faces(PF_B8G8R8,128x256x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,128x256x1. 
     171618:33:23: Texture: lamp.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 
     171718:33:23: Texture: bluelamp.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 
     171818:33:23: Creating viewport on target 'rtt/2342848', 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 
     171918:33:23: Viewport for camera 'object_SE_0_COLORCUBEMAPCUBEMAPFACE_0_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
     172018:33:23: Creating viewport on target 'rtt/28906400', 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 
     172118:33:23: Viewport for camera 'object_SE_0_COLORCUBEMAPCUBEMAPFACE_1_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
     172218:33:23: Creating viewport on target 'rtt/28906464', 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 
     172318:33:23: Viewport for camera 'object_SE_0_COLORCUBEMAPCUBEMAPFACE_2_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
     172418:33:23: Creating viewport on target 'rtt/28906528', 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 
     172518:33:23: Viewport for camera 'object_SE_0_COLORCUBEMAPCUBEMAPFACE_3_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
     172618:33:23: Creating viewport on target 'rtt/28906592', 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 
     172718:33:23: Viewport for camera 'object_SE_0_COLORCUBEMAPCUBEMAPFACE_4_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
     172818:33:23: Creating viewport on target 'rtt/28906656', 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 
     172918:33:23: Viewport for camera 'object_SE_0_COLORCUBEMAPCUBEMAPFACE_5_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
     173018:33:23: 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. 
     173118:33:23: Creating viewport on target 'rtt/28907776', 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 
     173218:33:23: Viewport for camera 'object_SE_0_DISTANCECUBEMAPCUBEMAPFACE_0_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
     173318:33:23: Creating viewport on target 'rtt/28907840', 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 
     173418:33:23: Viewport for camera 'object_SE_0_DISTANCECUBEMAPCUBEMAPFACE_1_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
     173518:33:23: Creating viewport on target 'rtt/28907904', 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 
     173618:33:23: Viewport for camera 'object_SE_0_DISTANCECUBEMAPCUBEMAPFACE_2_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
     173718:33:23: Creating viewport on target 'rtt/28907968', 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 
     173818:33:23: Viewport for camera 'object_SE_0_DISTANCECUBEMAPCUBEMAPFACE_3_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
     173918:33:23: Creating viewport on target 'rtt/28908032', 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 
     174018:33:23: Viewport for camera 'object_SE_0_DISTANCECUBEMAPCUBEMAPFACE_4_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
     174118:33:23: Creating viewport on target 'rtt/28908096', 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 
     174218:33:23: Viewport for camera 'object_SE_0_DISTANCECUBEMAPCUBEMAPFACE_5_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
     174318:33:23: 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. 
     174418:33:23: Creating viewport on target 'rtt/28909120', 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 
     174518:33:23: Viewport for camera 'object_SE_0_COLORCUBEMAP_L1CUBEMAPFACE_0_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
     174618:33:23: Creating viewport on target 'rtt/28909184', 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 
     174718:33:23: Viewport for camera 'object_SE_0_COLORCUBEMAP_L1CUBEMAPFACE_1_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
     174818:33:23: Creating viewport on target 'rtt/28909248', 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 
     174918:33:23: Viewport for camera 'object_SE_0_COLORCUBEMAP_L1CUBEMAPFACE_2_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
     175018:33:23: Creating viewport on target 'rtt/28909312', 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 
     175118:33:23: Viewport for camera 'object_SE_0_COLORCUBEMAP_L1CUBEMAPFACE_3_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
     175218:33:23: Creating viewport on target 'rtt/28909376', 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 
     175318:33:23: Viewport for camera 'object_SE_0_COLORCUBEMAP_L1CUBEMAPFACE_4_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
     175418:33:23: Creating viewport on target 'rtt/28909440', 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 
     175518:33:23: Viewport for camera 'object_SE_0_COLORCUBEMAP_L1CUBEMAPFACE_5_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
     175618:33:23: 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. 
     175718:33:23: Creating viewport on target 'rtt/2410400', 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 
     175818:33:23: Viewport for camera 'object_SE_0_COLORCUBEMAP_L2CUBEMAPFACE_0_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
     175918:33:23: Creating viewport on target 'rtt/2410464', 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 
     176018:33:23: Viewport for camera 'object_SE_0_COLORCUBEMAP_L2CUBEMAPFACE_1_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
     176118:33:23: Creating viewport on target 'rtt/2410528', 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 
     176218:33:23: Viewport for camera 'object_SE_0_COLORCUBEMAP_L2CUBEMAPFACE_2_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
     176318:33:23: Creating viewport on target 'rtt/2410592', 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 
     176418:33:23: Viewport for camera 'object_SE_0_COLORCUBEMAP_L2CUBEMAPFACE_3_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
     176518:33:23: Creating viewport on target 'rtt/2410656', 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 
     176618:33:23: Viewport for camera 'object_SE_0_COLORCUBEMAP_L2CUBEMAPFACE_4_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
     176718:33:23: Creating viewport on target 'rtt/2410720', 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 
     176818:33:23: Viewport for camera 'object_SE_0_COLORCUBEMAP_L2CUBEMAPFACE_5_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
     176918:33:23: 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. 
     177018:33:23: Win32Input8: DirectInput Activation Starts 
     177118:33:23: Win32Input8: Establishing keyboard input. 
     177218:33:23: Win32Input8: Keyboard input established. 
     177318:33:23: Win32Input8: Initializing mouse input in immediate mode. 
     177418:33:23: Win32Input8: Mouse input in immediate mode initialized. 
     177518:33:23: Win32Input8: DirectInput OK. 
     177618:33:23: Creating viewport on target 'rtt/2416256', rendering from camera 'MainBlueLightDEPTH_SHADOW_MAP_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     177718:33:23: Viewport for camera 'MainBlueLightDEPTH_SHADOW_MAP_CAMERA', actual dimensions L: 0 T: 0 W: 512 H: 512 
     177818:33:23: Creating viewport on target 'rtt/28958176', rendering from camera 'MainBlueLightDEPTH_SHADOW_MAP_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     177918:33:23: Viewport for camera 'MainBlueLightDEPTH_SHADOW_MAP_CAMERA', actual dimensions L: 0 T: 0 W: 512 H: 512 
     178018:33:23: Creating viewport on target 'rtt/28958528', rendering from camera 'LIGHT_FOCUSING_MAP_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     178118:33:23: Viewport for camera 'LIGHT_FOCUSING_MAP_CAMERA', actual dimensions L: 0 T: 0 W: 32 H: 32 
     178218:33:23: Creating viewport on target 'rtt/28958592', rendering from camera 'PHASE_TEXTURE_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     178318:33:23: Viewport for camera 'PHASE_TEXTURE_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     178418:33:23: 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. 
     178518:33:23: 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. 
     178618:35:53: Unregistering ResourceManager for type BspLevel 
     178718:35:53: Render Target 'rtt/28958592' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     178818:35:53: Render Target 'rtt/28958528' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     178918:35:53: Render Target 'rtt/28958176' Average FPS: 4.55554 Best FPS: 4.7081 Worst FPS: 1.386 
     179018:35:53: Render Target 'rtt/2416256' Average FPS: 4.55352 Best FPS: 4.71254 Worst FPS: 1.40449 
     179118:35:53: Render Target 'rtt/2410400' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     179218:35:53: Render Target 'rtt/2410464' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     179318:35:53: Render Target 'rtt/2410528' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     179418:35:53: Render Target 'rtt/2410592' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     179518:35:53: Render Target 'rtt/2410656' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     179618:35:53: Render Target 'rtt/2410720' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     179718:35:53: Render Target 'rtt/28909120' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     179818:35:53: Render Target 'rtt/28909184' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     179918:35:53: Render Target 'rtt/28909248' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     180018:35:53: Render Target 'rtt/28909312' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     180118:35:53: Render Target 'rtt/28909376' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     180218:35:53: Render Target 'rtt/28909440' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     180318:35:53: Render Target 'rtt/28907776' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     180418:35:53: Render Target 'rtt/28907840' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     180518:35:53: Render Target 'rtt/28907904' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     180618:35:53: Render Target 'rtt/28907968' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     180718:35:53: Render Target 'rtt/28908032' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     180818:35:53: Render Target 'rtt/28908096' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     180918:35:53: Render Target 'rtt/2342848' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     181018:35:53: Render Target 'rtt/28906400' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     181118:35:53: Render Target 'rtt/28906464' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     181218:35:53: Render Target 'rtt/28906528' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     181318:35:53: Render Target 'rtt/28906592' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     181418:35:53: Render Target 'rtt/28906656' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     181518:35:53: *-*-* OGRE Shutdown 
     181618:35:53: Unregistering ResourceManager for type Compositor 
     181718:35:53: Unregistering ResourceManager for type Font 
     181818:35:53: Unregistering ResourceManager for type Skeleton 
     181918:35:53: Unregistering ResourceManager for type Mesh 
     182018:35:53: Unregistering ResourceManager for type HighLevelGpuProgram 
     182118:35:53: Unloading library .\Plugin_CgProgramManager 
     182218:35:53: Unloading library .\Plugin_OctreeSceneManager 
     182318:35:53: Unloading library .\Plugin_BSPSceneManager 
     182418:35:53: Unloading library .\Plugin_ParticleFX 
     182518:35:53: Render Target 'OGRE Render Window' Average FPS: 4.56672 Best FPS: 4.69484 Worst FPS: 0.695894 
     182618:35:53: D3D9 : Shutting down cleanly. 
     182718:35:53: Unregistering ResourceManager for type Texture 
     182818:35:53: Unregistering ResourceManager for type GpuProgram 
     182918:35:53: D3D9 : Direct3D9 Rendering Subsystem destroyed. 
     183018:35:53: Unloading library .\RenderSystem_Direct3D9 
     183118:35:53: Unregistering ResourceManager for type Material 
     183218:35:53: Unloading library OgrePlatform_d.dll 
  • GTP/trunk/App/Demos/Illum/Ogre/bin/Debug/OgreLeaks.log

    r1831 r1847  
    11 ----------------------------------------------------------------------------------------------------------------------------------  
    2 |                                          Memory leak report for:  11/30/2006 14:32:11                                            | 
     2|                                          Memory leak report for:  12/04/2006 18:35:53                                            | 
    33 ----------------------------------------------------------------------------------------------------------------------------------  
    44 
    55 
    6 367 memory leaks found: 
     6525 memory leaks found: 
    77 
    88Alloc.   Addr       Size       Addr       Size                        BreakOn BreakOn               
    99Number Reported   Reported    Actual     Actual     Unused    Method  Dealloc Realloc Allocated by  
    1010------ ---------- ---------- ---------- ---------- ---------- -------- ------- ------- ---------------------------------------------------  
    11 007332 0x021AA848 0x00000050 0x021AA838 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    12 007326 0x021AB2E8 0x0000003C 0x021AB2D8 0x0000005C 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
    13 007327 0x021AB380 0x00000050 0x021AB370 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    14 007344 0x021AB4F0 0x00000050 0x021AB4E0 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    15 007336 0x021AB690 0x00000050 0x021AB680 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    16 007340 0x021AB7B0 0x00000050 0x021AB7A0 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    17 007348 0x021AB930 0x00000050 0x021AB920 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    18 007456 0x021AB9E0 0x00000050 0x021AB9D0 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    19 007450 0x021ABB10 0x0000003C 0x021ABB00 0x0000005C 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
    20 007451 0x021AE420 0x00000050 0x021AE410 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    21 007468 0x021AE4D0 0x00000050 0x021AE4C0 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    22 007460 0x021AE670 0x00000050 0x021AE660 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    23 007464 0x021AE790 0x00000050 0x021AE780 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    24 007472 0x021AE910 0x00000050 0x021AE900 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    25 007673 0x021AF728 0x00000050 0x021AF718 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    26 007659 0x021AF888 0x0000003C 0x021AF878 0x0000005C 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
    27 007660 0x021B9DB0 0x00000050 0x021B9DA0 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    28 007665 0x021B9F60 0x00000050 0x021B9F50 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    29 007669 0x021BA070 0x00000050 0x021BA060 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    30 007677 0x021BA190 0x00000050 0x021BA180 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    31 007681 0x021BA330 0x00000050 0x021BA320 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    32 007996 0x021BEA18 0x00000050 0x021BEA08 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    33 007990 0x021BEB78 0x0000003C 0x021BEB68 0x0000005C 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
    34 007991 0x021C1448 0x00000050 0x021C1438 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    35 008008 0x021C1558 0x00000050 0x021C1548 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    36 008000 0x021C16F8 0x00000050 0x021C16E8 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    37 008004 0x021C1818 0x00000050 0x021C1808 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    38 008012 0x021C1998 0x00000050 0x021C1988 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    39 009251 0x02F16388 0x00000050 0x02F16378 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    40 009255 0x02F16438 0x00000050 0x02F16428 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    41 009265 0x02F164E8 0x00000050 0x02F164D8 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    42 009259 0x02F165A8 0x0000003C 0x02F16598 0x0000005C 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
    43 009260 0x02F16640 0x00000050 0x02F16630 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    44 009273 0x02F16758 0x00000050 0x02F16748 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    45 009269 0x02F168F8 0x00000050 0x02F168E8 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    46 009277 0x02F169A8 0x00000050 0x02F16998 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    47 009281 0x02F16A58 0x00000050 0x02F16A48 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    48 009285 0x02F16B08 0x00000050 0x02F16AF8 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    49 009245 0x02F179D8 0x0000003C 0x02F179C8 0x0000005C 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
    50 009246 0x02F17A70 0x00000050 0x02F17A60 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    51 009491 0x02F19308 0x00000050 0x02F192F8 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    52 009496 0x02F19418 0x00000050 0x02F19408 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    53 009500 0x02F194C8 0x00000050 0x02F194B8 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    54 009504 0x02F19578 0x00000050 0x02F19568 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    55 009508 0x02F19628 0x00000050 0x02F19618 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    56 009512 0x02F196D8 0x00000050 0x02F196C8 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    57 009522 0x02F19788 0x00000050 0x02F19778 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    58 009516 0x02F19848 0x0000003C 0x02F19838 0x0000005C 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
    59 009517 0x02F198E0 0x00000050 0x02F198D0 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    60 009530 0x02F199F8 0x00000050 0x02F199E8 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    61 009534 0x02F19BF8 0x00000050 0x02F19BE8 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    62 009538 0x02F19CA8 0x00000050 0x02F19C98 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    63 009542 0x02F19D58 0x00000050 0x02F19D48 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    64 009712 0x02F1AF40 0x0000003C 0x02F1AF30 0x0000005C 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
    65 009713 0x02F1AFD8 0x00000050 0x02F1AFC8 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    66 009718 0x02F1BE88 0x00000050 0x02F1BE78 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    67 009722 0x02F1BF38 0x00000050 0x02F1BF28 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    68 009726 0x02F1BFE8 0x00000050 0x02F1BFD8 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    69 009730 0x02F1C098 0x00000050 0x02F1C088 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    70 009734 0x02F1C148 0x00000050 0x02F1C138 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    71 009744 0x02F1C1F8 0x00000050 0x02F1C1E8 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    72 009738 0x02F1C2B8 0x0000003C 0x02F1C2A8 0x0000005C 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
    73 009739 0x02F1C350 0x00000050 0x02F1C340 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    74 009752 0x02F1C468 0x00000050 0x02F1C458 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    75 009748 0x02F1C608 0x00000050 0x02F1C5F8 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    76 009756 0x02F1C6B8 0x00000050 0x02F1C6A8 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    77 009760 0x02F1C768 0x00000050 0x02F1C758 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    78 009764 0x02F1C818 0x00000050 0x02F1C808 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    79 009526 0x02F25060 0x00000050 0x02F25050 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    80 009490 0x02F25EC8 0x0000003C 0x02F25EB8 0x0000005C 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
    81 010426 0x02F2E150 0x00000050 0x02F2E140 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    82 010430 0x02F2E200 0x00000050 0x02F2E1F0 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    83 010434 0x02F2E2B0 0x00000050 0x02F2E2A0 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    84 010438 0x02F2E360 0x0000003C 0x02F2E350 0x0000005C 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
    85 010439 0x02F2E3F8 0x00000050 0x02F2E3E8 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    86 010444 0x02F2E510 0x00000050 0x02F2E500 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    87 010448 0x02F2E5C0 0x00000050 0x02F2E5B0 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    88 010452 0x02F2E670 0x00000050 0x02F2E660 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    89 010593 0x02F30468 0x0000003C 0x02F30458 0x0000005C 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
    90 010594 0x02F30500 0x00000050 0x02F304F0 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    91 010599 0x02F30610 0x00000050 0x02F30600 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    92 010603 0x02F306C0 0x00000050 0x02F306B0 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    93 010607 0x02F30770 0x00000050 0x02F30760 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    94 010611 0x02F30820 0x0000003C 0x02F30810 0x0000005C 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
    95 010612 0x02F308B8 0x00000050 0x02F308A8 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    96 010617 0x02F309D0 0x00000050 0x02F309C0 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    97 010621 0x02F30A80 0x00000050 0x02F30A70 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    98 010625 0x02F30B30 0x00000050 0x02F30B20 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    99 009907 0x02F3AFC8 0x0000003C 0x02F3AFB8 0x0000005C 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
    100 009933 0x02F3B068 0x0000003C 0x02F3B058 0x0000005C 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
    101 009908 0x02F3B108 0x00000050 0x02F3B0F8 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    102 009913 0x02F3B258 0x00000050 0x02F3B248 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    103 009917 0x02F3B308 0x00000050 0x02F3B2F8 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    104 009921 0x02F3B3B8 0x00000050 0x02F3B3A8 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    105 009925 0x02F3B468 0x00000050 0x02F3B458 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    106 009929 0x02F3B518 0x00000050 0x02F3B508 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    107 009934 0x02F3B5C8 0x00000050 0x02F3B5B8 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    108 009939 0x02F3B780 0x00000050 0x02F3B770 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    109 009943 0x02F3B830 0x00000050 0x02F3B820 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    110 009947 0x02F3B980 0x00000050 0x02F3B970 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    111 009951 0x02F3BA30 0x00000050 0x02F3BA20 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    112 009955 0x02F3BAE0 0x00000050 0x02F3BAD0 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    113 009959 0x02F3BB90 0x00000050 0x02F3BB80 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    114 010066 0x02F3C730 0x0000003C 0x02F3C720 0x0000005C 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
    115 010067 0x02F48930 0x00000050 0x02F48920 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    116 010084 0x02F489E0 0x0000003C 0x02F489D0 0x0000005C 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
    117 010072 0x02F48A80 0x00000050 0x02F48A70 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    118 010076 0x02F48B30 0x00000050 0x02F48B20 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    119 010080 0x02F48BE0 0x00000050 0x02F48BD0 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    120 010085 0x02F48C90 0x00000050 0x02F48C80 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    121 010090 0x02F48D40 0x00000050 0x02F48D30 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    122 010094 0x02F48DF0 0x00000050 0x02F48DE0 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    123 010098 0x02F48EA0 0x00000050 0x02F48E90 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    124 010247 0x02F4E270 0x0000003C 0x02F4E260 0x0000005C 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
    125 010248 0x02F4E308 0x00000050 0x02F4E2F8 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    126 010253 0x02F4E418 0x00000050 0x02F4E408 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    127 010257 0x02F4E4C8 0x00000050 0x02F4E4B8 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    128 010261 0x02F4E578 0x00000050 0x02F4E568 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    129 010265 0x02F4E628 0x0000003C 0x02F4E618 0x0000005C 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
    130 010266 0x02F4E6C0 0x00000050 0x02F4E6B0 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    131 010271 0x02F4E7D8 0x00000050 0x02F4E7C8 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    132 010275 0x02F4E888 0x00000050 0x02F4E878 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    133 010279 0x02F4E938 0x00000050 0x02F4E928 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    134 010421 0x02F53A90 0x00000050 0x02F53A80 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    135 010420 0x02F53ED8 0x0000003C 0x02F53EC8 0x0000005C 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
    136 011116 0x02F61478 0x00000050 0x02F61468 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    137 011110 0x02F61BF0 0x0000003C 0x02F61BE0 0x0000005C 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
    138 011111 0x02F61C88 0x00000050 0x02F61C78 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    139 012134 0x02F81E30 0x0000003C 0x02F81E20 0x0000005C 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
    140 012135 0x02F81EC8 0x00000050 0x02F81EB8 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    141 012140 0x02F82038 0x00000050 0x02F82028 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    142 012144 0x02F82148 0x00000050 0x02F82138 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    143 012148 0x02F821F8 0x00000050 0x02F821E8 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    144 012314 0x02F83A28 0x00000050 0x02F83A18 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    145 012319 0x02F83B38 0x00000050 0x02F83B28 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    146 012323 0x02F83C48 0x00000050 0x02F83C38 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    147 012327 0x02F83CF8 0x00000050 0x02F83CE8 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    148 012331 0x02F83DA8 0x00000050 0x02F83D98 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    149 012335 0x02F83EB8 0x0000003C 0x02F83EA8 0x0000005C 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
    150 012336 0x02F83F50 0x00000050 0x02F83F40 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    151 012313 0x02F852A0 0x0000003C 0x02F85290 0x0000005C 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
    152 012341 0x02F86038 0x00000050 0x02F86028 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    153 012345 0x02F860E8 0x0000003C 0x02F860D8 0x0000005C 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
    154 012346 0x02F86180 0x00000050 0x02F86170 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    155 012351 0x02F86298 0x00000050 0x02F86288 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    156 012355 0x02F86348 0x00000050 0x02F86338 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    157 013137 0x02F9B018 0x00000050 0x02F9B008 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    158 013142 0x02F9B128 0x00000050 0x02F9B118 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    159 013146 0x02F9B1D8 0x00000050 0x02F9B1C8 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    160 013150 0x02F9B288 0x00000050 0x02F9B278 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    161 013154 0x02F9B338 0x0000003C 0x02F9B328 0x0000005C 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
    162 013155 0x02F9B3D0 0x00000050 0x02F9B3C0 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    163 013160 0x02F9B4E8 0x00000050 0x02F9B4D8 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    164 013164 0x02F9B598 0x00000050 0x02F9B588 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    165 013168 0x02F9B648 0x00000050 0x02F9B638 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    166 013172 0x02F9B6F8 0x0000003C 0x02F9B6E8 0x0000005C 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
    167 013173 0x02FA0038 0x00000050 0x02FA0028 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    168 013178 0x02FA00E8 0x00000050 0x02FA00D8 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    169 013182 0x02FA0198 0x00000050 0x02FA0188 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    170 013186 0x02FA02A8 0x00000050 0x02FA0298 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    171 013190 0x02FA0418 0x00000050 0x02FA0408 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    172 013194 0x02FA0528 0x00000050 0x02FA0518 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    173 013198 0x02FA05D8 0x00000050 0x02FA05C8 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    174 013136 0x02FA2B80 0x0000003C 0x02FA2B70 0x0000005C 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
    175 014207 0x02FC4578 0x00000050 0x02FC4568 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    176 014211 0x02FC4708 0x00000050 0x02FC46F8 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    177 014215 0x02FC4828 0x00000050 0x02FC4818 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    178 014219 0x02FC48D8 0x00000050 0x02FC48C8 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    179 014197 0x02FD3C08 0x0000003C 0x02FD3BF8 0x0000005C 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
    180 014198 0x02FD3CA0 0x00000050 0x02FD3C90 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    181 014203 0x02FD3E10 0x00000050 0x02FD3E00 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    182 014765 0x02FDC7F8 0x0000003C 0x02FDC7E8 0x0000005C 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
    183 014766 0x02FDC890 0x00000050 0x02FDC880 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    184 014771 0x02FDC9A0 0x00000050 0x02FDC990 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    185 014775 0x02FDCA50 0x00000050 0x02FDCA40 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    186 014779 0x02FDCB00 0x00000050 0x02FDCAF0 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    187 014783 0x02FDCBB0 0x0000003C 0x02FDCBA0 0x0000005C 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
    188 014784 0x02FDCC48 0x00000050 0x02FDCC38 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    189 014789 0x02FDCD60 0x00000050 0x02FDCD50 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    190 014793 0x02FDCE10 0x00000050 0x02FDCE00 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    191 014797 0x02FDCEC0 0x00000050 0x02FDCEB0 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    192 015176 0x02FDE468 0x00000050 0x02FDE458 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    193 015180 0x02FDE518 0x00000050 0x02FDE508 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    194 015184 0x02FDE5C8 0x00000050 0x02FDE5B8 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    195 015188 0x02FDE678 0x00000050 0x02FDE668 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    196 015192 0x02FDE728 0x00000050 0x02FDE718 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    197 015196 0x02FDE7D8 0x0000003C 0x02FDE7C8 0x0000005C 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
    198 015197 0x02FDE870 0x00000050 0x02FDE860 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    199 015202 0x02FDE988 0x00000050 0x02FDE978 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    200 015206 0x02FDEA38 0x00000050 0x02FDEA28 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    201 015210 0x02FDEAE8 0x00000050 0x02FDEAD8 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    202 015214 0x02FDEB98 0x00000050 0x02FDEB88 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    203 015218 0x02FDEC48 0x00000050 0x02FDEC38 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    204 015222 0x02FDECF8 0x0000003C 0x02FDECE8 0x0000005C 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
    205 015223 0x02FDED90 0x00000050 0x02FDED80 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    206 015228 0x02FDEEA8 0x00000050 0x02FDEE98 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    207 015232 0x02FDEF58 0x00000050 0x02FDEF48 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    208 015236 0x02FDF008 0x00000050 0x02FDEFF8 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    209 015240 0x02FDF0B8 0x00000050 0x02FDF0A8 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    210 015244 0x02FDF168 0x00000050 0x02FDF158 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    211 015248 0x02FDF218 0x00000050 0x02FDF208 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    212 015252 0x02FDF2C8 0x00000050 0x02FDF2B8 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    213 015256 0x02FDF378 0x00000050 0x02FDF368 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    214 015260 0x02FDF428 0x00000050 0x02FDF418 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    215 015264 0x02FDF4D8 0x00000050 0x02FDF4C8 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    216 015268 0x02FDF588 0x0000003C 0x02FDF578 0x0000005C 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
    217 015269 0x02FDF620 0x00000050 0x02FDF610 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    218 015274 0x02FDF740 0x00000050 0x02FDF730 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    219 015278 0x02FDF7F0 0x00000050 0x02FDF7E0 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    220 015282 0x02FDF8A0 0x00000050 0x02FDF890 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    221 015286 0x02FDF950 0x00000050 0x02FDF940 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    222 015290 0x02FDFA00 0x00000050 0x02FDF9F0 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    223 015294 0x02FDFAB0 0x00000050 0x02FDFAA0 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    224 015298 0x02FDFB60 0x00000050 0x02FDFB50 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    225 015302 0x02FDFC10 0x00000050 0x02FDFC00 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    226 015306 0x02FDFCC0 0x00000050 0x02FDFCB0 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    227 015310 0x02FDFD70 0x00000050 0x02FDFD60 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    228 015170 0x02FF11A8 0x0000003C 0x02FF1198 0x0000005C 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
    229 015171 0x02FF1938 0x00000050 0x02FF1928 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    230 016083 0x0300B618 0x0000003C 0x0300B608 0x0000005C 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
    231 016084 0x0300B6B0 0x00000050 0x0300B6A0 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    232 016089 0x0300B820 0x00000050 0x0300B810 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    233 016093 0x0300B930 0x00000050 0x0300B920 0x00000070 0x00000000 new         N       N    ??(0) ?? 
    234 025653 0x0308A4C8 0x000001F8 0x0308A4B8 0x00000218 0x00000000 new         N       N    ogreilluminationmanager.cpp(126) OgreIlluminationManager::getSingleton 
    235 025654 0x0308A720 0x0000000C 0x0308A710 0x0000002C 0x00000000 new         N       N    ??(0) ?? 
    236 025655 0x0308A788 0x00000018 0x0308A778 0x00000038 0x00000000 new         N       N    ??(0) ?? 
    237 025656 0x0308A800 0x0000000C 0x0308A7F0 0x0000002C 0x00000000 new         N       N    ??(0) ?? 
    238 025657 0x0308A868 0x00000018 0x0308A858 0x00000038 0x00000000 new         N       N    ??(0) ?? 
    239 025658 0x0308A8E0 0x00000018 0x0308A8D0 0x00000038 0x00000000 new         N       N    ??(0) ?? 
    240 025659 0x0308A958 0x00000034 0x0308A948 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    241 025660 0x0308A9E8 0x00000034 0x0308A9D8 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    242 025661 0x0308AA78 0x00000018 0x0308AA68 0x00000038 0x00000000 new         N       N    ??(0) ?? 
    243 025662 0x0308AAF0 0x00000008 0x0308AAE0 0x00000028 0x00000000 new         N       N    ogreilluminationmanager.cpp(79) OgreIlluminationManager::OgreIlluminati 
    244 025663 0x0308AB58 0x00000018 0x0308AB48 0x00000038 0x00000000 new         N       N    ??(0) ?? 
    245 025664 0x0308ABD0 0x00000018 0x0308ABC0 0x00000038 0x00000000 new         N       N    ??(0) ?? 
    246 025665 0x0308AC48 0x00000018 0x0308AC38 0x00000038 0x00000000 new         N       N    ??(0) ?? 
    247 025666 0x0308ACC0 0x00000018 0x0308ACB0 0x00000038 0x00000000 new         N       N    ??(0) ?? 
    248 025667 0x0308AD38 0x00000018 0x0308AD28 0x00000038 0x00000000 new         N       N    ??(0) ?? 
    249 025668 0x0308ADB0 0x00000018 0x0308ADA0 0x00000038 0x00000000 new         N       N    ??(0) ?? 
    250 025669 0x0308AE28 0x00000018 0x0308AE18 0x00000038 0x00000000 new         N       N    ??(0) ?? 
    251 025670 0x0308AEA0 0x00000018 0x0308AE90 0x00000038 0x00000000 new         N       N    ??(0) ?? 
    252 025671 0x0308AF18 0x00000018 0x0308AF08 0x00000038 0x00000000 new         N       N    ??(0) ?? 
    253 025672 0x0308AF90 0x00000018 0x0308AF80 0x00000038 0x00000000 new         N       N    ??(0) ?? 
    254 025673 0x0308B008 0x00000018 0x0308AFF8 0x00000038 0x00000000 new         N       N    ??(0) ?? 
    255 025674 0x0308B080 0x00000018 0x0308B070 0x00000038 0x00000000 new         N       N    ??(0) ?? 
    256 025675 0x0308B0F8 0x00000018 0x0308B0E8 0x00000038 0x00000000 new         N       N    ??(0) ?? 
    257 025676 0x0308B170 0x00000018 0x0308B160 0x00000038 0x00000000 new         N       N    ??(0) ?? 
    258 025677 0x0308B1E8 0x00000018 0x0308B1D8 0x00000038 0x00000000 new         N       N    ??(0) ?? 
    259 025678 0x0308B260 0x00000018 0x0308B250 0x00000038 0x00000000 new         N       N    ??(0) ?? 
    260 025679 0x0308B2D8 0x00000018 0x0308B2C8 0x00000038 0x00000000 new         N       N    ??(0) ?? 
    261 025680 0x0308B350 0x00000018 0x0308B340 0x00000038 0x00000000 new         N       N    ??(0) ?? 
    262 025681 0x0308B3C8 0x00000018 0x0308B3B8 0x00000038 0x00000000 new         N       N    ??(0) ?? 
    263 025682 0x0308B440 0x00000018 0x0308B430 0x00000038 0x00000000 new         N       N    ??(0) ?? 
    264 025683 0x0308B4B8 0x00000018 0x0308B4A8 0x00000038 0x00000000 new         N       N    ??(0) ?? 
    265 025684 0x0308B530 0x00000018 0x0308B520 0x00000038 0x00000000 new         N       N    ??(0) ?? 
    266 025685 0x0308B5A8 0x00000018 0x0308B598 0x00000038 0x00000000 new         N       N    ??(0) ?? 
    267 025686 0x0308B620 0x00000018 0x0308B610 0x00000038 0x00000000 new         N       N    ??(0) ?? 
    268 025687 0x0308B698 0x000000A0 0x0308B688 0x000000C0 0x00000000 new         N       N    ogreilluminationmanager.cpp(96) OgreIlluminationManager::OgreIlluminati 
    269 025688 0x0308B798 0x00000034 0x0308B788 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    270 025689 0x0308B828 0x00000034 0x0308B818 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    271 025690 0x0308B8B8 0x00000034 0x0308B8A8 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    272 025691 0x0308B948 0x00000034 0x0308B938 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    273 025692 0x0308B9D8 0x00000034 0x0308B9C8 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    274 025693 0x0308BA68 0x00000034 0x0308BA58 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    275 025694 0x0308BAF8 0x00000034 0x0308BAE8 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    276 025695 0x0308BB88 0x00000034 0x0308BB78 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    277 025696 0x0308BC18 0x00000034 0x0308BC08 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    278 025697 0x0308BCA8 0x00000034 0x0308BC98 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    279 025698 0x0308BD38 0x00000034 0x0308BD28 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    280 025699 0x0308BDC8 0x00000034 0x0308BDB8 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    281 025700 0x0308BE58 0x00000034 0x0308BE48 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    282 025701 0x0308BEE8 0x0000000C 0x0308BED8 0x0000002C 0x00000000 new         N       N    ??(0) ?? 
    283 025703 0x0308BF50 0x00000034 0x0308BF40 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    284 025702 0x0308E010 0x000000A0 0x0308E000 0x000000C0 0x00000000 new         N       N    ogreilluminationmanager.cpp(98) OgreIlluminationManager::OgreIlluminati 
    285 025704 0x0308E110 0x00000034 0x0308E100 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    286 025705 0x0308E1A0 0x00000034 0x0308E190 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    287 025706 0x0308E230 0x00000034 0x0308E220 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    288 025707 0x0308E2C0 0x00000034 0x0308E2B0 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    289 025708 0x0308E350 0x00000034 0x0308E340 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    290 025709 0x0308E3E0 0x00000034 0x0308E3D0 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    291 025710 0x0308E470 0x00000034 0x0308E460 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    292 025711 0x0308E500 0x00000034 0x0308E4F0 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    293 025712 0x0308E590 0x00000034 0x0308E580 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    294 025713 0x0308E620 0x00000034 0x0308E610 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    295 025714 0x0308E6B0 0x00000034 0x0308E6A0 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    296 025715 0x0308E740 0x00000034 0x0308E730 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    297 025716 0x0308E7D0 0x0000000C 0x0308E7C0 0x0000002C 0x00000000 new         N       N    ??(0) ?? 
    298 025717 0x0308E838 0x000000A4 0x0308E828 0x000000C4 0x00000000 new         N       N    ogreilluminationmanager.cpp(100) OgreIlluminationManager::OgreIlluminati 
    299 025718 0x0308E938 0x00000034 0x0308E928 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    300 025719 0x0308E9C8 0x00000034 0x0308E9B8 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    301 025720 0x0308EA58 0x00000034 0x0308EA48 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    302 025721 0x0308EAE8 0x00000034 0x0308EAD8 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    303 025722 0x0308EB78 0x00000034 0x0308EB68 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    304 025723 0x03096848 0x00000034 0x03096838 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    305 025724 0x030968D8 0x00000034 0x030968C8 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    306 025725 0x03096968 0x00000034 0x03096958 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    307 025726 0x030969F8 0x00000034 0x030969E8 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    308 025727 0x03096A88 0x00000034 0x03096A78 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    309 025728 0x03096B18 0x00000034 0x03096B08 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    310 025729 0x03096BA8 0x00000034 0x03096B98 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    311 025730 0x03096C38 0x00000034 0x03096C28 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    312 025732 0x03096CC8 0x0000000C 0x03096CB8 0x0000002C 0x00000000 new         N       N    ??(0) ?? 
    313 025731 0x03096D88 0x00000034 0x03096D78 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    314 025733 0x03096E78 0x0000009C 0x03096E68 0x000000BC 0x00000000 new         N       N    ogreilluminationmanager.cpp(102) OgreIlluminationManager::OgreIlluminati 
    315 025734 0x03096F70 0x00000034 0x03096F60 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    316 025735 0x03097000 0x00000034 0x03096FF0 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    317 025736 0x03097090 0x00000034 0x03097080 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    318 025743 0x03097120 0x00000034 0x03097110 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    319 025737 0x030971E0 0x00000034 0x030971D0 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    320 025738 0x030972D0 0x00000034 0x030972C0 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    321 025739 0x030973C0 0x00000034 0x030973B0 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    322 025740 0x030974B0 0x00000034 0x030974A0 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    323 025741 0x030975A0 0x00000034 0x03097590 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    324 025742 0x03097690 0x00000034 0x03097680 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    325 025744 0x03097780 0x00000034 0x03097770 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    326 025745 0x03097810 0x00000034 0x03097800 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    327 025747 0x030978A0 0x0000000C 0x03097890 0x0000002C 0x00000000 new         N       N    ??(0) ?? 
    328 025746 0x03097960 0x00000034 0x03097950 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    329 025748 0x03097A50 0x00000084 0x03097A40 0x000000A4 0x00000000 new         N       N    ogreilluminationmanager.cpp(104) OgreIlluminationManager::OgreIlluminati 
    330 025749 0x03097B30 0x00000034 0x03097B20 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    331 025753 0x03097BC0 0x0000000C 0x03097BB0 0x0000002C 0x00000000 new         N       N    ??(0) ?? 
    332 025750 0x03097C80 0x00000034 0x03097C70 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    333 025751 0x03097D70 0x00000034 0x03097D60 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    334 025752 0x03097E60 0x00000034 0x03097E50 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    335 025754 0x03097F50 0x000000E8 0x03097F40 0x00000108 0x00000000 new         N       N    ogreilluminationmanager.cpp(106) OgreIlluminationManager::OgreIlluminati 
    336 025755 0x03098098 0x00000034 0x03098088 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    337 025756 0x03098188 0x00000034 0x03098178 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    338 025760 0x03098218 0x00000034 0x03098208 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    339 025757 0x030982D8 0x00000034 0x030982C8 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    340 025758 0x030983C8 0x00000034 0x030983B8 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    341 025759 0x030984B8 0x00000034 0x030984A8 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    342 025762 0x030985A8 0x0000000C 0x03098598 0x0000002C 0x00000000 new         N       N    ??(0) ?? 
    343 025761 0x03098668 0x00000034 0x03098658 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    344 025763 0x03098758 0x00000044 0x03098748 0x00000064 0x00000000 new         N       N    ogreilluminationmanager.cpp(108) OgreIlluminationManager::OgreIlluminati 
    345 025764 0x030987F8 0x00000034 0x030987E8 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    346 025765 0x030988E8 0x00000034 0x030988D8 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    347 025766 0x03098978 0x0000000C 0x03098968 0x0000002C 0x00000000 new         N       N    ??(0) ?? 
    348 025767 0x030989E0 0x00000044 0x030989D0 0x00000064 0x00000000 new         N       N    ogreilluminationmanager.cpp(110) OgreIlluminationManager::OgreIlluminati 
    349 025768 0x03098A80 0x00000034 0x03098A70 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    350 025769 0x03098B10 0x00000034 0x03098B00 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    351 025770 0x03098BA0 0x0000000C 0x03098B90 0x0000002C 0x00000000 new         N       N    ??(0) ?? 
    352 025771 0x03098C08 0x000000D8 0x03098BF8 0x000000F8 0x00000000 new         N       N    ogreilluminationmanager.cpp(112) OgreIlluminationManager::OgreIlluminati 
    353 025772 0x03098D40 0x00000034 0x03098D30 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    354 025773 0x03098DD0 0x00000034 0x03098DC0 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    355 025774 0x03098E60 0x00000034 0x03098E50 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    356 025775 0x03098EF0 0x00000034 0x03098EE0 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    357 025776 0x03098F80 0x00000034 0x03098F70 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    358 025777 0x03099010 0x00000034 0x03099000 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    359 025778 0x030990A0 0x00000034 0x03099090 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    360 025779 0x03099130 0x00000034 0x03099120 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    361 025780 0x030991C0 0x00000034 0x030991B0 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    362 025781 0x03099250 0x00000034 0x03099240 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    363 025782 0x030992E0 0x00000034 0x030992D0 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    364 025783 0x03099370 0x0000000C 0x03099360 0x0000002C 0x00000000 new         N       N    ??(0) ?? 
    365 025784 0x030993D8 0x0000009C 0x030993C8 0x000000BC 0x00000000 new         N       N    ogreilluminationmanager.cpp(114) OgreIlluminationManager::OgreIlluminati 
    366 025785 0x030994D0 0x00000034 0x030994C0 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    367 025786 0x03099560 0x00000034 0x03099550 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    368 025787 0x030995F0 0x00000034 0x030995E0 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    369 025788 0x03099680 0x00000034 0x03099670 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    370 025789 0x03099710 0x00000034 0x03099700 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    371 025790 0x030997A0 0x00000034 0x03099790 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    372 025792 0x03099830 0x00000034 0x03099820 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    373 025791 0x030998F0 0x00000034 0x030998E0 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    374 025793 0x030999E0 0x00000034 0x030999D0 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    375 025794 0x03099A70 0x00000034 0x03099A60 0x00000054 0x00000000 new         N       N    ??(0) ?? 
    376 025796 0x03099B00 0x0000000C 0x03099AF0 0x0000002C 0x00000000 new         N       N    ??(0) ?? 
    377 025795 0x03099BC0 0x00000034 0x03099BB0 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     11025369 0x00E137A0 0x00000018 0x00E13790 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     12025407 0x00E4AC60 0x00000034 0x00E4AC50 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     13025408 0x00E4ACE0 0x00000034 0x00E4ACD0 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     14025409 0x00E4AD60 0x00000034 0x00E4AD50 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     15025410 0x00E4ADE0 0x00000034 0x00E4ADD0 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     16025411 0x00E4AE60 0x00000034 0x00E4AE50 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     17025412 0x00E4AEE0 0x00000034 0x00E4AED0 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     18025413 0x00E4AF60 0x00000034 0x00E4AF50 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     19025414 0x00E4AFE0 0x00000034 0x00E4AFD0 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     20025416 0x00E4B060 0x000000A0 0x00E4B050 0x000000C0 0x00000000 new         N       N    ogreilluminationmanager.cpp(98) OgreIlluminationManager::OgreIlluminati 
     21025417 0x00E4B150 0x00000034 0x00E4B140 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     22025418 0x00E4B1D0 0x00000034 0x00E4B1C0 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     23025419 0x00E4B250 0x00000034 0x00E4B240 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     24025420 0x00E4B2D0 0x00000034 0x00E4B2C0 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     25025421 0x00E4B350 0x00000034 0x00E4B340 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     26025422 0x00E4B3D0 0x00000034 0x00E4B3C0 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     27025393 0x00E4B4E8 0x00000018 0x00E4B4D8 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     28025394 0x00E4B550 0x00000018 0x00E4B540 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     29025395 0x00E4B5B8 0x00000018 0x00E4B5A8 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     30025396 0x00E4B620 0x00000018 0x00E4B610 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     31025397 0x00E4B688 0x00000018 0x00E4B678 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     32025466 0x00E535C8 0x00000034 0x00E535B8 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     33025467 0x00E53698 0x0000000C 0x00E53688 0x0000002C 0x00000000 new         N       N    ??(0) ?? 
     34025468 0x00E536F0 0x000000E8 0x00E536E0 0x00000108 0x00000000 new         N       N    ogreilluminationmanager.cpp(106) OgreIlluminationManager::OgreIlluminati 
     35025469 0x00E53828 0x00000034 0x00E53818 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     36025470 0x00E538A8 0x00000034 0x00E53898 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     37025471 0x00E53978 0x00000034 0x00E53968 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     38025472 0x00E53A48 0x00000034 0x00E53A38 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     39025473 0x00E53B18 0x00000034 0x00E53B08 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     40025474 0x00E53BE8 0x00000034 0x00E53BD8 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     41025475 0x00E53C68 0x00000034 0x00E53C58 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     42025476 0x00E53D38 0x0000000C 0x00E53D28 0x0000002C 0x00000000 new         N       N    ??(0) ?? 
     43025477 0x00E53D90 0x00000044 0x00E53D80 0x00000064 0x00000000 new         N       N    ogreilluminationmanager.cpp(108) OgreIlluminationManager::OgreIlluminati 
     44025478 0x00E53E20 0x00000034 0x00E53E10 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     45025479 0x00E53EA0 0x00000034 0x00E53E90 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     46025480 0x00E53F20 0x0000000C 0x00E53F10 0x0000002C 0x00000000 new         N       N    ??(0) ?? 
     47025481 0x00E53F78 0x00000044 0x00E53F68 0x00000064 0x00000000 new         N       N    ogreilluminationmanager.cpp(110) OgreIlluminationManager::OgreIlluminati 
     48025482 0x00E54008 0x00000034 0x00E53FF8 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     49028580 0x00E5EC18 0x00000034 0x00E5EC08 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     50083554 0x00E64148 0x00000020 0x00E64138 0x00000040 0x00000000 new         N       N    framecapture.h(48) FrameCapture::SceneNodeTransformAnimati 
     51025376 0x00E66460 0x00000008 0x00E66450 0x00000028 0x00000000 new         N       N    ogreilluminationmanager.cpp(79) OgreIlluminationManager::OgreIlluminati 
     52025371 0x00E68420 0x00000018 0x00E68410 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     53025390 0x00E9E400 0x00000018 0x00E9E3F0 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     54025391 0x00E9E468 0x00000018 0x00E9E458 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     55025392 0x00E9E4D0 0x00000018 0x00E9E4C0 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     56025387 0x00E9EEE0 0x00000018 0x00E9EED0 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     57025388 0x00E9EF48 0x00000018 0x00E9EF38 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     58025389 0x00E9EFB0 0x00000018 0x00E9EFA0 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     59029617 0x00EA1528 0x00000034 0x00EA1518 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     60007460 0x00EA4138 0x00000050 0x00EA4128 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     61007468 0x00EA41D8 0x00000050 0x00EA41C8 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     62007464 0x00EA4288 0x00000050 0x00EA4278 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     63007472 0x00EA4388 0x00000050 0x00EA4378 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     64007476 0x00EA44E8 0x00000050 0x00EA44D8 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     65028647 0x00EAB038 0x00000018 0x00EAB028 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     66007336 0x00EABEB8 0x00000050 0x00EABEA8 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     67007454 0x00EAC7D8 0x0000003C 0x00EAC7C8 0x0000005C 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
     68007330 0x00EAC878 0x0000003C 0x00EAC868 0x0000005C 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
     69007331 0x00EAC900 0x00000050 0x00EAC8F0 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     70007340 0x00EACB50 0x00000050 0x00EACB40 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     71007344 0x00EACC90 0x00000050 0x00EACC80 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     72007348 0x00EACDE0 0x00000050 0x00EACDD0 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     73007352 0x00EACE80 0x00000050 0x00EACE70 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     74007455 0x00EACF20 0x00000050 0x00EACF10 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     75007669 0x00EAD038 0x00000050 0x00EAD028 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     76007663 0x00EAD168 0x0000003C 0x00EAD158 0x0000005C 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
     77007664 0x00EB7300 0x00000050 0x00EB72F0 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     78007681 0x00EB73F0 0x00000050 0x00EB73E0 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     79007673 0x00EB7550 0x00000050 0x00EB7540 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     80007677 0x00EB7650 0x00000050 0x00EB7640 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     81007685 0x00EB77A0 0x00000050 0x00EB7790 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     82008000 0x00EBA9D0 0x00000050 0x00EBA9C0 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     83007994 0x00EBAB00 0x0000003C 0x00EBAAF0 0x0000005C 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
     84007995 0x00EBD048 0x00000050 0x00EBD038 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     85008012 0x00EBD138 0x00000050 0x00EBD128 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     86008004 0x00EBD298 0x00000050 0x00EBD288 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     87008008 0x00EBD398 0x00000050 0x00EBD388 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     88008016 0x00EBD4E8 0x00000050 0x00EBD4D8 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     89088288 0x00EBD9F0 0x00000020 0x00EBD9E0 0x00000040 0x00000000 new         N       N    framecapture.h(48) FrameCapture::SceneNodeTransformAnimati 
     90025383 0x00EBE470 0x00000018 0x00EBE460 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     91025384 0x00EBE4D8 0x00000018 0x00EBE4C8 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     92025377 0x00EBE5F0 0x00000018 0x00EBE5E0 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     93025378 0x00EBE658 0x00000018 0x00EBE648 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     94025449 0x00EBF410 0x00000034 0x00EBF400 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     95025450 0x00EBF490 0x00000034 0x00EBF480 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     96025451 0x00EBF510 0x00000034 0x00EBF500 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     97025452 0x00EBF590 0x00000034 0x00EBF580 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     98025453 0x00EBF610 0x00000034 0x00EBF600 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     99025454 0x00EBF690 0x00000034 0x00EBF680 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     100025455 0x00EBF760 0x00000034 0x00EBF750 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     101025456 0x00EBF830 0x00000034 0x00EBF820 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     102025457 0x00EBF900 0x00000034 0x00EBF8F0 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     103025458 0x00EBF980 0x00000034 0x00EBF970 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     104025459 0x00EBFA00 0x00000034 0x00EBF9F0 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     105025460 0x00EBFA80 0x00000034 0x00EBFA70 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     106025461 0x00EBFB50 0x0000000C 0x00EBFB40 0x0000002C 0x00000000 new         N       N    ??(0) ?? 
     107025462 0x00EBFBA8 0x00000084 0x00EBFB98 0x000000A4 0x00000000 new         N       N    ogreilluminationmanager.cpp(104) OgreIlluminationManager::OgreIlluminati 
     108025463 0x00EBFC78 0x00000034 0x00EBFC68 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     109025464 0x00EBFCF8 0x00000034 0x00EBFCE8 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     110025465 0x00EBFDC8 0x00000034 0x00EBFDB8 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     111025398 0x00EBFEA0 0x00000018 0x00EBFE90 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     112025399 0x00EBFF08 0x00000018 0x00EBFEF8 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     113025400 0x00EBFF70 0x00000018 0x00EBFF60 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     114025401 0x00EBFFD8 0x000000A0 0x00EBFFC8 0x000000C0 0x00000000 new         N       N    ogreilluminationmanager.cpp(96) OgreIlluminationManager::OgreIlluminati 
     115025402 0x00EC00C8 0x00000034 0x00EC00B8 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     116025403 0x00EC0148 0x00000034 0x00EC0138 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     117025404 0x00EC01C8 0x00000034 0x00EC01B8 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     118025405 0x00EC0248 0x00000034 0x00EC0238 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     119025406 0x00EC02C8 0x00000034 0x00EC02B8 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     120025415 0x00EC0348 0x0000000C 0x00EC0338 0x0000002C 0x00000000 new         N       N    ??(0) ?? 
     121025367 0x00EC05B8 0x000001F8 0x00EC05A8 0x00000218 0x00000000 new         N       N    ogreilluminationmanager.cpp(126) OgreIlluminationManager::getSingleton 
     122025385 0x00EC0800 0x00000018 0x00EC07F0 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     123025386 0x00EC0868 0x00000018 0x00EC0858 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     124025372 0x00EC0FC0 0x00000018 0x00EC0FB0 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     125028649 0x00ECB380 0x00000034 0x00ECB370 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     126028577 0x00ED3808 0x00000104 0x00ED37F8 0x00000124 0x00000000 new         N       N    ogreilluminationmanager.cpp(590) OgreIlluminationManager::createPerLight 
     127009494 0x00EDB978 0x0000003C 0x00EDB968 0x0000005C 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
     128009526 0x00EDBD80 0x00000050 0x00EDBD70 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     129009249 0x00EDCAE0 0x0000003C 0x00EDCAD0 0x0000005C 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
     130009255 0x00EDCB68 0x00000050 0x00EDCB58 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     131009716 0x00EDEC30 0x0000003C 0x00EDEC20 0x0000005C 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
     132009717 0x00EDECB8 0x00000050 0x00EDECA8 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     133009722 0x00EDED58 0x00000050 0x00EDED48 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     134009726 0x00EDEDF8 0x00000050 0x00EDEDE8 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     135009730 0x00EDEE98 0x00000050 0x00EDEE88 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     136009734 0x00EDEF38 0x00000050 0x00EDEF28 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     137009738 0x00EDEFD8 0x00000050 0x00EDEFC8 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     138009742 0x00EDF0C8 0x0000003C 0x00EDF0B8 0x0000005C 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
     139009743 0x00EDF150 0x00000050 0x00EDF140 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     140009748 0x00EDF248 0x00000050 0x00EDF238 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     141009752 0x00EDF2E8 0x00000050 0x00EDF2D8 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     142009756 0x00EDF3D8 0x00000050 0x00EDF3C8 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     143009760 0x00EDF478 0x00000050 0x00EDF468 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     144009764 0x00EDF518 0x00000050 0x00EDF508 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     145009768 0x00EDF5B8 0x00000050 0x00EDF5A8 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     146009911 0x00EDFA50 0x0000003C 0x00EDFA40 0x0000005C 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
     147009943 0x00EDFD50 0x00000050 0x00EDFD40 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     148028582 0x01CC7CA8 0x00000104 0x01CC7C98 0x00000124 0x00000000 new         N       N    ogreilluminationmanager.cpp(602) OgreIlluminationManager::createPerLight 
     149009250 0x01CC83D8 0x00000050 0x01CC83C8 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     150009259 0x01CC8478 0x00000050 0x01CC8468 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     151009263 0x01CC85F8 0x0000003C 0x01CC85E8 0x0000005C 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
     152009264 0x01CC8680 0x00000050 0x01CC8670 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     153009269 0x01CC8778 0x00000050 0x01CC8768 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     154009273 0x01CC8818 0x00000050 0x01CC8808 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     155009277 0x01CC8908 0x00000050 0x01CC88F8 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     156009281 0x01CC89A8 0x00000050 0x01CC8998 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     157009285 0x01CC8A48 0x00000050 0x01CC8A38 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     158009289 0x01CC8AE8 0x00000050 0x01CC8AD8 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     159009912 0x01CC9738 0x00000050 0x01CC9728 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     160009917 0x01CC97D8 0x00000050 0x01CC97C8 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     161009921 0x01CC9878 0x00000050 0x01CC9868 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     162009925 0x01CC9918 0x00000050 0x01CC9908 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     163009929 0x01CC99B8 0x00000050 0x01CC99A8 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     164009933 0x01CC9A58 0x00000050 0x01CC9A48 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     165009947 0x01CC9AF8 0x00000050 0x01CC9AE8 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     166009937 0x01CC9B98 0x0000003C 0x01CC9B88 0x0000005C 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
     167009938 0x01CC9C20 0x00000050 0x01CC9C10 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     168009951 0x01CC9D18 0x00000050 0x01CC9D08 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     169009955 0x01CC9EB8 0x00000050 0x01CC9EA8 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     170009959 0x01CC9F58 0x00000050 0x01CC9F48 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     171009963 0x01CC9FF8 0x00000050 0x01CC9FE8 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     172010071 0x01CCB188 0x00000050 0x01CCB178 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     173010076 0x01CCB228 0x00000050 0x01CCB218 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     174010080 0x01CCB2C8 0x00000050 0x01CCB2B8 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     175010084 0x01CCB368 0x00000050 0x01CCB358 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     176010088 0x01CCB408 0x0000003C 0x01CCB3F8 0x0000005C 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
     177010089 0x01CCB490 0x00000050 0x01CCB480 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     178010098 0x01CCB6A8 0x00000050 0x01CCB698 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     179010102 0x01CCB748 0x00000050 0x01CCB738 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     180009495 0x01CD3E70 0x00000050 0x01CD3E60 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     181009500 0x01CD3F10 0x00000050 0x01CD3F00 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     182009504 0x01CD3FB0 0x00000050 0x01CD3FA0 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     183009508 0x01CD4050 0x00000050 0x01CD4040 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     184009512 0x01CD40F0 0x00000050 0x01CD40E0 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     185009516 0x01CD4190 0x00000050 0x01CD4180 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     186009520 0x01CD42C0 0x0000003C 0x01CD42B0 0x0000005C 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
     187009521 0x01CD4348 0x00000050 0x01CD4338 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     188009534 0x01CD4440 0x00000050 0x01CD4430 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     189009530 0x01CD45A0 0x00000050 0x01CD4590 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     190009538 0x01CD4640 0x00000050 0x01CD4630 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     191009542 0x01CD46E0 0x00000050 0x01CD46D0 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     192009546 0x01CD4780 0x00000050 0x01CD4770 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     193010448 0x01CD4A88 0x00000050 0x01CD4A78 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     194010452 0x01CD4B28 0x00000050 0x01CD4B18 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     195010456 0x01CD4BC8 0x00000050 0x01CD4BB8 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     196010597 0x01CD6648 0x0000003C 0x01CD6638 0x0000005C 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
     197010598 0x01CD66D0 0x00000050 0x01CD66C0 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     198010603 0x01CD67C0 0x00000050 0x01CD67B0 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     199010607 0x01CD6860 0x00000050 0x01CD6850 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     200010611 0x01CD6900 0x00000050 0x01CD68F0 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     201010615 0x01CD69A0 0x0000003C 0x01CD6990 0x0000005C 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
     202010616 0x01CD6A28 0x00000050 0x01CD6A18 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     203010621 0x01CD6B20 0x00000050 0x01CD6B10 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     204010625 0x01CD6BC0 0x00000050 0x01CD6BB0 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     205010629 0x01CD6C60 0x00000050 0x01CD6C50 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     206010070 0x01CF4CB0 0x0000003C 0x01CF4CA0 0x0000005C 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
     207010094 0x01CF4DB8 0x00000050 0x01CF4DA8 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     208010251 0x01CF5E00 0x0000003C 0x01CF5DF0 0x0000005C 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
     209010252 0x01CF5E88 0x00000050 0x01CF5E78 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     210010257 0x01CF5F78 0x00000050 0x01CF5F68 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     211010261 0x01CFCA48 0x00000050 0x01CFCA38 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     212010265 0x01CFCAE8 0x00000050 0x01CFCAD8 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     213010269 0x01CFCB88 0x0000003C 0x01CFCB78 0x0000005C 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
     214010270 0x01CFCC10 0x00000050 0x01CFCC00 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     215010275 0x01CFCD08 0x00000050 0x01CFCCF8 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     216010279 0x01CFCDA8 0x00000050 0x01CFCD98 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     217010283 0x01CFCE48 0x00000050 0x01CFCE38 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     218010424 0x01CFEB48 0x0000003C 0x01CFEB38 0x0000005C 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
     219010425 0x01CFEBD0 0x00000050 0x01CFEBC0 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     220010430 0x01CFEC70 0x00000050 0x01CFEC60 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     221010434 0x01CFED10 0x00000050 0x01CFED00 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     222010438 0x01CFEDB0 0x00000050 0x01CFEDA0 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     223010442 0x01CFEE50 0x0000003C 0x01CFEE40 0x0000005C 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
     224010443 0x01CFEED8 0x00000050 0x01CFEEC8 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     225011114 0x01D0ACF0 0x0000003C 0x01D0ACE0 0x0000005C 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
     226011115 0x01D0C248 0x00000050 0x01D0C238 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     227011120 0x01D0C448 0x00000050 0x01D0C438 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     228028583 0x01D0C928 0x00000034 0x01D0C918 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     229028581 0x01D11B00 0x00000034 0x01D11AF0 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     230028621 0x01D256B0 0x00000018 0x01D256A0 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     231085583 0x01D28108 0x00000020 0x01D280F8 0x00000040 0x00000000 new         N       N    framecapture.h(48) FrameCapture::SceneNodeTransformAnimati 
     232012138 0x01D29188 0x0000003C 0x01D29178 0x0000005C 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
     233012139 0x01D29210 0x00000050 0x01D29200 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     234012144 0x01D29350 0x00000050 0x01D29340 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     235012148 0x01D29440 0x00000050 0x01D29430 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     236012152 0x01D294E0 0x00000050 0x01D294D0 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     237012327 0x01D2CF80 0x00000050 0x01D2CF70 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     238012318 0x01D2D730 0x00000050 0x01D2D720 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     239012317 0x01D2DDE0 0x0000003C 0x01D2DDD0 0x0000005C 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
     240012323 0x01D2E010 0x00000050 0x01D2E000 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     241012349 0x01D2E100 0x0000003C 0x01D2E0F0 0x0000005C 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
     242012331 0x01D2E220 0x00000050 0x01D2E210 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     243012335 0x01D2E2C0 0x00000050 0x01D2E2B0 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     244012339 0x01D2E360 0x0000003C 0x01D2E350 0x0000005C 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
     245012340 0x01D2E3E8 0x00000050 0x01D2E3D8 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     246012345 0x01D2E4E0 0x00000050 0x01D2E4D0 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     247012350 0x01D2E580 0x00000050 0x01D2E570 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     248012355 0x01D2E620 0x00000050 0x01D2E610 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     249012359 0x01D2E6C0 0x00000050 0x01D2E6B0 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     250013140 0x01D42360 0x0000003C 0x01D42350 0x0000005C 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
     251013194 0x01D480D8 0x00000050 0x01D480C8 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     252013198 0x01D481C8 0x00000050 0x01D481B8 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     253013202 0x01D48268 0x00000050 0x01D48258 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     254013158 0x01D4A670 0x0000003C 0x01D4A660 0x0000005C 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
     255013141 0x01D4A700 0x00000050 0x01D4A6F0 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     256013146 0x01D4A830 0x00000050 0x01D4A820 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     257013150 0x01D4A8D0 0x00000050 0x01D4A8C0 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     258013154 0x01D4A970 0x00000050 0x01D4A960 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     259013159 0x01D4AA10 0x00000050 0x01D4AA00 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     260013176 0x01D4AAB0 0x0000003C 0x01D4AAA0 0x0000005C 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
     261013164 0x01D4AB40 0x00000050 0x01D4AB30 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     262013168 0x01D4ABE0 0x00000050 0x01D4ABD0 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     263013172 0x01D4AC80 0x00000050 0x01D4AC70 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     264013177 0x01D4AD20 0x00000050 0x01D4AD10 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     265013182 0x01D4ADC0 0x00000050 0x01D4ADB0 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     266013186 0x01D4AE60 0x00000050 0x01D4AE50 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     267013190 0x01D4AF50 0x00000050 0x01D4AF40 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     268028623 0x01D64318 0x00000034 0x01D64308 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     269028559 0x01D6A7E8 0x00000234 0x01D6A7D8 0x00000254 0x00000000 new         N       N    ??(0) ?? 
     270014201 0x01D79BB8 0x0000003C 0x01D79BA8 0x0000005C 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
     271014202 0x01D79C40 0x00000050 0x01D79C30 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     272014207 0x01D79D80 0x00000050 0x01D79D70 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     273014211 0x01D79EB0 0x00000050 0x01D79EA0 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     274014215 0x01D7B6C8 0x00000050 0x01D7B6B8 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     275014219 0x01D7B7C8 0x00000050 0x01D7B7B8 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     276014223 0x01D7B868 0x00000050 0x01D7B858 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     277028578 0x01D80FB8 0x00000018 0x01D80FA8 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     278014769 0x01D81518 0x0000003C 0x01D81508 0x0000005C 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
     279014770 0x01D815A0 0x00000050 0x01D81590 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     280014775 0x01D81690 0x00000050 0x01D81680 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     281014779 0x01D81730 0x00000050 0x01D81720 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     282014783 0x01D817D0 0x00000050 0x01D817C0 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     283014787 0x01D81870 0x0000003C 0x01D81860 0x0000005C 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
     284014788 0x01D818F8 0x00000050 0x01D818E8 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     285014793 0x01D819F0 0x00000050 0x01D819E0 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     286014797 0x01D81A90 0x00000050 0x01D81A80 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     287014801 0x01D81B30 0x00000050 0x01D81B20 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     288015188 0x01D826E0 0x00000050 0x01D826D0 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     289015192 0x01D82780 0x00000050 0x01D82770 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     290015196 0x01D82820 0x00000050 0x01D82810 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     291015200 0x01D828C0 0x0000003C 0x01D828B0 0x0000005C 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
     292015201 0x01D82948 0x00000050 0x01D82938 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     293015206 0x01D82A40 0x00000050 0x01D82A30 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     294015210 0x01D82AE0 0x00000050 0x01D82AD0 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     295015214 0x01D82B80 0x00000050 0x01D82B70 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     296015218 0x01D82C20 0x00000050 0x01D82C10 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     297015222 0x01D82CC0 0x00000050 0x01D82CB0 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     298015226 0x01D82D60 0x0000003C 0x01D82D50 0x0000005C 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
     299015227 0x01D82DE8 0x00000050 0x01D82DD8 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     300015232 0x01D82EE0 0x00000050 0x01D82ED0 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     301015236 0x01D82F80 0x00000050 0x01D82F70 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     302015240 0x01D83020 0x00000050 0x01D83010 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     303015244 0x01D830C0 0x00000050 0x01D830B0 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     304015248 0x01D83160 0x00000050 0x01D83150 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     305015252 0x01D83200 0x00000050 0x01D831F0 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     306015256 0x01D832A0 0x00000050 0x01D83290 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     307015260 0x01D83340 0x00000050 0x01D83330 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     308015264 0x01D833E0 0x00000050 0x01D833D0 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     309015268 0x01D83480 0x00000050 0x01D83470 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     310015272 0x01D83520 0x0000003C 0x01D83510 0x0000005C 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
     311015273 0x01D835A8 0x00000050 0x01D83598 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     312015278 0x01D836A8 0x00000050 0x01D83698 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     313015282 0x01D83748 0x00000050 0x01D83738 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     314015286 0x01D837E8 0x00000050 0x01D837D8 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     315015290 0x01D83888 0x00000050 0x01D83878 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     316015294 0x01D83928 0x00000050 0x01D83918 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     317015298 0x01D839C8 0x00000050 0x01D839B8 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     318015302 0x01D83A68 0x00000050 0x01D83A58 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     319015306 0x01D83B08 0x00000050 0x01D83AF8 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     320015310 0x01D83BA8 0x00000050 0x01D83B98 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     321015314 0x01D83C48 0x00000050 0x01D83C38 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     322025632 0x01D93D50 0x00000004 0x01D93D40 0x00000024 0x00000000 new         N       N    ??(0) ?? 
     323015174 0x01D96DB0 0x0000003C 0x01D96DA0 0x0000005C 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
     324015175 0x01D96E38 0x00000050 0x01D96E28 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     325015180 0x01D96ED8 0x00000050 0x01D96EC8 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     326015184 0x01D96F78 0x00000050 0x01D96F68 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     327028579 0x01DAB5D0 0x00000018 0x01DAB5C0 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     328016087 0x01DAD208 0x0000003C 0x01DAD1F8 0x0000005C 0x00000000 new         N       N    ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 
     329016088 0x01DAD290 0x00000050 0x01DAD280 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     330016093 0x01DAD3D0 0x00000050 0x01DAD3C0 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     331016097 0x01DAD4C0 0x00000050 0x01DAD4B0 0x00000070 0x00000000 new         N       N    ??(0) ?? 
     332091668 0x01DADB78 0x00000020 0x01DADB68 0x00000040 0x00000000 new         N       N    framecapture.h(48) FrameCapture::SceneNodeTransformAnimati 
     333028673 0x01DADC90 0x00000018 0x01DADC80 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     334025483 0x01DDD550 0x00000034 0x01DDD540 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     335025484 0x01DDD5D0 0x0000000C 0x01DDD5C0 0x0000002C 0x00000000 new         N       N    ??(0) ?? 
     336025485 0x01DDD628 0x000000D8 0x01DDD618 0x000000F8 0x00000000 new         N       N    ogreilluminationmanager.cpp(112) OgreIlluminationManager::OgreIlluminati 
     337025486 0x01DDD750 0x00000034 0x01DDD740 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     338025487 0x01DDD7D0 0x00000034 0x01DDD7C0 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     339025488 0x01DDD850 0x00000034 0x01DDD840 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     340025489 0x01DDD8D0 0x00000034 0x01DDD8C0 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     341025490 0x01DDD950 0x00000034 0x01DDD940 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     342025491 0x01DDD9D0 0x00000034 0x01DDD9C0 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     343025492 0x01DDDA50 0x00000034 0x01DDDA40 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     344025493 0x01DDDAD0 0x00000034 0x01DDDAC0 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     345025494 0x01DDDB50 0x00000034 0x01DDDB40 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     346025495 0x01DDDBD0 0x00000034 0x01DDDBC0 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     347025496 0x01DDDC50 0x00000034 0x01DDDC40 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     348025497 0x01DDDCD0 0x0000000C 0x01DDDCC0 0x0000002C 0x00000000 new         N       N    ??(0) ?? 
     349025498 0x01DDDD28 0x0000009C 0x01DDDD18 0x000000BC 0x00000000 new         N       N    ogreilluminationmanager.cpp(114) OgreIlluminationManager::OgreIlluminati 
     350025499 0x01DDDE10 0x00000034 0x01DDDE00 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     351025500 0x01DDDE90 0x00000034 0x01DDDE80 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     352025501 0x01DDDF10 0x00000034 0x01DDDF00 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     353025502 0x01DDDF90 0x00000034 0x01DDDF80 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     354025503 0x01DDE010 0x00000034 0x01DDE000 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     355025504 0x01DDE090 0x00000034 0x01DDE080 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     356025505 0x01DDE160 0x00000034 0x01DDE150 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     357025506 0x01DDE230 0x00000034 0x01DDE220 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     358025507 0x01DDE2B0 0x00000034 0x01DDE2A0 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     359025508 0x01DDE330 0x00000034 0x01DDE320 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     360025509 0x01DDE3B0 0x00000034 0x01DDE3A0 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     361025510 0x01DDE480 0x0000000C 0x01DDE470 0x0000002C 0x00000000 new         N       N    ??(0) ?? 
     362025511 0x01DDE4D8 0x00000020 0x01DDE4C8 0x00000040 0x00000000 new         N       N    reflectiontest.h(266) RaytraceDemoApplication::createScene 
     363025379 0x01E01478 0x00000018 0x01E01468 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     364025380 0x01E014E0 0x00000018 0x01E014D0 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     365025433 0x01E1FC38 0x00000034 0x01E1FC28 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     366025434 0x01E1FCB8 0x00000034 0x01E1FCA8 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     367025435 0x01E1FD38 0x00000034 0x01E1FD28 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     368025436 0x01E1FDB8 0x00000034 0x01E1FDA8 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     369025437 0x01E1FE38 0x00000034 0x01E1FE28 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     370025438 0x01E1FEB8 0x00000034 0x01E1FEA8 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     371025439 0x01E1FF38 0x00000034 0x01E1FF28 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     372025440 0x01E1FFB8 0x00000034 0x01E1FFA8 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     373025631 0x01E23D98 0x00000030 0x01E23D88 0x00000050 0x00000000 new         N       N    framecapture.h(82) FrameCapture::addAnimableNode 
     374028622 0x01E24C28 0x000000E8 0x01E24C18 0x00000108 0x00000000 new         N       N    ogreilluminationmanager.cpp(526) OgreIlluminationManager::createGlobalRu 
     375025370 0x01E28628 0x0000000C 0x01E28618 0x0000002C 0x00000000 new         N       N    ??(0) ?? 
     376025423 0x01E295C8 0x00000034 0x01E295B8 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     377025424 0x01E29648 0x00000034 0x01E29638 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     378025425 0x01E296C8 0x00000034 0x01E296B8 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     379025426 0x01E29748 0x00000034 0x01E29738 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     380025427 0x01E297C8 0x00000034 0x01E297B8 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     381025428 0x01E29848 0x00000034 0x01E29838 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     382025429 0x01E298C8 0x00000034 0x01E298B8 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     383025430 0x01E29948 0x0000000C 0x01E29938 0x0000002C 0x00000000 new         N       N    ??(0) ?? 
     384025431 0x01E299A0 0x000000A4 0x01E29990 0x000000C4 0x00000000 new         N       N    ogreilluminationmanager.cpp(100) OgreIlluminationManager::OgreIlluminati 
     385025432 0x01E29A90 0x00000034 0x01E29A80 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     386025441 0x01E29B10 0x00000034 0x01E29B00 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     387025442 0x01E29B90 0x00000034 0x01E29B80 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     388025443 0x01E29C10 0x00000034 0x01E29C00 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     389025444 0x01E29C90 0x00000034 0x01E29C80 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     390025445 0x01E29D10 0x00000034 0x01E29D00 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     391025446 0x01E29D90 0x0000000C 0x01E29D80 0x0000002C 0x00000000 new         N       N    ??(0) ?? 
     392025447 0x01E29DE8 0x0000009C 0x01E29DD8 0x000000BC 0x00000000 new         N       N    ogreilluminationmanager.cpp(102) OgreIlluminationManager::OgreIlluminati 
     393025448 0x01E29ED0 0x00000034 0x01E29EC0 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     394025368 0x01E2A0E0 0x0000000C 0x01E2A0D0 0x0000002C 0x00000000 new         N       N    ??(0) ?? 
     395025381 0x01E2A190 0x00000018 0x01E2A180 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     396025382 0x01E2A1F8 0x00000018 0x01E2A1E8 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     397025374 0x01E2A300 0x00000034 0x01E2A2F0 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     398025375 0x01E2A380 0x00000018 0x01E2A370 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     399025373 0x01E2ABA8 0x00000034 0x01E2AB98 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     400026257 0x01EA8248 0x00000018 0x01EA8238 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     401026280 0x01EA8320 0x000000C4 0x01EA8310 0x000000E4 0x00000000 new         N       N    ogredistancecubemaprendertechnique.cpp(105) OgreDistanceCubeMapRenderTechniqueFacto 
     402026281 0x01EA84D0 0x00000110 0x01EA84C0 0x00000130 0x00000000 new         N       N    ogrecubemaprendertechnique.cpp(57) OgreCubeMapRenderTechnique::createCubeM 
     403026282 0x01EA8720 0x00000034 0x01EA8710 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     404026104 0x01EB53A8 0x000000C4 0x01EB5398 0x000000E4 0x00000000 new         N       N    ogreilluminationmanager.cpp(213) OgreIlluminationManager::initTechniques 
     405026106 0x01EB54B8 0x00000020 0x01EB54A8 0x00000040 0x00000000 new         N       N    ogreilluminationmanager.cpp(214) OgreIlluminationManager::initTechniques 
     406026107 0x01EB5528 0x00000104 0x01EB5518 0x00000124 0x00000000 new         N       N    ogreilluminationmanager.cpp(219) OgreIlluminationManager::initTechniques 
     407026108 0x01EB5678 0x00000018 0x01EB5668 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     408026109 0x01EB56E0 0x00000018 0x01EB56D0 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     409026110 0x01EB5748 0x00000034 0x01EB5738 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     410026111 0x01EB57C8 0x0000000C 0x01EB57B8 0x0000002C 0x00000000 new         N       N    ??(0) ?? 
     411026112 0x01EB5820 0x00000004 0x01EB5810 0x00000024 0x00000000 new         N       N    ??(0) ?? 
     412026113 0x01EB5870 0x00000018 0x01EB5860 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     413026135 0x01EB58D8 0x000000C4 0x01EB58C8 0x000000E4 0x00000000 new         N       N    ogrecolorcubemaprendertechnique.cpp(100) OgreColorCubeMapRenderTechniqueFactory: 
     414026136 0x01EB59E8 0x00000110 0x01EB59D8 0x00000130 0x00000000 new         N       N    ogrecubemaprendertechnique.cpp(57) OgreCubeMapRenderTechnique::createCubeM 
     415026137 0x01EB5BE8 0x00000034 0x01EB5BD8 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     416026716 0x01EBB260 0x0000000C 0x01EBB250 0x0000002C 0x00000000 new         N       N    ??(0) ?? 
     417026400 0x01EBBDD8 0x00000018 0x01EBBDC8 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     418026433 0x01EBBEB0 0x000000C4 0x01EBBEA0 0x000000E4 0x00000000 new         N       N    ogrecolorcubemaprendertechnique.cpp(100) OgreColorCubeMapRenderTechniqueFactory: 
     419026434 0x01EBBFC0 0x00000110 0x01EBBFB0 0x00000130 0x00000000 new         N       N    ogrecubemaprendertechnique.cpp(57) OgreCubeMapRenderTechnique::createCubeM 
     420026435 0x01EBC120 0x00000034 0x01EBC110 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     421026553 0x01ECC1E8 0x00000018 0x01ECC1D8 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     422026586 0x01ECC2C0 0x000000C4 0x01ECC2B0 0x000000E4 0x00000000 new         N       N    ogrecolorcubemaprendertechnique.cpp(100) OgreColorCubeMapRenderTechniqueFactory: 
     423026587 0x01ECC3D0 0x00000110 0x01ECC3C0 0x00000130 0x00000000 new         N       N    ogrecubemaprendertechnique.cpp(57) OgreCubeMapRenderTechnique::createCubeM 
     424026588 0x01ECC530 0x00000034 0x01ECC520 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     425026800 0x01ED0720 0x0000000C 0x01ED0710 0x0000002C 0x00000000 new         N       N    ??(0) ?? 
     426026708 0x01ED1C58 0x00000010 0x01ED1C48 0x00000030 0x00000000 new         N       N    ??(0) ?? 
     427026826 0x01ED2838 0x00000004 0x01ED2828 0x00000024 0x00000000 new         N       N    ??(0) ?? 
     428026706 0x01ED2A58 0x00000018 0x01ED2A48 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     429026709 0x01ED2B30 0x000000C4 0x01ED2B20 0x000000E4 0x00000000 new         N       N    ogreilluminationmanager.cpp(213) OgreIlluminationManager::initTechniques 
     430026711 0x01ED2C40 0x00000020 0x01ED2C30 0x00000040 0x00000000 new         N       N    ogreilluminationmanager.cpp(214) OgreIlluminationManager::initTechniques 
     431026712 0x01ED2CB0 0x00000104 0x01ED2CA0 0x00000124 0x00000000 new         N       N    ogreilluminationmanager.cpp(219) OgreIlluminationManager::initTechniques 
     432026713 0x01ED2E00 0x00000018 0x01ED2DF0 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     433026714 0x01ED2E68 0x00000018 0x01ED2E58 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     434026715 0x01ED2ED0 0x00000034 0x01ED2EC0 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     435026718 0x01ED2F50 0x00000018 0x01ED2F40 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     436026730 0x01ED2FB8 0x000000E4 0x01ED2FA8 0x00000104 0x00000000 new         N       N    ogredepthshadowrecieverrendertechnique.(222) OgreDepthShadowRecieverRenderTechniqueF 
     437027033 0x01ED30E8 0x00000004 0x01ED30D8 0x00000024 0x00000000 new         N       N    ??(0) ?? 
     438026827 0x01EDBB70 0x000000C4 0x01EDBB60 0x000000E4 0x00000000 new         N       N    ogreilluminationmanager.cpp(213) OgreIlluminationManager::initTechniques 
     439026829 0x01EDBC80 0x00000020 0x01EDBC70 0x00000040 0x00000000 new         N       N    ogreilluminationmanager.cpp(214) OgreIlluminationManager::initTechniques 
     440026831 0x01EDBCF0 0x00000018 0x01EDBCE0 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     441026843 0x01EDBD58 0x000000E4 0x01EDBD48 0x00000104 0x00000000 new         N       N    ogredepthshadowrecieverrendertechnique.(222) OgreDepthShadowRecieverRenderTechniqueF 
     442026930 0x01EDBE88 0x00000004 0x01EDBE78 0x00000024 0x00000000 new         N       N    ??(0) ?? 
     443026933 0x01EDBED8 0x00000020 0x01EDBEC8 0x00000040 0x00000000 new         N       N    ogreilluminationmanager.cpp(214) OgreIlluminationManager::initTechniques 
     444026904 0x01EDC200 0x0000000C 0x01EDC1F0 0x0000002C 0x00000000 new         N       N    ??(0) ?? 
     445027007 0x01EDDD30 0x0000000C 0x01EDDD20 0x0000002C 0x00000000 new         N       N    ??(0) ?? 
     446092345 0x01EDE1C0 0x00000020 0x01EDE1B0 0x00000040 0x00000000 new         N       N    framecapture.h(48) FrameCapture::SceneNodeTransformAnimati 
     447026931 0x01EE38D8 0x000000C4 0x01EE38C8 0x000000E4 0x00000000 new         N       N    ogreilluminationmanager.cpp(213) OgreIlluminationManager::initTechniques 
     448026935 0x01EE3A40 0x00000018 0x01EE3A30 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     449026947 0x01EE3AA8 0x000000E4 0x01EE3A98 0x00000104 0x00000000 new         N       N    ogredepthshadowrecieverrendertechnique.(222) OgreDepthShadowRecieverRenderTechniqueF 
     450027242 0x01EE3BD8 0x00000004 0x01EE3BC8 0x00000024 0x00000000 new         N       N    ??(0) ?? 
     451027034 0x01EE6618 0x000000C4 0x01EE6608 0x000000E4 0x00000000 new         N       N    ogreilluminationmanager.cpp(213) OgreIlluminationManager::initTechniques 
     452027036 0x01EE6728 0x00000020 0x01EE6718 0x00000040 0x00000000 new         N       N    ogreilluminationmanager.cpp(214) OgreIlluminationManager::initTechniques 
     453027038 0x01EE6798 0x00000018 0x01EE6788 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     454027050 0x01EE6800 0x000000E4 0x01EE67F0 0x00000104 0x00000000 new         N       N    ogredepthshadowrecieverrendertechnique.(222) OgreDepthShadowRecieverRenderTechniqueF 
     455027141 0x01EE6930 0x00000020 0x01EE6920 0x00000040 0x00000000 new         N       N    ogreilluminationmanager.cpp(214) OgreIlluminationManager::initTechniques 
     456027112 0x01EE7A38 0x0000000C 0x01EE7A28 0x0000002C 0x00000000 new         N       N    ??(0) ?? 
     457027138 0x01EF0F98 0x00000004 0x01EF0F88 0x00000024 0x00000000 new         N       N    ??(0) ?? 
     458027139 0x01EF0FE8 0x000000C4 0x01EF0FD8 0x000000E4 0x00000000 new         N       N    ogreilluminationmanager.cpp(213) OgreIlluminationManager::initTechniques 
     459027351 0x01EF10F8 0x00000018 0x01EF10E8 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     460027143 0x01EF1160 0x00000018 0x01EF1150 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     461027155 0x01EF11C8 0x000000E4 0x01EF11B8 0x00000104 0x00000000 new         N       N    ogredepthshadowrecieverrendertechnique.(222) OgreDepthShadowRecieverRenderTechniqueF 
     462027346 0x01EF12F8 0x00000004 0x01EF12E8 0x00000024 0x00000000 new         N       N    ??(0) ?? 
     463027216 0x01EF1610 0x0000000C 0x01EF1600 0x0000002C 0x00000000 new         N       N    ??(0) ?? 
     464027243 0x01EF3CF0 0x000000C4 0x01EF3CE0 0x000000E4 0x00000000 new         N       N    ogreilluminationmanager.cpp(213) OgreIlluminationManager::initTechniques 
     465027245 0x01EF3E00 0x00000020 0x01EF3DF0 0x00000040 0x00000000 new         N       N    ogreilluminationmanager.cpp(214) OgreIlluminationManager::initTechniques 
     466027246 0x01EF3E70 0x00000018 0x01EF3E60 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     467027258 0x01EF3ED8 0x000000E4 0x01EF3EC8 0x00000104 0x00000000 new         N       N    ogredepthshadowrecieverrendertechnique.(222) OgreDepthShadowRecieverRenderTechniqueF 
     468027451 0x01EF4008 0x00000004 0x01EF3FF8 0x00000024 0x00000000 new         N       N    ??(0) ?? 
     469027320 0x01EF5100 0x0000000C 0x01EF50F0 0x0000002C 0x00000000 new         N       N    ??(0) ?? 
     470027347 0x01EF6A30 0x000000C4 0x01EF6A20 0x000000E4 0x00000000 new         N       N    ogreilluminationmanager.cpp(213) OgreIlluminationManager::initTechniques 
     471027349 0x01EF6B40 0x00000020 0x01EF6B30 0x00000040 0x00000000 new         N       N    ogreilluminationmanager.cpp(214) OgreIlluminationManager::initTechniques 
     472027661 0x01EF6BB0 0x00000018 0x01EF6BA0 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     473027363 0x01EF6C20 0x000000E4 0x01EF6C10 0x00000104 0x00000000 new         N       N    ogredepthshadowrecieverrendertechnique.(222) OgreDepthShadowRecieverRenderTechniqueF 
     474027554 0x01EF6D50 0x00000004 0x01EF6D40 0x00000024 0x00000000 new         N       N    ??(0) ?? 
     475027425 0x01EF7E48 0x0000000C 0x01EF7E38 0x0000002C 0x00000000 new         N       N    ??(0) ?? 
     476027452 0x01EF9780 0x000000C4 0x01EF9770 0x000000E4 0x00000000 new         N       N    ogreilluminationmanager.cpp(213) OgreIlluminationManager::initTechniques 
     477027454 0x01EF9890 0x00000020 0x01EF9880 0x00000040 0x00000000 new         N       N    ogreilluminationmanager.cpp(214) OgreIlluminationManager::initTechniques 
     478027455 0x01EF9900 0x00000018 0x01EF98F0 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     479027467 0x01EF9968 0x000000E4 0x01EF9958 0x00000104 0x00000000 new         N       N    ogredepthshadowrecieverrendertechnique.(222) OgreDepthShadowRecieverRenderTechniqueF 
     480027656 0x01EF9A98 0x00000004 0x01EF9A88 0x00000024 0x00000000 new         N       N    ??(0) ?? 
     481027528 0x01EF9DB0 0x0000000C 0x01EF9DA0 0x0000002C 0x00000000 new         N       N    ??(0) ?? 
     482027630 0x01F03560 0x0000000C 0x01F03550 0x0000002C 0x00000000 new         N       N    ??(0) ?? 
     483027555 0x01F04110 0x000000C4 0x01F04100 0x000000E4 0x00000000 new         N       N    ogreilluminationmanager.cpp(213) OgreIlluminationManager::initTechniques 
     484027557 0x01F04220 0x00000020 0x01F04210 0x00000040 0x00000000 new         N       N    ogreilluminationmanager.cpp(214) OgreIlluminationManager::initTechniques 
     485027558 0x01F04290 0x00000018 0x01F04280 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     486027570 0x01F042F8 0x000000E4 0x01F042E8 0x00000104 0x00000000 new         N       N    ogredepthshadowrecieverrendertechnique.(222) OgreDepthShadowRecieverRenderTechniqueF 
     487027761 0x01F04428 0x00000004 0x01F04418 0x00000024 0x00000000 new         N       N    ??(0) ?? 
     488027657 0x01F06E70 0x000000C4 0x01F06E60 0x000000E4 0x00000000 new         N       N    ogreilluminationmanager.cpp(213) OgreIlluminationManager::initTechniques 
     489027659 0x01F06F80 0x00000020 0x01F06F70 0x00000040 0x00000000 new         N       N    ogreilluminationmanager.cpp(214) OgreIlluminationManager::initTechniques 
     490027660 0x01F06FF0 0x00000034 0x01F06FE0 0x00000054 0x00000000 new         N       N    ??(0) ?? 
     491027673 0x01F07070 0x000000E4 0x01F07060 0x00000104 0x00000000 new         N       N    ogredepthshadowrecieverrendertechnique.(222) OgreDepthShadowRecieverRenderTechniqueF 
     492027864 0x01F071A0 0x00000004 0x01F07190 0x00000024 0x00000000 new         N       N    ??(0) ?? 
     493027735 0x01F08298 0x0000000C 0x01F08288 0x0000002C 0x00000000 new         N       N    ??(0) ?? 
     494027762 0x01F09BC8 0x000000C4 0x01F09BB8 0x000000E4 0x00000000 new         N       N    ogreilluminationmanager.cpp(213) OgreIlluminationManager::initTechniques 
     495027764 0x01F09CD8 0x00000020 0x01F09CC8 0x00000040 0x00000000 new         N       N    ogreilluminationmanager.cpp(214) OgreIlluminationManager::initTechniques 
     496027765 0x01F09D48 0x00000018 0x01F09D38 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     497027777 0x01F09DB0 0x000000E4 0x01F09DA0 0x00000104 0x00000000 new         N       N    ogredepthshadowrecieverrendertechnique.(222) OgreDepthShadowRecieverRenderTechniqueF 
     498027966 0x01F09EE0 0x00000004 0x01F09ED0 0x00000024 0x00000000 new         N       N    ??(0) ?? 
     499027838 0x01F0A1F8 0x0000000C 0x01F0A1E8 0x0000002C 0x00000000 new         N       N    ??(0) ?? 
     500027940 0x01F0BD78 0x0000000C 0x01F0BD68 0x0000002C 0x00000000 new         N       N    ??(0) ?? 
     501027865 0x01F0C928 0x000000C4 0x01F0C918 0x000000E4 0x00000000 new         N       N    ogreilluminationmanager.cpp(213) OgreIlluminationManager::initTechniques 
     502027867 0x01F0CA38 0x00000020 0x01F0CA28 0x00000040 0x00000000 new         N       N    ogreilluminationmanager.cpp(214) OgreIlluminationManager::initTechniques 
     503027868 0x01F0CAA8 0x00000018 0x01F0CA98 0x00000038 0x00000000 new         N       N    ??(0) ?? 
     504027880 0x01F0CB10 0x000000E4 0x01F0CB00 0x00000104 0x00000000 new         N       N    ogredepthshadowrecieverrendertechnique.(222) OgreDepthShadowRecieverRenderTechniqueF 
     505098430 0x01F1A978 0x00000020 0x01F1A968 0x00000040 0x00000000 new         N       N    framecapture.h(48) FrameCapture::SceneNodeTransformAnimati 
     506028648 0x01F1DEA0 0x000000D4 0x01F1DE90 0x000000F4 0x00000000 new         N       N    ogreilluminationmanager.cpp(537) OgreIlluminationManager::createGlobalRu 
     507028923 0x01F1E930 0x00000220 0x01F1E920 0x00000240 0x00000000 new         N       N    ogrerenderingrun.cpp(204) OgreRenderingRun::renderFullscreenQuad 
     508078815 0x01F2C9E0 0x00000020 0x01F2C9D0 0x00000040 0x00000000 new         N       N    framecapture.h(48) FrameCapture::SceneNodeTransformAnimati 
     509079492 0x01F2CAA0 0x00000020 0x01F2CA90 0x00000040 0x00000000 new         N       N    framecapture.h(48) FrameCapture::SceneNodeTransformAnimati 
     510080169 0x01F2CB68 0x00000020 0x01F2CB58 0x00000040 0x00000000 new         N       N    framecapture.h(48) FrameCapture::SceneNodeTransformAnimati 
     511080847 0x01F2CC30 0x00000020 0x01F2CC20 0x00000040 0x00000000 new         N       N    framecapture.h(48) FrameCapture::SceneNodeTransformAnimati 
     512081524 0x01F2CCA0 0x00000020 0x01F2CC90 0x00000040 0x00000000 new         N       N    framecapture.h(48) FrameCapture::SceneNodeTransformAnimati 
     513082201 0x01F2CD10 0x00000020 0x01F2CD00 0x00000040 0x00000000 new         N       N    framecapture.h(48) FrameCapture::SceneNodeTransformAnimati 
     514082877 0x01F2CD80 0x00000020 0x01F2CD70 0x00000040 0x00000000 new         N       N    framecapture.h(48) FrameCapture::SceneNodeTransformAnimati 
     515084230 0x01F2CE60 0x00000020 0x01F2CE50 0x00000040 0x00000000 new         N       N    framecapture.h(48) FrameCapture::SceneNodeTransformAnimati 
     516084906 0x01F2CED0 0x00000020 0x01F2CEC0 0x00000040 0x00000000 new         N       N    framecapture.h(48) FrameCapture::SceneNodeTransformAnimati 
     517086259 0x01F2CFC0 0x00000020 0x01F2CFB0 0x00000040 0x00000000 new         N       N    framecapture.h(48) FrameCapture::SceneNodeTransformAnimati 
     518086935 0x01F2D030 0x00000020 0x01F2D020 0x00000040 0x00000000 new         N       N    framecapture.h(48) FrameCapture::SceneNodeTransformAnimati 
     519087611 0x01F2D0A0 0x00000020 0x01F2D090 0x00000040 0x00000000 new         N       N    framecapture.h(48) FrameCapture::SceneNodeTransformAnimati 
     520088964 0x01F2D1A8 0x00000020 0x01F2D198 0x00000040 0x00000000 new         N       N    framecapture.h(48) FrameCapture::SceneNodeTransformAnimati 
     521089640 0x01F2D218 0x00000020 0x01F2D208 0x00000040 0x00000000 new         N       N    framecapture.h(48) FrameCapture::SceneNodeTransformAnimati 
     522090316 0x01F2D288 0x00000020 0x01F2D278 0x00000040 0x00000000 new         N       N    framecapture.h(48) FrameCapture::SceneNodeTransformAnimati 
     523090992 0x01F2D2F8 0x00000020 0x01F2D2E8 0x00000040 0x00000000 new         N       N    framecapture.h(48) FrameCapture::SceneNodeTransformAnimati 
     524093021 0x01F2D428 0x00000020 0x01F2D418 0x00000040 0x00000000 new         N       N    framecapture.h(48) FrameCapture::SceneNodeTransformAnimati 
     525093697 0x01F2D498 0x00000020 0x01F2D488 0x00000040 0x00000000 new         N       N    framecapture.h(48) FrameCapture::SceneNodeTransformAnimati 
     526094373 0x01F2D508 0x00000020 0x01F2D4F8 0x00000040 0x00000000 new         N       N    framecapture.h(48) FrameCapture::SceneNodeTransformAnimati 
     527095049 0x01F2D578 0x00000020 0x01F2D568 0x00000040 0x00000000 new         N       N    framecapture.h(48) FrameCapture::SceneNodeTransformAnimati 
     528095725 0x01F2D5E8 0x00000020 0x01F2D5D8 0x00000040 0x00000000 new         N       N    framecapture.h(48) FrameCapture::SceneNodeTransformAnimati 
     529096401 0x01F2D658 0x00000020 0x01F2D648 0x00000040 0x00000000 new         N       N    framecapture.h(48) FrameCapture::SceneNodeTransformAnimati 
     530097077 0x01F2D6C8 0x00000020 0x01F2D6B8 0x00000040 0x00000000 new         N       N    framecapture.h(48) FrameCapture::SceneNodeTransformAnimati 
     531097753 0x01F2D738 0x00000020 0x01F2D728 0x00000040 0x00000000 new         N       N    framecapture.h(48) FrameCapture::SceneNodeTransformAnimati 
     532097754 0x01F2D7A8 0x000000A8 0x01F2D798 0x000000C8 0x00000000 new         N       N    ??(0) ?? 
     533099106 0x01F2D8A0 0x00000020 0x01F2D890 0x00000040 0x00000000 new         N       N    framecapture.h(48) FrameCapture::SceneNodeTransformAnimati 
     534099782 0x01F2D910 0x00000020 0x01F2D900 0x00000040 0x00000000 new         N       N    framecapture.h(48) FrameCapture::SceneNodeTransformAnimati 
     535100458 0x01F2D980 0x00000020 0x01F2D970 0x00000040 0x00000000 new         N       N    framecapture.h(48) FrameCapture::SceneNodeTransformAnimati 
  • GTP/trunk/App/Demos/Illum/Ogre/bin/Debug/OgreMemory.log

    r1831 r1847  
    11-------------------------------------------------------------------------------- 
    22 
    3       OgreMemory.log - Memory logging file created on Thu Nov 30 14:30:22 2006 
     3      OgreMemory.log - Memory logging file created on Mon Dec 04 18:32:57 2006 
    44 
    55-------------------------------------------------------------------------------- 
  • GTP/trunk/App/Demos/Illum/Ogre/bin/Debug/ogre.cfg

    r1712 r1847  
    66Floating-point mode=Fastest 
    77Full Screen=No 
    8 Rendering Device=NVIDIA GeForce 7950 GX2 
     8Rendering Device=NVIDIA GeForce 6800 GT 
    99VSync=No 
    1010Video Mode=800 x 600 @ 32-bit colour 
  • GTP/trunk/App/Demos/Illum/Ogre/bin/Release/Ogre.log

    r1839 r1847  
    1 14:50:27: Creating resource group General 
    2 14:50:27: Creating resource group Internal 
    3 14:50:27: Creating resource group Autodetect 
    4 14:50:27: Registering ResourceManager for type Material 
    5 14:50:27: Registering ResourceManager for type Mesh 
    6 14:50:27: Registering ResourceManager for type Skeleton 
    7 14:50:27: MovableObjectFactory for type 'ParticleSystem' registered. 
    8 14:50:27: Loading library OgrePlatform.dll 
    9 14:50:27: OverlayElementFactory for type Panel registered. 
    10 14:50:27: OverlayElementFactory for type BorderPanel registered. 
    11 14:50:27: OverlayElementFactory for type TextArea registered. 
    12 14:50:27: Registering ResourceManager for type Font 
    13 14:50:27: ArchiveFactory for archive type FileSystem registered. 
    14 14:50:27: ArchiveFactory for archive type Zip registered. 
    15 14:50:27: DevIL version: Developer's Image Library (DevIL) 1.6.7 Oct 28 2005 
    16 14:50:27: 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 14:50:27: Registering ResourceManager for type HighLevelGpuProgram 
    18 14:50:27: Registering ResourceManager for type Compositor 
    19 14:50:27: MovableObjectFactory for type 'Entity' registered. 
    20 14:50:27: MovableObjectFactory for type 'Light' registered. 
    21 14:50:27: MovableObjectFactory for type 'BillboardSet' registered. 
    22 14:50:27: MovableObjectFactory for type 'ManualObject' registered. 
    23 14:50:27: MovableObjectFactory for type 'BillboardChain' registered. 
    24 14:50:27: MovableObjectFactory for type 'RibbonTrail' registered. 
    25 14:50:27: Loading library .\RenderSystem_Direct3D9 
    26 14:50:27: D3D9 : Direct3D9 Rendering Subsystem created. 
    27 14:50:27: D3D9: Driver Detection Starts 
    28 14:50:27: D3D9: Driver Detection Ends 
    29 14:50:27: Loading library .\Plugin_ParticleFX 
    30 14:50:27: Particle Emitter Type 'Point' registered 
    31 14:50:27: Particle Emitter Type 'Box' registered 
    32 14:50:27: Particle Emitter Type 'Ellipsoid' registered 
    33 14:50:27: Particle Emitter Type 'Cylinder' registered 
    34 14:50:27: Particle Emitter Type 'Ring' registered 
    35 14:50:27: Particle Emitter Type 'HollowEllipsoid' registered 
    36 14:50:27: Particle Affector Type 'LinearForce' registered 
    37 14:50:27: Particle Affector Type 'ColourFader' registered 
    38 14:50:27: Particle Affector Type 'ColourFader2' registered 
    39 14:50:27: Particle Affector Type 'ColourImage' registered 
    40 14:50:27: Particle Affector Type 'ColourInterpolator' registered 
    41 14:50:27: Particle Affector Type 'Scaler' registered 
    42 14:50:27: Particle Affector Type 'Rotator' registered 
    43 14:50:27: Particle Affector Type 'DirectionRandomiser' registered 
    44 14:50:27: Particle Affector Type 'DeflectorPlane' registered 
    45 14:50:27: Loading library .\Plugin_BSPSceneManager 
    46 14:50:27: Registering ResourceManager for type BspLevel 
    47 14:50:27: Loading library .\Plugin_OctreeSceneManager 
    48 14:50:27: Loading library .\Plugin_CgProgramManager 
    49 14:50:27: *-*-* OGRE Initialising 
    50 14:50:27: *-*-* Version 1.2.0 (Dagon) 
    51 14:50:27: Creating resource group Bootstrap 
    52 14:50:27: Added resource location '../../Media/packs/OgreCore.zip' of type 'Zip' to resource group 'Bootstrap' 
    53 14:50:27: Added resource location '../../Media' of type 'FileSystem' to resource group 'General' 
    54 14:50:27: Added resource location '../../Media/fonts' of type 'FileSystem' to resource group 'General' 
    55 14:50:27: Added resource location '../../Media/materials/programs' of type 'FileSystem' to resource group 'General' 
    56 14:50:27: Added resource location '../../Media/materials/scripts' of type 'FileSystem' to resource group 'General' 
    57 14:50:27: Added resource location '../../Media/materials/textures' of type 'FileSystem' to resource group 'General' 
    58 14:50:27: Added resource location '../../Media/models' of type 'FileSystem' to resource group 'General' 
    59 14:50:27: Added resource location '../../Media/overlays' of type 'FileSystem' to resource group 'General' 
    60 14:50:27: Added resource location '../../Media/particle' of type 'FileSystem' to resource group 'General' 
    61 14:50:27: Added resource location '../../Media/gui' of type 'FileSystem' to resource group 'General' 
    62 14:50:27: Added resource location '../../Media/packs/cubemapsJS.zip' of type 'Zip' to resource group 'General' 
    63 14:50:27: Added resource location '../../Media/packs/smokealphaclip.zip' of type 'Zip' to resource group 'General' 
    64 14:50:27: D3D9 : RenderSystem Option: Allow NVPerfHUD = No 
    65 14:50:27: D3D9 : RenderSystem Option: Anti aliasing = None 
    66 14:50:27: D3D9 : RenderSystem Option: Floating-point mode = Fastest 
    67 14:50:27: D3D9 : RenderSystem Option: Full Screen = No 
    68 14:50:27: D3D9 : RenderSystem Option: Rendering Device = NVIDIA GeForce 7950 GX2 
    69 14:50:27: D3D9 : RenderSystem Option: VSync = No 
    70 14:50:27: D3D9 : RenderSystem Option: Video Mode = 800 x 600 @ 32-bit colour 
    71 14:50:28: D3D9 : Subsystem Initialising 
    72 14:50:28: D3D9RenderSystem::createRenderWindow "OGRE Render Window", 800x600 windowed  miscParams: FSAA=0 FSAAQuality=0 colourDepth=32 useNVPerfHUD=false vsync=false  
    73 14:50:28: D3D9 : Created D3D9 Rendering Window 'OGRE Render Window' : 800x600, 32bpp 
    74 14:50:28: D3D9 : WARNING - disabling VSync in windowed mode can cause timing issues at lower frame rates, turn VSync on if you observe this problem. 
    75 14:50:28: Registering ResourceManager for type Texture 
    76 14:50:28: Registering ResourceManager for type GpuProgram 
    77 14:50:28: RenderSystem capabilities 
    78 14:50:28: ------------------------- 
    79 14:50:28:  * Hardware generation of mipmaps: yes 
    80 14:50:28:  * Texture blending: yes 
    81 14:50:28:  * Anisotropic texture filtering: yes 
    82 14:50:28:  * Dot product texture operation: yes 
    83 14:50:28:  * Cube mapping: yes 
    84 14:50:28:  * Hardware stencil buffer: yes 
    85 14:50:28:    - Stencil depth: 8 
    86 14:50:28:    - Two sided stencil support: yes 
    87 14:50:28:    - Wrap stencil values: yes 
    88 14:50:28:  * Hardware vertex / index buffers: yes 
    89 14:50:28:  * Vertex programs: yes 
    90 14:50:28:    - Max vertex program version: vs_3_0 
    91 14:50:28:  * Fragment programs: yes 
    92 14:50:28:    - Max fragment program version: ps_3_0 
    93 14:50:28:  * Texture Compression: yes 
    94 14:50:28:    - DXT: yes 
    95 14:50:28:    - VTC: no 
    96 14:50:28:  * Scissor Rectangle: yes 
    97 14:50:28:  * Hardware Occlusion Query: yes 
    98 14:50:28:  * User clip planes: yes 
    99 14:50:28:  * VET_UBYTE4 vertex element type: yes 
    100 14:50:28:  * Infinite far plane projection: yes 
    101 14:50:28:  * Hardware render-to-texture: yes 
    102 14:50:28:  * Floating point textures: yes 
    103 14:50:28:  * Non-power-of-two textures: yes 
    104 14:50:28:  * Volume textures: yes 
    105 14:50:28:  * Multiple Render Targets: 4 
    106 14:50:28:  * Max Point Size: 8192 
    107 14:50:28: *************************************** 
    108 14:50:28: *** D3D9 : Subsystem Initialised OK *** 
    109 14:50:28: *************************************** 
    110 14:50:28: ResourceBackgroundQueue - threading disabled 
    111 14:50:28: Particle Renderer Type 'billboard' registered 
    112 14:50:28: Particle Renderer Type 'sprite' registered 
    113 14:50:28: 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 
    114 14:50:28: Viewport for camera 'PlayerCam', actual dimensions L: 0 T: 0 W: 800 H: 600 
    115 14:50:28: Parsing scripts for resource group Autodetect 
    116 14:50:28: Finished parsing scripts for resource group Autodetect 
    117 14:50:28: Parsing scripts for resource group Bootstrap 
    118 14:50:28: Parsing script OgreCore.material 
    119 14:50:28: Parsing script OgreProfiler.material 
    120 14:50:28: Parsing script Ogre.fontdef 
    121 14:50:28: Parsing script OgreDebugPanel.overlay 
    122 14:50:28: Texture: New_Ogre_Border_Center.png: Loading 1 faces(PF_A8B8G8R8,256x128x1) with  hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x128x1. 
    123 14:50:28: Texture: New_Ogre_Border.png: Loading 1 faces(PF_A8B8G8R8,256x256x1) with  hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x256x1. 
    124 14:50:28: Texture: New_Ogre_Border_Break.png: Loading 1 faces(PF_A8B8G8R8,32x32x1) with  hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,32x32x1. 
    125 14:50:28: Font TrebuchetMSBoldusing texture size 512x512 
    126 14:50:28: Info: Freetype returned null for character 160 in font TrebuchetMSBold 
    127 14:50:28: Texture: TrebuchetMSBoldTexture: Loading 1 faces(PF_BYTE_LA,512x512x1) with 0 generated mipmaps from Image. Internal format is PF_BYTE_LA,512x512x1. 
    128 14:50:28: Texture: ogretext.png: Loading 1 faces(PF_A8B8G8R8,256x128x1) with  hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x128x1. 
    129 14:50:28: Parsing script OgreLoadingPanel.overlay 
    130 14:50:28: Finished parsing scripts for resource group Bootstrap 
    131 14:50:28: Parsing scripts for resource group General 
    132 14:50:28: Parsing script GameTools.program 
    133 14:50:28: Parsing script atlascube.material 
    134 14:50:28: Parsing script difflab.material 
    135 14:50:29: An exception has been thrown! 
     121:21:50: Creating resource group General 
     221:21:50: Creating resource group Internal 
     321:21:50: Creating resource group Autodetect 
     421:21:50: Registering ResourceManager for type Material 
     521:21:50: Registering ResourceManager for type Mesh 
     621:21:50: Registering ResourceManager for type Skeleton 
     721:21:50: MovableObjectFactory for type 'ParticleSystem' registered. 
     821:21:50: Loading library OgrePlatform.dll 
     921:21:50: OverlayElementFactory for type Panel registered. 
     1021:21:50: OverlayElementFactory for type BorderPanel registered. 
     1121:21:50: OverlayElementFactory for type TextArea registered. 
     1221:21:50: Registering ResourceManager for type Font 
     1321:21:50: ArchiveFactory for archive type FileSystem registered. 
     1421:21:50: ArchiveFactory for archive type Zip registered. 
     1521:21:50: DevIL version: Developer's Image Library (DevIL) 1.6.7 Oct 28 2005 
     1621:21:50: 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  
     1721:21:50: Registering ResourceManager for type HighLevelGpuProgram 
     1821:21:50: Registering ResourceManager for type Compositor 
     1921:21:50: MovableObjectFactory for type 'Entity' registered. 
     2021:21:50: MovableObjectFactory for type 'Light' registered. 
     2121:21:50: MovableObjectFactory for type 'BillboardSet' registered. 
     2221:21:50: MovableObjectFactory for type 'ManualObject' registered. 
     2321:21:50: MovableObjectFactory for type 'BillboardChain' registered. 
     2421:21:50: MovableObjectFactory for type 'RibbonTrail' registered. 
     2521:21:50: Loading library .\RenderSystem_Direct3D9 
     2621:21:50: D3D9 : Direct3D9 Rendering Subsystem created. 
     2721:21:50: D3D9: Driver Detection Starts 
     2821:21:50: D3D9: Driver Detection Ends 
     2921:21:50: Loading library .\Plugin_ParticleFX 
     3021:21:50: Particle Emitter Type 'Point' registered 
     3121:21:50: Particle Emitter Type 'Box' registered 
     3221:21:50: Particle Emitter Type 'Ellipsoid' registered 
     3321:21:50: Particle Emitter Type 'Cylinder' registered 
     3421:21:50: Particle Emitter Type 'Ring' registered 
     3521:21:50: Particle Emitter Type 'HollowEllipsoid' registered 
     3621:21:50: Particle Affector Type 'LinearForce' registered 
     3721:21:50: Particle Affector Type 'ColourFader' registered 
     3821:21:50: Particle Affector Type 'ColourFader2' registered 
     3921:21:50: Particle Affector Type 'ColourImage' registered 
     4021:21:50: Particle Affector Type 'ColourInterpolator' registered 
     4121:21:50: Particle Affector Type 'Scaler' registered 
     4221:21:50: Particle Affector Type 'Rotator' registered 
     4321:21:50: Particle Affector Type 'DirectionRandomiser' registered 
     4421:21:50: Particle Affector Type 'DeflectorPlane' registered 
     4521:21:50: Loading library .\Plugin_BSPSceneManager 
     4621:21:50: Registering ResourceManager for type BspLevel 
     4721:21:50: Loading library .\Plugin_OctreeSceneManager 
     4821:21:50: Loading library .\Plugin_CgProgramManager 
     4921:21:50: *-*-* OGRE Initialising 
     5021:21:50: *-*-* Version 1.2.0 (Dagon) 
     5121:21:50: Creating resource group Bootstrap 
     5221:21:50: Added resource location '../../Media/packs/OgreCore.zip' of type 'Zip' to resource group 'Bootstrap' 
     5321:21:50: Added resource location '../../Media' of type 'FileSystem' to resource group 'General' 
     5421:21:50: Added resource location '../../Media/fonts' of type 'FileSystem' to resource group 'General' 
     5521:21:50: Added resource location '../../Media/materials/programs' of type 'FileSystem' to resource group 'General' 
     5621:21:50: Added resource location '../../Media/materials/scripts' of type 'FileSystem' to resource group 'General' 
     5721:21:50: Added resource location '../../Media/materials/textures' of type 'FileSystem' to resource group 'General' 
     5821:21:50: Added resource location '../../Media/models' of type 'FileSystem' to resource group 'General' 
     5921:21:50: Added resource location '../../Media/overlays' of type 'FileSystem' to resource group 'General' 
     6021:21:50: Added resource location '../../Media/particle' of type 'FileSystem' to resource group 'General' 
     6121:21:50: Added resource location '../../Media/gui' of type 'FileSystem' to resource group 'General' 
     6221:21:50: Added resource location '../../Media/packs/cubemapsJS.zip' of type 'Zip' to resource group 'General' 
     6321:21:50: Added resource location '../../Media/packs/smokealphaclip.zip' of type 'Zip' to resource group 'General' 
     6421:21:50: D3D9 : RenderSystem Option: Allow NVPerfHUD = No 
     6521:21:50: D3D9 : RenderSystem Option: Anti aliasing = None 
     6621:21:50: D3D9 : RenderSystem Option: Floating-point mode = Fastest 
     6721:21:50: D3D9 : RenderSystem Option: Full Screen = No 
     6821:21:50: D3D9 : RenderSystem Option: Rendering Device = NVIDIA GeForce 6800 GT 
     6921:21:50: D3D9 : RenderSystem Option: VSync = No 
     7021:21:50: D3D9 : RenderSystem Option: Video Mode = 800 x 600 @ 32-bit colour 
     7121:21:51: D3D9 : Subsystem Initialising 
     7221:21:51: D3D9RenderSystem::createRenderWindow "OGRE Render Window", 800x600 windowed  miscParams: FSAA=0 FSAAQuality=0 colourDepth=32 useNVPerfHUD=false vsync=false  
     7321:21:51: D3D9 : Created D3D9 Rendering Window 'OGRE Render Window' : 800x600, 32bpp 
     7421:21:51: D3D9 : WARNING - disabling VSync in windowed mode can cause timing issues at lower frame rates, turn VSync on if you observe this problem. 
     7521:21:51: Registering ResourceManager for type Texture 
     7621:21:51: Registering ResourceManager for type GpuProgram 
     7721:21:51: RenderSystem capabilities 
     7821:21:51: ------------------------- 
     7921:21:51:  * Hardware generation of mipmaps: yes 
     8021:21:51:  * Texture blending: yes 
     8121:21:51:  * Anisotropic texture filtering: yes 
     8221:21:51:  * Dot product texture operation: yes 
     8321:21:51:  * Cube mapping: yes 
     8421:21:51:  * Hardware stencil buffer: yes 
     8521:21:51:    - Stencil depth: 8 
     8621:21:51:    - Two sided stencil support: yes 
     8721:21:51:    - Wrap stencil values: yes 
     8821:21:51:  * Hardware vertex / index buffers: yes 
     8921:21:51:  * Vertex programs: yes 
     9021:21:51:    - Max vertex program version: vs_3_0 
     9121:21:51:  * Fragment programs: yes 
     9221:21:51:    - Max fragment program version: ps_3_0 
     9321:21:51:  * Texture Compression: yes 
     9421:21:51:    - DXT: yes 
     9521:21:51:    - VTC: no 
     9621:21:51:  * Scissor Rectangle: yes 
     9721:21:51:  * Hardware Occlusion Query: yes 
     9821:21:51:  * User clip planes: yes 
     9921:21:51:  * VET_UBYTE4 vertex element type: yes 
     10021:21:51:  * Infinite far plane projection: yes 
     10121:21:51:  * Hardware render-to-texture: yes 
     10221:21:51:  * Floating point textures: yes 
     10321:21:51:  * Non-power-of-two textures: yes 
     10421:21:51:  * Volume textures: yes 
     10521:21:51:  * Multiple Render Targets: 4 
     10621:21:51:  * Max Point Size: 8192 
     10721:21:51: *************************************** 
     10821:21:51: *** D3D9 : Subsystem Initialised OK *** 
     10921:21:51: *************************************** 
     11021:21:51: ResourceBackgroundQueue - threading disabled 
     11121:21:51: Particle Renderer Type 'billboard' registered 
     11221:21:51: Particle Renderer Type 'sprite' registered 
     11321:21:51: 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 
     11421:21:51: Viewport for camera 'PlayerCam', actual dimensions L: 0 T: 0 W: 800 H: 600 
     11521:21:51: Parsing scripts for resource group Autodetect 
     11621:21:51: Finished parsing scripts for resource group Autodetect 
     11721:21:51: Parsing scripts for resource group Bootstrap 
     11821:21:51: Parsing script OgreCore.material 
     11921:21:51: Parsing script OgreProfiler.material 
     12021:21:51: Parsing script Ogre.fontdef 
     12121:21:51: Parsing script OgreDebugPanel.overlay 
     12221:21:51: Texture: New_Ogre_Border_Center.png: Loading 1 faces(PF_A8B8G8R8,256x128x1) with  hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x128x1. 
     12321:21:51: Texture: New_Ogre_Border.png: Loading 1 faces(PF_A8B8G8R8,256x256x1) with  hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x256x1. 
     12421:21:51: Texture: New_Ogre_Border_Break.png: Loading 1 faces(PF_A8B8G8R8,32x32x1) with  hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,32x32x1. 
     12521:21:51: Font TrebuchetMSBoldusing texture size 512x512 
     12621:21:51: Info: Freetype returned null for character 160 in font TrebuchetMSBold 
     12721:21:51: Texture: TrebuchetMSBoldTexture: Loading 1 faces(PF_BYTE_LA,512x512x1) with 0 generated mipmaps from Image. Internal format is PF_BYTE_LA,512x512x1. 
     12821:21:51: Texture: ogretext.png: Loading 1 faces(PF_A8B8G8R8,256x128x1) with  hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x128x1. 
     12921:21:51: Parsing script OgreLoadingPanel.overlay 
     13021:21:51: Finished parsing scripts for resource group Bootstrap 
     13121:21:51: Parsing scripts for resource group General 
     13221:21:51: Parsing script GameTools.program 
     13321:21:51: Parsing script atlascube.material 
     13421:21:51: Parsing script difflab.material 
     13521:21:52: An exception has been thrown! 
    136136 
    137137----------------------------------- 
     
    144144Line: 779 
    145145Stack unwinding: <<beginning of stack>> 
    146 14:50:29: Error in material Difflab/TexturedPhong at line 33 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     14621:21:52: Error in material Difflab/TexturedPhong at line 33 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    147147 
    148148----------------------------------- 
     
    155155Line: 779 
    156156Stack unwinding: <<beginning of stack>> 
    157 14:50:29: An exception has been thrown! 
     15721:21:52: An exception has been thrown! 
    158158 
    159159----------------------------------- 
     
    166166Line: 779 
    167167Stack unwinding: <<beginning of stack>> 
    168 14:50:29: Error in material Difflab/TexturedPhong at line 38 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     16821:21:52: Error in material Difflab/TexturedPhong at line 38 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    169169 
    170170----------------------------------- 
     
    177177Line: 779 
    178178Stack unwinding: <<beginning of stack>> 
    179 14:50:29: An exception has been thrown! 
     17921:21:52: An exception has been thrown! 
    180180 
    181181----------------------------------- 
     
    188188Line: 779 
    189189Stack unwinding: <<beginning of stack>> 
    190 14:50:29: Error in material Difflab/TexturedPhong at line 39 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     19021:21:52: Error in material Difflab/TexturedPhong at line 39 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    191191 
    192192----------------------------------- 
     
    199199Line: 779 
    200200Stack unwinding: <<beginning of stack>> 
    201 14:50:29: An exception has been thrown! 
     20121:21:52: An exception has been thrown! 
    202202 
    203203----------------------------------- 
     
    210210Line: 779 
    211211Stack unwinding: <<beginning of stack>> 
    212 14:50:29: Error in material Difflab/TexturedPhong at line 40 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     21221:21:52: Error in material Difflab/TexturedPhong at line 40 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    213213 
    214214----------------------------------- 
     
    221221Line: 779 
    222222Stack unwinding: <<beginning of stack>> 
    223 14:50:29: An exception has been thrown! 
     22321:21:52: An exception has been thrown! 
    224224 
    225225----------------------------------- 
     
    232232Line: 779 
    233233Stack unwinding: <<beginning of stack>> 
    234 14:50:29: Error in material Difflab/TexturedPhong at line 41 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     23421:21:52: Error in material Difflab/TexturedPhong at line 41 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    235235 
    236236----------------------------------- 
     
    243243Line: 779 
    244244Stack unwinding: <<beginning of stack>> 
    245 14:50:29: An exception has been thrown! 
     24521:21:52: An exception has been thrown! 
    246246 
    247247----------------------------------- 
     
    254254Line: 779 
    255255Stack unwinding: <<beginning of stack>> 
    256 14:50:29: Error in material Difflab/TexturedPhong at line 42 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     25621:21:52: Error in material Difflab/TexturedPhong at line 42 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    257257 
    258258----------------------------------- 
     
    265265Line: 779 
    266266Stack unwinding: <<beginning of stack>> 
    267 14:50:29: An exception has been thrown! 
     26721:21:52: An exception has been thrown! 
    268268 
    269269----------------------------------- 
     
    276276Line: 779 
    277277Stack unwinding: <<beginning of stack>> 
    278 14:50:29: Error in material Difflab/TexturedPhong at line 47 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     27821:21:52: Error in material Difflab/TexturedPhong at line 47 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    279279 
    280280----------------------------------- 
     
    287287Line: 779 
    288288Stack unwinding: <<beginning of stack>> 
    289 14:50:29: An exception has been thrown! 
     28921:21:52: An exception has been thrown! 
    290290 
    291291----------------------------------- 
     
    298298Line: 779 
    299299Stack unwinding: <<beginning of stack>> 
    300 14:50:29: Error in material Difflab/TexturedPhong at line 48 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     30021:21:52: Error in material Difflab/TexturedPhong at line 48 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    301301 
    302302----------------------------------- 
     
    309309Line: 779 
    310310Stack unwinding: <<beginning of stack>> 
    311 14:50:29: An exception has been thrown! 
     31121:21:52: An exception has been thrown! 
    312312 
    313313----------------------------------- 
     
    320320Line: 779 
    321321Stack unwinding: <<beginning of stack>> 
    322 14:50:29: Error in material Difflab/TexturedPhong at line 49 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     32221:21:52: Error in material Difflab/TexturedPhong at line 49 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    323323 
    324324----------------------------------- 
     
    331331Line: 779 
    332332Stack unwinding: <<beginning of stack>> 
    333 14:50:29: An exception has been thrown! 
     33321:21:52: An exception has been thrown! 
    334334 
    335335----------------------------------- 
     
    342342Line: 779 
    343343Stack unwinding: <<beginning of stack>> 
    344 14:50:29: Error in material Difflab/TexturedPhong at line 50 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     34421:21:52: Error in material Difflab/TexturedPhong at line 50 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    345345 
    346346----------------------------------- 
     
    353353Line: 779 
    354354Stack unwinding: <<beginning of stack>> 
    355 14:50:29: An exception has been thrown! 
     35521:21:52: An exception has been thrown! 
    356356 
    357357----------------------------------- 
     
    364364Line: 779 
    365365Stack unwinding: <<beginning of stack>> 
    366 14:50:29: Error in material Difflab/TexturedPhong at line 51 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     36621:21:52: Error in material Difflab/TexturedPhong at line 51 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    367367 
    368368----------------------------------- 
     
    375375Line: 779 
    376376Stack unwinding: <<beginning of stack>> 
    377 14:50:29: An exception has been thrown! 
     37721:21:52: An exception has been thrown! 
    378378 
    379379----------------------------------- 
     
    386386Line: 779 
    387387Stack unwinding: <<beginning of stack>> 
    388 14:50:29: Error in material Difflab/TexturedPhong at line 56 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     38821:21:52: Error in material Difflab/TexturedPhong at line 56 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    389389 
    390390----------------------------------- 
     
    397397Line: 779 
    398398Stack unwinding: <<beginning of stack>> 
    399 14:50:29: An exception has been thrown! 
     39921:21:52: An exception has been thrown! 
    400400 
    401401----------------------------------- 
     
    408408Line: 779 
    409409Stack unwinding: <<beginning of stack>> 
    410 14:50:29: Error in material Difflab/TexturedPhong at line 57 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     41021:21:52: Error in material Difflab/TexturedPhong at line 57 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    411411 
    412412----------------------------------- 
     
    419419Line: 779 
    420420Stack unwinding: <<beginning of stack>> 
    421 14:50:29: An exception has been thrown! 
     42121:21:52: An exception has been thrown! 
    422422 
    423423----------------------------------- 
     
    430430Line: 779 
    431431Stack unwinding: <<beginning of stack>> 
    432 14:50:29: Error in material Difflab/TexturedPhong at line 58 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     43221:21:52: Error in material Difflab/TexturedPhong at line 58 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    433433 
    434434----------------------------------- 
     
    441441Line: 779 
    442442Stack unwinding: <<beginning of stack>> 
    443 14:50:29: An exception has been thrown! 
     44321:21:52: An exception has been thrown! 
    444444 
    445445----------------------------------- 
     
    452452Line: 779 
    453453Stack unwinding: <<beginning of stack>> 
    454 14:50:29: Error in material Difflab/TexturedPhong at line 59 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     45421:21:52: Error in material Difflab/TexturedPhong at line 59 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    455455 
    456456----------------------------------- 
     
    463463Line: 779 
    464464Stack unwinding: <<beginning of stack>> 
    465 14:50:29: An exception has been thrown! 
     46521:21:52: An exception has been thrown! 
    466466 
    467467----------------------------------- 
     
    474474Line: 779 
    475475Stack unwinding: <<beginning of stack>> 
    476 14:50:29: Error in material Difflab/TexturedPhong at line 60 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     47621:21:52: Error in material Difflab/TexturedPhong at line 60 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    477477 
    478478----------------------------------- 
     
    485485Line: 779 
    486486Stack unwinding: <<beginning of stack>> 
    487 14:50:29: An exception has been thrown! 
     48721:21:52: An exception has been thrown! 
    488488 
    489489----------------------------------- 
     
    496496Line: 779 
    497497Stack unwinding: <<beginning of stack>> 
    498 14:50:29: Error in material Difflab/TexturedPhong at line 65 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     49821:21:52: Error in material Difflab/TexturedPhong at line 65 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    499499 
    500500----------------------------------- 
     
    507507Line: 779 
    508508Stack unwinding: <<beginning of stack>> 
    509 14:50:29: An exception has been thrown! 
     50921:21:52: An exception has been thrown! 
    510510 
    511511----------------------------------- 
     
    518518Line: 779 
    519519Stack unwinding: <<beginning of stack>> 
    520 14:50:29: Error in material Difflab/TexturedPhong at line 66 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     52021:21:52: Error in material Difflab/TexturedPhong at line 66 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    521521 
    522522----------------------------------- 
     
    529529Line: 779 
    530530Stack unwinding: <<beginning of stack>> 
    531 14:50:29: An exception has been thrown! 
     53121:21:52: An exception has been thrown! 
    532532 
    533533----------------------------------- 
     
    540540Line: 779 
    541541Stack unwinding: <<beginning of stack>> 
    542 14:50:29: Error in material Difflab/TexturedPhong at line 67 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     54221:21:52: Error in material Difflab/TexturedPhong at line 67 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    543543 
    544544----------------------------------- 
     
    551551Line: 779 
    552552Stack unwinding: <<beginning of stack>> 
    553 14:50:29: An exception has been thrown! 
     55321:21:52: An exception has been thrown! 
    554554 
    555555----------------------------------- 
     
    562562Line: 779 
    563563Stack unwinding: <<beginning of stack>> 
    564 14:50:29: Error in material Difflab/TexturedPhong at line 68 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     56421:21:52: Error in material Difflab/TexturedPhong at line 68 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    565565 
    566566----------------------------------- 
     
    573573Line: 779 
    574574Stack unwinding: <<beginning of stack>> 
    575 14:50:29: An exception has been thrown! 
     57521:21:52: An exception has been thrown! 
    576576 
    577577----------------------------------- 
     
    584584Line: 779 
    585585Stack unwinding: <<beginning of stack>> 
    586 14:50:29: Error in material Difflab/TexturedPhong at line 69 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     58621:21:52: Error in material Difflab/TexturedPhong at line 69 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    587587 
    588588----------------------------------- 
     
    595595Line: 779 
    596596Stack unwinding: <<beginning of stack>> 
    597 14:50:29: Parsing script diffscene.material 
    598 14:50:29: An exception has been thrown! 
     59721:21:52: Parsing script diffscene.material 
     59821:21:52: An exception has been thrown! 
    599599 
    600600----------------------------------- 
     
    607607Line: 779 
    608608Stack unwinding: <<beginning of stack>> 
    609 14:50:29: Error in material GameTools/Phong at line 36 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 
     60921:21:52: Error in material GameTools/Phong at line 36 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 
    610610 
    611611----------------------------------- 
     
    618618Line: 779 
    619619Stack unwinding: <<beginning of stack>> 
    620 14:50:29: An exception has been thrown! 
     62021:21:52: An exception has been thrown! 
    621621 
    622622----------------------------------- 
     
    629629Line: 779 
    630630Stack unwinding: <<beginning of stack>> 
    631 14:50:29: Error in material GameTools/Phong at line 37 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 
     63121:21:52: Error in material GameTools/Phong at line 37 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 
    632632 
    633633----------------------------------- 
     
    640640Line: 779 
    641641Stack unwinding: <<beginning of stack>> 
    642 14:50:29: An exception has been thrown! 
     64221:21:52: An exception has been thrown! 
    643643 
    644644----------------------------------- 
     
    651651Line: 779 
    652652Stack unwinding: <<beginning of stack>> 
    653 14:50:29: Error in material GameTools/Phong at line 38 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 
     65321:21:52: Error in material GameTools/Phong at line 38 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 
    654654 
    655655----------------------------------- 
     
    662662Line: 779 
    663663Stack unwinding: <<beginning of stack>> 
    664 14:50:29: An exception has been thrown! 
     66421:21:52: An exception has been thrown! 
    665665 
    666666----------------------------------- 
     
    673673Line: 779 
    674674Stack unwinding: <<beginning of stack>> 
    675 14:50:29: Error in material GameTools/Phong at line 39 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 
     67521:21:52: Error in material GameTools/Phong at line 39 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 
    676676 
    677677----------------------------------- 
     
    684684Line: 779 
    685685Stack unwinding: <<beginning of stack>> 
    686 14:50:29: An exception has been thrown! 
     68621:21:52: An exception has been thrown! 
    687687 
    688688----------------------------------- 
     
    695695Line: 779 
    696696Stack unwinding: <<beginning of stack>> 
    697 14:50:29: Error in material GameTools/Phong at line 45 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 
     69721:21:52: Error in material GameTools/Phong at line 45 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 
    698698 
    699699----------------------------------- 
     
    706706Line: 779 
    707707Stack unwinding: <<beginning of stack>> 
    708 14:50:29: An exception has been thrown! 
     70821:21:52: An exception has been thrown! 
    709709 
    710710----------------------------------- 
     
    717717Line: 779 
    718718Stack unwinding: <<beginning of stack>> 
    719 14:50:29: Error in material GameTools/Phong at line 46 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 
     71921:21:52: Error in material GameTools/Phong at line 46 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 
    720720 
    721721----------------------------------- 
     
    728728Line: 779 
    729729Stack unwinding: <<beginning of stack>> 
    730 14:50:29: An exception has been thrown! 
     73021:21:52: An exception has been thrown! 
    731731 
    732732----------------------------------- 
     
    739739Line: 779 
    740740Stack unwinding: <<beginning of stack>> 
    741 14:50:29: Error in material GameTools/Phong at line 47 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 
     74121:21:52: Error in material GameTools/Phong at line 47 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 
    742742 
    743743----------------------------------- 
     
    750750Line: 779 
    751751Stack unwinding: <<beginning of stack>> 
    752 14:50:29: An exception has been thrown! 
     75221:21:52: An exception has been thrown! 
    753753 
    754754----------------------------------- 
     
    761761Line: 779 
    762762Stack unwinding: <<beginning of stack>> 
    763 14:50:29: Error in material GameTools/Phong at line 48 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 
     76321:21:52: Error in material GameTools/Phong at line 48 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 
    764764 
    765765----------------------------------- 
     
    772772Line: 779 
    773773Stack unwinding: <<beginning of stack>> 
    774 14:50:29: Error in material asztallap at line 73 of diffscene.material: Invalid param_named attribute - unrecognised parameter type 0.560857 
    775 14:50:29: Error in material asztallap at line 74 of diffscene.material: Invalid param_named attribute - unrecognised parameter type 0.560857 
    776 14:50:29: Parsing script Diffuse.material 
    777 14:50:29: An exception has been thrown! 
     77421:21:52: Error in material asztallap at line 73 of diffscene.material: Invalid param_named attribute - unrecognised parameter type 0.560857 
     77521:21:52: Error in material asztallap at line 74 of diffscene.material: Invalid param_named attribute - unrecognised parameter type 0.560857 
     77621:21:53: Parsing script Diffuse.material 
     77721:21:53: An exception has been thrown! 
    778778 
    779779----------------------------------- 
     
    786786Line: 779 
    787787Stack unwinding: <<beginning of stack>> 
    788 14:50:29: Error in material GameTools/CubeMap/Reduce at line 20 of Diffuse.material: Invalid param_named attribute - An exception has been thrown! 
     78821:21:53: Error in material GameTools/CubeMap/Reduce at line 20 of Diffuse.material: Invalid param_named attribute - An exception has been thrown! 
    789789 
    790790----------------------------------- 
     
    797797Line: 779 
    798798Stack unwinding: <<beginning of stack>> 
    799 14:50:30: An exception has been thrown! 
     79921:21:55: An exception has been thrown! 
    800800 
    801801----------------------------------- 
     
    808808Line: 779 
    809809Stack unwinding: <<beginning of stack>> 
    810 14:50:30: Error in material GameTools/Diffuse at line 74 of Diffuse.material: Invalid param_named attribute - An exception has been thrown! 
     81021:21:55: Error in material GameTools/Diffuse at line 74 of Diffuse.material: Invalid param_named attribute - An exception has been thrown! 
    811811 
    812812----------------------------------- 
     
    819819Line: 779 
    820820Stack unwinding: <<beginning of stack>> 
    821 14:50:33: An exception has been thrown! 
     82121:22:03: An exception has been thrown! 
    822822 
    823823----------------------------------- 
     
    830830Line: 779 
    831831Stack unwinding: <<beginning of stack>> 
    832 14:50:33: Error in material GameTools/DiffuseBump at line 226 of Diffuse.material: Invalid param_named_auto attribute - An exception has been thrown! 
     83221:22:03: Error in material GameTools/DiffuseBump at line 226 of Diffuse.material: Invalid param_named_auto attribute - An exception has been thrown! 
    833833 
    834834----------------------------------- 
     
    841841Line: 779 
    842842Stack unwinding: <<beginning of stack>> 
    843 14:50:33: An exception has been thrown! 
     84321:22:03: An exception has been thrown! 
    844844 
    845845----------------------------------- 
     
    852852Line: 779 
    853853Stack unwinding: <<beginning of stack>> 
    854 14:50:33: Error in material GameTools/DiffuseBump at line 227 of Diffuse.material: Invalid param_named attribute - An exception has been thrown! 
     85421:22:03: Error in material GameTools/DiffuseBump at line 227 of Diffuse.material: Invalid param_named attribute - An exception has been thrown! 
    855855 
    856856----------------------------------- 
     
    863863Line: 779 
    864864Stack unwinding: <<beginning of stack>> 
    865 14:50:33: Parsing script EnvMetals.material 
    866 14:50:33: An exception has been thrown! 
     86521:22:04: Parsing script EnvMetals.material 
     86621:22:04: An exception has been thrown! 
    867867 
    868868----------------------------------- 
     
    875875Line: 779 
    876876Stack unwinding: <<beginning of stack>> 
    877 14:50:33: Error in material EnvMetals/Copper at line 37 of EnvMetals.material: Invalid param_named_auto attribute - An exception has been thrown! 
     87721:22:04: Error in material EnvMetals/Copper at line 37 of EnvMetals.material: Invalid param_named_auto attribute - An exception has been thrown! 
    878878 
    879879----------------------------------- 
     
    886886Line: 779 
    887887Stack unwinding: <<beginning of stack>> 
    888 14:50:33: An exception has been thrown! 
     88821:22:04: An exception has been thrown! 
    889889 
    890890----------------------------------- 
     
    897897Line: 779 
    898898Stack unwinding: <<beginning of stack>> 
    899 14:50:33: Error in material EnvMetals/Gold at line 97 of EnvMetals.material: Invalid param_named_auto attribute - An exception has been thrown! 
     89921:22:04: Error in material EnvMetals/Gold at line 97 of EnvMetals.material: Invalid param_named_auto attribute - An exception has been thrown! 
    900900 
    901901----------------------------------- 
     
    908908Line: 779 
    909909Stack unwinding: <<beginning of stack>> 
    910 14:50:33: An exception has been thrown! 
     91021:22:04: An exception has been thrown! 
    911911 
    912912----------------------------------- 
     
    919919Line: 779 
    920920Stack unwinding: <<beginning of stack>> 
    921 14:50:33: Error in material EnvMetals/Silver at line 159 of EnvMetals.material: Invalid param_named_auto attribute - An exception has been thrown! 
     92121:22:04: Error in material EnvMetals/Silver at line 159 of EnvMetals.material: Invalid param_named_auto attribute - An exception has been thrown! 
    922922 
    923923----------------------------------- 
     
    930930Line: 779 
    931931Stack unwinding: <<beginning of stack>> 
    932 14:50:33: An exception has been thrown! 
     93221:22:04: An exception has been thrown! 
    933933 
    934934----------------------------------- 
     
    941941Line: 779 
    942942Stack unwinding: <<beginning of stack>> 
    943 14:50:33: Error in material EnvMetals/Alu at line 222 of EnvMetals.material: Invalid param_named_auto attribute - An exception has been thrown! 
     94321:22:04: Error in material EnvMetals/Alu at line 222 of EnvMetals.material: Invalid param_named_auto attribute - An exception has been thrown! 
    944944 
    945945----------------------------------- 
     
    952952Line: 779 
    953953Stack unwinding: <<beginning of stack>> 
    954 14:50:33: Parsing script GameTools.material 
    955 14:50:33: Error in material TestPlane at line 120 of GameTools.material: Bad specular attribute, wrong number of parameters (expected 2, 4 or 5) 
    956 14:50:33: Error in material GameTools/SceneCameraDepthShader at line 190 of GameTools.material: Unrecognised command: scene_blend 
    957 14:50:33: An exception has been thrown! 
     95421:22:04: Parsing script GameTools.material 
     95521:22:04: Error in material TestPlane at line 120 of GameTools.material: Bad specular attribute, wrong number of parameters (expected 2, 4 or 5) 
     95621:22:04: Error in material GameTools/SceneCameraDepthShader at line 190 of GameTools.material: Unrecognised command: scene_blend 
     95721:22:04: An exception has been thrown! 
    958958 
    959959----------------------------------- 
     
    966966Line: 779 
    967967Stack unwinding: <<beginning of stack>> 
    968 14:50:33: Error in material GameTools/SceneCameraDepthShader at line 198 of GameTools.material: Invalid param_named_auto attribute - An exception has been thrown! 
     96821:22:04: Error in material GameTools/SceneCameraDepthShader at line 198 of GameTools.material: Invalid param_named_auto attribute - An exception has been thrown! 
    969969 
    970970----------------------------------- 
     
    977977Line: 779 
    978978Stack unwinding: <<beginning of stack>> 
    979 14:50:33: Error in material GameTools/FocusingShader at line 214 of GameTools.material: Unrecognised command: scene_blend 
    980 14:50:33: Error in material GameTools/FocusingShader at line 222 of GameTools.material: Invalid param_named attribute - expected at least 3 parameters. 
    981 14:50:33: Error in material GameTools/ShadowMapDepth at line 238 of GameTools.material: Unrecognised command: scene_blend 
    982 14:50:33: Error in material GameTools/ShadowMapDistance at line 263 of GameTools.material: Unrecognised command: scene_blend 
    983 14:50:33: Parsing script GameTools_HPS.material 
    984 14:50:33: An exception has been thrown! 
     97921:22:04: Error in material GameTools/FocusingShader at line 214 of GameTools.material: Unrecognised command: scene_blend 
     98021:22:04: Error in material GameTools/FocusingShader at line 222 of GameTools.material: Invalid param_named attribute - expected at least 3 parameters. 
     98121:22:04: Error in material GameTools/ShadowMapDepth at line 238 of GameTools.material: Unrecognised command: scene_blend 
     98221:22:04: Error in material GameTools/ShadowMapDistance at line 263 of GameTools.material: Unrecognised command: scene_blend 
     98321:22:04: Parsing script GameTools_HPS.material 
     98421:22:04: An exception has been thrown! 
    985985 
    986986----------------------------------- 
     
    993993Line: 779 
    994994Stack unwinding: <<beginning of stack>> 
    995 14:50:33: Error in material HPS_SMOKE_S at line 25 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 
     99521:22:04: Error in material HPS_SMOKE_S at line 25 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 
    996996 
    997997----------------------------------- 
     
    10041004Line: 779 
    10051005Stack unwinding: <<beginning of stack>> 
    1006 14:50:34: An exception has been thrown! 
     100621:22:04: An exception has been thrown! 
    10071007 
    10081008----------------------------------- 
     
    10151015Line: 779 
    10161016Stack unwinding: <<beginning of stack>> 
    1017 14:50:34: Error in material HPS_SMOKE_L at line 84 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 
     101721:22:04: Error in material HPS_SMOKE_L at line 84 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 
    10181018 
    10191019----------------------------------- 
     
    10261026Line: 779 
    10271027Stack unwinding: <<beginning of stack>> 
    1028 14:50:34: An exception has been thrown! 
     102821:22:04: An exception has been thrown! 
    10291029 
    10301030----------------------------------- 
     
    10371037Line: 779 
    10381038Stack unwinding: <<beginning of stack>> 
    1039 14:50:34: Error in material HPS_SMOKE_L at line 90 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 
     103921:22:04: Error in material HPS_SMOKE_L at line 90 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 
    10401040 
    10411041----------------------------------- 
     
    10481048Line: 779 
    10491049Stack unwinding: <<beginning of stack>> 
    1050 14:50:34: An exception has been thrown! 
     105021:22:04: An exception has been thrown! 
    10511051 
    10521052----------------------------------- 
     
    10591059Line: 779 
    10601060Stack unwinding: <<beginning of stack>> 
    1061 14:50:34: Error in material HPS_SMOKE_L_Depth at line 160 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 
     106121:22:04: Error in material HPS_SMOKE_L_Depth at line 160 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 
    10621062 
    10631063----------------------------------- 
     
    10701070Line: 779 
    10711071Stack unwinding: <<beginning of stack>> 
    1072 14:50:34: An exception has been thrown! 
     107221:22:04: An exception has been thrown! 
    10731073 
    10741074----------------------------------- 
     
    10811081Line: 779 
    10821082Stack unwinding: <<beginning of stack>> 
    1083 14:50:34: Error in material HPS_SMOKE_L_Depth at line 169 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 
     108321:22:04: Error in material HPS_SMOKE_L_Depth at line 169 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 
    10841084 
    10851085----------------------------------- 
     
    10921092Line: 779 
    10931093Stack unwinding: <<beginning of stack>> 
    1094 14:50:34: An exception has been thrown! 
     109421:22:04: An exception has been thrown! 
    10951095 
    10961096----------------------------------- 
     
    11031103Line: 779 
    11041104Stack unwinding: <<beginning of stack>> 
    1105 14:50:34: Error in material HPS_SMOKE_L_Depth at line 170 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 
     110521:22:04: Error in material HPS_SMOKE_L_Depth at line 170 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 
    11061106 
    11071107----------------------------------- 
     
    11141114Line: 779 
    11151115Stack unwinding: <<beginning of stack>> 
    1116 14:50:34: An exception has been thrown! 
     111621:22:04: An exception has been thrown! 
    11171117 
    11181118----------------------------------- 
     
    11251125Line: 779 
    11261126Stack unwinding: <<beginning of stack>> 
    1127 14:50:34: Error in material Smoke_IllumVolume at line 229 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 
     112721:22:04: Error in material Smoke_IllumVolume at line 229 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 
    11281128 
    11291129----------------------------------- 
     
    11361136Line: 779 
    11371137Stack unwinding: <<beginning of stack>> 
    1138 14:50:34: Parsing script GlassHead.material 
    1139 14:50:34: An exception has been thrown! 
     113821:22:04: Parsing script GlassHead.material 
     113921:22:04: An exception has been thrown! 
    11401140 
    11411141----------------------------------- 
     
    11481148Line: 779 
    11491149Stack unwinding: <<beginning of stack>> 
    1150 14:50:34: Error in material GameTools/PhotonMapCaustic at line 12 of GlassHead.material: Invalid param_named_auto attribute - An exception has been thrown! 
     115021:22:04: Error in material GameTools/PhotonMapCaustic at line 12 of GlassHead.material: Invalid param_named_auto attribute - An exception has been thrown! 
    11511151 
    11521152----------------------------------- 
     
    11591159Line: 779 
    11601160Stack unwinding: <<beginning of stack>> 
    1161 14:50:34: Error in material GameTools/PhotonMapCaustic at line 23 of GlassHead.material: Bad cubic_texture attribute, final parameter must be 'combinedUVW' or 'separateUV'. 
    1162 14:50:34: An exception has been thrown! 
     116121:22:04: Error in material GameTools/PhotonMapCaustic at line 23 of GlassHead.material: Bad cubic_texture attribute, final parameter must be 'combinedUVW' or 'separateUV'. 
     116221:22:04: An exception has been thrown! 
    11631163 
    11641164----------------------------------- 
     
    11711171Line: 779 
    11721172Stack unwinding: <<beginning of stack>> 
    1173 14:50:34: Error in material GameTools/Cau at line 47 of GlassHead.material: Invalid param_named_auto attribute - An exception has been thrown! 
     117321:22:04: Error in material GameTools/Cau at line 47 of GlassHead.material: Invalid param_named_auto attribute - An exception has been thrown! 
    11741174 
    11751175----------------------------------- 
     
    11821182Line: 779 
    11831183Stack unwinding: <<beginning of stack>> 
    1184 14:50:34: An exception has been thrown! 
     118421:22:04: An exception has been thrown! 
    11851185 
    11861186----------------------------------- 
     
    11931193Line: 779 
    11941194Stack unwinding: <<beginning of stack>> 
    1195 14:50:34: Error in material GameTools/Cau at line 50 of GlassHead.material: Invalid param_named_auto attribute - An exception has been thrown! 
     119521:22:04: Error in material GameTools/Cau at line 50 of GlassHead.material: Invalid param_named_auto attribute - An exception has been thrown! 
    11961196 
    11971197----------------------------------- 
     
    12041204Line: 779 
    12051205Stack unwinding: <<beginning of stack>> 
    1206 14:50:34: An exception has been thrown! 
     120621:22:04: An exception has been thrown! 
    12071207 
    12081208----------------------------------- 
     
    12151215Line: 779 
    12161216Stack unwinding: <<beginning of stack>> 
    1217 14:50:34: Error in material GameTools/CauTri at line 105 of GlassHead.material: Invalid param_named_auto attribute - An exception has been thrown! 
     121721:22:04: Error in material GameTools/CauTri at line 105 of GlassHead.material: Invalid param_named_auto attribute - An exception has been thrown! 
    12181218 
    12191219----------------------------------- 
     
    12261226Line: 779 
    12271227Stack unwinding: <<beginning of stack>> 
    1228 14:50:34: Parsing script Glow.material 
    1229 14:50:34: An exception has been thrown! 
     122821:22:04: Parsing script Glow.material 
     122921:22:05: An exception has been thrown! 
    12301230 
    12311231----------------------------------- 
     
    12381238Line: 779 
    12391239Stack unwinding: <<beginning of stack>> 
    1240 14:50:34: Error in material GameTools/ToneMap at line 239 of Glow.material: Invalid param_named attribute - An exception has been thrown! 
     124021:22:05: Error in material GameTools/ToneMap at line 239 of Glow.material: Invalid param_named attribute - An exception has been thrown! 
    12411241 
    12421242----------------------------------- 
     
    12491249Line: 779 
    12501250Stack unwinding: <<beginning of stack>> 
    1251 14:50:34: Parsing script hangar.material 
    1252 14:50:34: Parsing script kupola.material 
    1253 14:50:34: Error in material kupolalambert2 at line 23 of kupola.material: Bad scene_blend attribute, unrecognised parameter 'none' 
    1254 14:50:34: Error in material kupolalambert2 at line 26 of kupola.material: Bad scene_blend_alpha attribute, unrecognised parameter 'none' 
    1255 14:50:34: Error in material kupolalambert5 at line 77 of kupola.material: Bad scene_blend attribute, unrecognised parameter 'none' 
    1256 14:50:34: Error in material kupolalambert5 at line 80 of kupola.material: Bad scene_blend_alpha attribute, unrecognised parameter 'none' 
    1257 14:50:34: Parsing script MetalTeapot.material 
    1258 14:50:35: An exception has been thrown! 
     125121:22:05: Parsing script hangar.material 
     125221:22:05: Parsing script kupola.material 
     125321:22:05: Error in material kupolalambert2 at line 23 of kupola.material: Bad scene_blend attribute, unrecognised parameter 'none' 
     125421:22:05: Error in material kupolalambert2 at line 26 of kupola.material: Bad scene_blend_alpha attribute, unrecognised parameter 'none' 
     125521:22:05: Error in material kupolalambert5 at line 77 of kupola.material: Bad scene_blend attribute, unrecognised parameter 'none' 
     125621:22:05: Error in material kupolalambert5 at line 80 of kupola.material: Bad scene_blend_alpha attribute, unrecognised parameter 'none' 
     125721:22:05: Parsing script MetalTeapot.material 
     125821:22:08: An exception has been thrown! 
    12591259 
    12601260----------------------------------- 
     
    12671267Line: 779 
    12681268Stack unwinding: <<beginning of stack>> 
    1269 14:50:35: Error in material MetalTeapotMultipleBounce at line 192 of MetalTeapot.material: Invalid param_named attribute - An exception has been thrown! 
     126921:22:08: Error in material MetalTeapotMultipleBounce at line 192 of MetalTeapot.material: Invalid param_named attribute - An exception has been thrown! 
    12701270 
    12711271----------------------------------- 
     
    12781278Line: 779 
    12791279Stack unwinding: <<beginning of stack>> 
    1280 14:50:35: Parsing script Ogre.material 
    1281 14:50:35: Parsing script Particles.material 
    1282 14:50:35: An exception has been thrown! 
     128021:22:08: Parsing script Ogre.material 
     128121:22:08: Parsing script Particles.material 
     128221:22:09: An exception has been thrown! 
    12831283 
    12841284----------------------------------- 
     
    12911291Line: 779 
    12921292Stack unwinding: <<beginning of stack>> 
    1293 14:50:35: Error in material GameTools/SpriteShader at line 17 of Particles.material: Invalid param_named_auto attribute - An exception has been thrown! 
     129321:22:09: Error in material GameTools/SpriteShader at line 17 of Particles.material: Invalid param_named_auto attribute - An exception has been thrown! 
    12941294 
    12951295----------------------------------- 
     
    13021302Line: 779 
    13031303Stack unwinding: <<beginning of stack>> 
    1304 14:50:35: An exception has been thrown! 
     130421:22:09: An exception has been thrown! 
    13051305 
    13061306----------------------------------- 
     
    13131313Line: 779 
    13141314Stack unwinding: <<beginning of stack>> 
    1315 14:50:35: Error in material GameTools/SBB at line 52 of Particles.material: Invalid param_named_auto attribute - An exception has been thrown! 
     131521:22:09: Error in material GameTools/SBB at line 52 of Particles.material: Invalid param_named_auto attribute - An exception has been thrown! 
    13161316 
    13171317----------------------------------- 
     
    13241324Line: 779 
    13251325Stack unwinding: <<beginning of stack>> 
    1326 14:50:35: Parsing script RaytraceDemo.material 
    1327 14:50:35: Parsing script stairs.material 
    1328 14:50:35: Parsing script uvegfolyoso2.material 
    1329 14:50:35: An exception has been thrown! 
     132621:22:09: Parsing script RaytraceDemo.material 
     132721:22:09: Parsing script stairs.material 
     132821:22:09: Parsing script uvegfolyoso2.material 
     132921:22:09: An exception has been thrown! 
    13301330 
    13311331----------------------------------- 
     
    13381338Line: 779 
    13391339Stack unwinding: <<beginning of stack>> 
    1340 14:50:35: Error in material Folyoso/Phong at line 22 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
     134021:22:09: Error in material Folyoso/Phong at line 22 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
    13411341 
    13421342----------------------------------- 
     
    13491349Line: 779 
    13501350Stack unwinding: <<beginning of stack>> 
    1351 14:50:35: An exception has been thrown! 
     135121:22:09: An exception has been thrown! 
    13521352 
    13531353----------------------------------- 
     
    13601360Line: 779 
    13611361Stack unwinding: <<beginning of stack>> 
    1362 14:50:35: Error in material Folyoso/Phong at line 23 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
     136221:22:09: Error in material Folyoso/Phong at line 23 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
    13631363 
    13641364----------------------------------- 
     
    13711371Line: 779 
    13721372Stack unwinding: <<beginning of stack>> 
    1373 14:50:35: An exception has been thrown! 
     137321:22:09: An exception has been thrown! 
    13741374 
    13751375----------------------------------- 
     
    13821382Line: 779 
    13831383Stack unwinding: <<beginning of stack>> 
    1384 14:50:35: Error in material Folyoso/Phong at line 24 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
     138421:22:09: Error in material Folyoso/Phong at line 24 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
    13851385 
    13861386----------------------------------- 
     
    13931393Line: 779 
    13941394Stack unwinding: <<beginning of stack>> 
    1395 14:50:35: An exception has been thrown! 
     139521:22:09: An exception has been thrown! 
    13961396 
    13971397----------------------------------- 
     
    14041404Line: 779 
    14051405Stack unwinding: <<beginning of stack>> 
    1406 14:50:35: Error in material Folyoso/Phong at line 25 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
     140621:22:09: Error in material Folyoso/Phong at line 25 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
    14071407 
    14081408----------------------------------- 
     
    14151415Line: 779 
    14161416Stack unwinding: <<beginning of stack>> 
    1417 14:50:35: An exception has been thrown! 
     141721:22:09: An exception has been thrown! 
    14181418 
    14191419----------------------------------- 
     
    14261426Line: 779 
    14271427Stack unwinding: <<beginning of stack>> 
    1428 14:50:35: Error in material Folyoso/Phong at line 31 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
     142821:22:09: Error in material Folyoso/Phong at line 31 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
    14291429 
    14301430----------------------------------- 
     
    14371437Line: 779 
    14381438Stack unwinding: <<beginning of stack>> 
    1439 14:50:35: An exception has been thrown! 
     143921:22:09: An exception has been thrown! 
    14401440 
    14411441----------------------------------- 
     
    14481448Line: 779 
    14491449Stack unwinding: <<beginning of stack>> 
    1450 14:50:35: Error in material Folyoso/Phong at line 32 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
     145021:22:09: Error in material Folyoso/Phong at line 32 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
    14511451 
    14521452----------------------------------- 
     
    14591459Line: 779 
    14601460Stack unwinding: <<beginning of stack>> 
    1461 14:50:35: An exception has been thrown! 
     146121:22:09: An exception has been thrown! 
    14621462 
    14631463----------------------------------- 
     
    14701470Line: 779 
    14711471Stack unwinding: <<beginning of stack>> 
    1472 14:50:35: Error in material Folyoso/Phong at line 33 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
     147221:22:09: Error in material Folyoso/Phong at line 33 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
    14731473 
    14741474----------------------------------- 
     
    14811481Line: 779 
    14821482Stack unwinding: <<beginning of stack>> 
    1483 14:50:35: An exception has been thrown! 
     148321:22:09: An exception has been thrown! 
    14841484 
    14851485----------------------------------- 
     
    14921492Line: 779 
    14931493Stack unwinding: <<beginning of stack>> 
    1494 14:50:35: Error in material Folyoso/Phong at line 34 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
     149421:22:09: Error in material Folyoso/Phong at line 34 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
    14951495 
    14961496----------------------------------- 
     
    15031503Line: 779 
    15041504Stack unwinding: <<beginning of stack>> 
    1505 14:50:35: An exception has been thrown! 
     150521:22:09: An exception has been thrown! 
    15061506 
    15071507----------------------------------- 
     
    15141514Line: 779 
    15151515Stack unwinding: <<beginning of stack>> 
    1516 14:50:35: Error in material Folyoso/PhongPlaneReflect at line 76 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
     151621:22:09: Error in material Folyoso/PhongPlaneReflect at line 76 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
    15171517 
    15181518----------------------------------- 
     
    15251525Line: 779 
    15261526Stack unwinding: <<beginning of stack>> 
    1527 14:50:35: An exception has been thrown! 
     152721:22:09: An exception has been thrown! 
    15281528 
    15291529----------------------------------- 
     
    15361536Line: 779 
    15371537Stack unwinding: <<beginning of stack>> 
    1538 14:50:35: Error in material Folyoso/PhongPlaneReflect at line 77 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
     153821:22:09: Error in material Folyoso/PhongPlaneReflect at line 77 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
    15391539 
    15401540----------------------------------- 
     
    15471547Line: 779 
    15481548Stack unwinding: <<beginning of stack>> 
    1549 14:50:35: An exception has been thrown! 
     154921:22:09: An exception has been thrown! 
    15501550 
    15511551----------------------------------- 
     
    15581558Line: 779 
    15591559Stack unwinding: <<beginning of stack>> 
    1560 14:50:35: Error in material Folyoso/PhongPlaneReflect at line 78 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
     156021:22:09: Error in material Folyoso/PhongPlaneReflect at line 78 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
    15611561 
    15621562----------------------------------- 
     
    15691569Line: 779 
    15701570Stack unwinding: <<beginning of stack>> 
    1571 14:50:35: An exception has been thrown! 
     157121:22:09: An exception has been thrown! 
    15721572 
    15731573----------------------------------- 
     
    15801580Line: 779 
    15811581Stack unwinding: <<beginning of stack>> 
    1582 14:50:35: Error in material Folyoso/PhongPlaneReflect at line 79 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
     158221:22:09: Error in material Folyoso/PhongPlaneReflect at line 79 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
    15831583 
    15841584----------------------------------- 
     
    15911591Line: 779 
    15921592Stack unwinding: <<beginning of stack>> 
    1593 14:50:35: An exception has been thrown! 
     159321:22:09: An exception has been thrown! 
    15941594 
    15951595----------------------------------- 
     
    16021602Line: 779 
    16031603Stack unwinding: <<beginning of stack>> 
    1604 14:50:35: Error in material Folyoso/PhongPlaneReflect at line 85 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
     160421:22:09: Error in material Folyoso/PhongPlaneReflect at line 85 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
    16051605 
    16061606----------------------------------- 
     
    16131613Line: 779 
    16141614Stack unwinding: <<beginning of stack>> 
    1615 14:50:35: An exception has been thrown! 
     161521:22:09: An exception has been thrown! 
    16161616 
    16171617----------------------------------- 
     
    16241624Line: 779 
    16251625Stack unwinding: <<beginning of stack>> 
    1626 14:50:35: Error in material Folyoso/PhongPlaneReflect at line 86 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
     162621:22:09: Error in material Folyoso/PhongPlaneReflect at line 86 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
    16271627 
    16281628----------------------------------- 
     
    16351635Line: 779 
    16361636Stack unwinding: <<beginning of stack>> 
    1637 14:50:35: An exception has been thrown! 
     163721:22:09: An exception has been thrown! 
    16381638 
    16391639----------------------------------- 
     
    16461646Line: 779 
    16471647Stack unwinding: <<beginning of stack>> 
    1648 14:50:35: Error in material Folyoso/PhongPlaneReflect at line 87 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
     164821:22:09: Error in material Folyoso/PhongPlaneReflect at line 87 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
    16491649 
    16501650----------------------------------- 
     
    16571657Line: 779 
    16581658Stack unwinding: <<beginning of stack>> 
    1659 14:50:35: An exception has been thrown! 
     165921:22:09: An exception has been thrown! 
    16601660 
    16611661----------------------------------- 
     
    16681668Line: 779 
    16691669Stack unwinding: <<beginning of stack>> 
    1670 14:50:35: Error in material Folyoso/PhongPlaneReflect at line 88 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
     167021:22:09: Error in material Folyoso/PhongPlaneReflect at line 88 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
    16711671 
    16721672----------------------------------- 
     
    16791679Line: 779 
    16801680Stack unwinding: <<beginning of stack>> 
    1681 14:50:35: Error in material uvegfolyoso_talaj at line 118 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.36774 
    1682 14:50:35: Error in material uvegfolyoso_talaj at line 119 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.36774 
    1683 14:50:35: Error in material uvegfolyoso_talaj at line 120 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.51282 
    1684 14:50:35: Error in material uvegfolyoso_teto at line 138 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.237 
    1685 14:50:35: Error in material uvegfolyoso_teto at line 139 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.237 
    1686 14:50:35: Error in material uvegfolyoso_teto at line 140 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.51282 
    1687 14:50:35: Error in material oszlop at line 158 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.94018 
    1688 14:50:35: Error in material oszlop at line 159 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.94018 
    1689 14:50:35: Error in material oszlop at line 160 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.0 
    1690 14:50:35: Parsing script X3D.material 
    1691 14:50:35: Parsing script GameTools_Glow.compositor 
    1692 14:50:35: Parsing script GameTools_ToneMap.compositor 
    1693 14:50:35: Parsing script sample.fontdef 
    1694 14:50:35: Bad attribute line: glyph             0.152344        0.125   0.160156        0.1875 in font Ogre 
    1695 14:50:35: Parsing script GameTools.particle 
    1696 14:50:35: Bad particle system attribute line: 'billboard_type  point' in GameTools/DemoParticle1 (tried renderer) 
    1697 14:50:35: Bad particle system attribute line: 'billboard_type  point' in GameTools/Big (tried renderer) 
    1698 14:50:35: Bad particle system attribute line: 'billboard_type  point' in GameTools/Little (tried renderer) 
    1699 14:50:35: Parsing script Compositor.overlay 
    1700 14:50:35: Parsing script DP3.overlay 
    1701 14:50:35: Parsing script Example-CubeMapping.overlay 
    1702 14:50:35: Parsing script Example-DynTex.overlay 
    1703 14:50:35: Parsing script Example-Water.overlay 
    1704 14:50:35: Parsing script FullScreen.overlay 
    1705 14:50:35: Texture: flare.png: Loading 1 faces(PF_B8G8R8,256x256x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1. 
    1706 14:50:35: Parsing script Shadows.overlay 
    1707 14:50:35: Finished parsing scripts for resource group General 
    1708 14:50:35: Parsing scripts for resource group Internal 
    1709 14:50:35: Finished parsing scripts for resource group Internal 
    1710 14:50:35: Texture: stormy_fr.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 
    1711 14:50:35: Texture: stormy_bk.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 
    1712 14:50:36: Texture: stormy_lf.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 
    1713 14:50:36: Texture: stormy_rt.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 
    1714 14:50:36: Texture: stormy_up.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 
    1715 14:50:36: Texture: stormy_dn.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 
    1716 14:50:36: Mesh: Loading athene.mesh. 
    1717 14:50:36: Can't assign material 1 - Default to SubEntity of head because this Material does not exist. Have you forgotten to define it in a .material script? 
    1718 14:50:36: Creating viewport on target 'rtt/3203168', rendering from camera 'psys1_HPP_IMPOSTOR_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
    1719 14:50:36: Viewport for camera 'psys1_HPP_IMPOSTOR_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
    1720 14:50:36: WARNING: Texture instance 'psys1_HPP_IMPOSTOR' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 
    1721 14:50:36: Creating viewport on target 'rtt/3203232', rendering from camera 'PlayerCam', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
    1722 14:50:36: Viewport for camera 'PlayerCam', actual dimensions L: 0 T: 0 W: 800 H: 600 
    1723 14:50:36: Creating viewport on target 'rtt/42704288', rendering from camera 'LIGHT_FOCUSING_MAP_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
    1724 14:50:36: Viewport for camera 'LIGHT_FOCUSING_MAP_CAMERA', actual dimensions L: 0 T: 0 W: 32 H: 32 
    1725 14:50:36: Creating viewport on target 'rtt/42704640', rendering from camera 'PHASE_TEXTURE_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
    1726 14:50:36: Viewport for camera 'PHASE_TEXTURE_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
    1727 14:50:36: WARNING: Texture instance 'ILLUMMODULE_SCENE_CAMERA_DEPTH' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 
    1728 14:50:36: Creating viewport on target 'rtt/42704704', rendering from camera 'psys1_LIGHT_VOLUME_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
    1729 14:50:36: Viewport for camera 'psys1_LIGHT_VOLUME_CAMERA', actual dimensions L: 0 T: 0 W: 128 H: 128 
    1730 14:50:36: WARNING: Texture instance 'psys1_LIGHT_VOLUME' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 
    1731 14:50:36: Win32Input8: DirectInput Activation Starts 
    1732 14:50:36: Win32Input8: Establishing keyboard input. 
    1733 14:50:36: Win32Input8: Keyboard input established. 
    1734 14:50:36: Win32Input8: Initializing mouse input in immediate mode. 
    1735 14:50:36: Win32Input8: Mouse input in immediate mode initialized. 
    1736 14:50:36: Win32Input8: DirectInput OK. 
    1737 14:50:36: Texture: smoke2.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 
    1738 14:50:36: D3D9 : Loading 2D Texture, image name : 'pamacs.dds' with 2147483647 mip map levels 
    1739 14:51:03: Unregistering ResourceManager for type BspLevel 
    1740 14:51:03: Render Target 'rtt/42704704' Average FPS: 69.2772 Best FPS: 380.24 Worst FPS: 58.7649 
    1741 14:51:03: Render Target 'rtt/42704640' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
    1742 14:51:03: Render Target 'rtt/42704288' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
    1743 14:51:03: Render Target 'rtt/3203232' Average FPS: 69.1026 Best FPS: 380.24 Worst FPS: 58.7649 
    1744 14:51:03: Render Target 'rtt/3203168' Average FPS: 69.1187 Best FPS: 379.86 Worst FPS: 58.7649 
    1745 14:51:03: *-*-* OGRE Shutdown 
    1746 14:51:03: Unregistering ResourceManager for type Compositor 
    1747 14:51:03: Unregistering ResourceManager for type Font 
    1748 14:51:03: Unregistering ResourceManager for type Skeleton 
    1749 14:51:03: Unregistering ResourceManager for type Mesh 
    1750 14:51:03: Unregistering ResourceManager for type HighLevelGpuProgram 
    1751 14:51:03: Unloading library .\Plugin_CgProgramManager 
    1752 14:51:03: Unloading library .\Plugin_OctreeSceneManager 
    1753 14:51:03: Unloading library .\Plugin_BSPSceneManager 
    1754 14:51:03: Unloading library .\Plugin_ParticleFX 
    1755 14:51:03: Render Target 'OGRE Render Window' Average FPS: 69.1187 Best FPS: 527.473 Worst FPS: 58.7649 
    1756 14:51:03: D3D9 : Shutting down cleanly. 
    1757 14:51:03: Unregistering ResourceManager for type Texture 
    1758 14:51:03: Unregistering ResourceManager for type GpuProgram 
    1759 14:51:03: D3D9 : Direct3D9 Rendering Subsystem destroyed. 
    1760 14:51:03: Unloading library .\RenderSystem_Direct3D9 
    1761 14:51:03: Unregistering ResourceManager for type Material 
    1762 14:51:03: Unloading library OgrePlatform.dll 
     168121:22:09: Error in material uvegfolyoso_talaj at line 118 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.36774 
     168221:22:09: Error in material uvegfolyoso_talaj at line 119 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.36774 
     168321:22:09: Error in material uvegfolyoso_talaj at line 120 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.51282 
     168421:22:09: Error in material uvegfolyoso_teto at line 138 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.237 
     168521:22:09: Error in material uvegfolyoso_teto at line 139 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.237 
     168621:22:09: Error in material uvegfolyoso_teto at line 140 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.51282 
     168721:22:09: Error in material oszlop at line 158 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.94018 
     168821:22:09: Error in material oszlop at line 159 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.94018 
     168921:22:09: Error in material oszlop at line 160 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.0 
     169021:22:09: Parsing script X3D.material 
     169121:22:09: Parsing script GameTools_Glow.compositor 
     169221:22:09: Parsing script GameTools_ToneMap.compositor 
     169321:22:09: Parsing script sample.fontdef 
     169421:22:09: Bad attribute line: glyph             0.152344        0.125   0.160156        0.1875 in font Ogre 
     169521:22:09: Parsing script GameTools.particle 
     169621:22:09: Bad particle system attribute line: 'billboard_type  point' in GameTools/DemoParticle1 (tried renderer) 
     169721:22:09: Bad particle system attribute line: 'billboard_type  point' in GameTools/Big (tried renderer) 
     169821:22:09: Bad particle system attribute line: 'billboard_type  point' in GameTools/Little (tried renderer) 
     169921:22:09: Parsing script Compositor.overlay 
     170021:22:09: Parsing script DP3.overlay 
     170121:22:09: Parsing script Example-CubeMapping.overlay 
     170221:22:09: Parsing script Example-DynTex.overlay 
     170321:22:09: Parsing script Example-Water.overlay 
     170421:22:09: Parsing script FullScreen.overlay 
     170521:22:09: Texture: flare.png: Loading 1 faces(PF_B8G8R8,256x256x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1. 
     170621:22:09: Parsing script Shadows.overlay 
     170721:22:09: Finished parsing scripts for resource group General 
     170821:22:09: Parsing scripts for resource group Internal 
     170921:22:09: Finished parsing scripts for resource group Internal 
     171021:22:09: Mesh: Loading teapot.mesh. 
     171121:22:09: 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? 
     171221:22:09: Mesh: Loading difflab.mesh. 
     171321:22:09: Texture: screen.jpg: Loading 1 faces(PF_B8G8R8,1024x1024x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,1024x1024x1. 
     171421:22:09: Texture: laborwall.jpg: Loading 1 faces(PF_B8G8R8,1024x1024x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,1024x1024x1. 
     171521:22:09: Texture: striped.jpg: Loading 1 faces(PF_B8G8R8,128x256x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,128x256x1. 
     171621:22:09: Texture: lamp.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 
     171721:22:09: Texture: bluelamp.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 
     171821:22:09: Creating viewport on target 'rtt/2415104', 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 
     171921:22:09: Viewport for camera 'object_SE_0_COLORCUBEMAPCUBEMAPFACE_0_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
     172021:22:09: Creating viewport on target 'rtt/2415168', 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 
     172121:22:09: Viewport for camera 'object_SE_0_COLORCUBEMAPCUBEMAPFACE_1_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
     172221:22:09: Creating viewport on target 'rtt/2415232', 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 
     172321:22:09: Viewport for camera 'object_SE_0_COLORCUBEMAPCUBEMAPFACE_2_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
     172421:22:09: Creating viewport on target 'rtt/2415296', 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 
     172521:22:09: Viewport for camera 'object_SE_0_COLORCUBEMAPCUBEMAPFACE_3_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
     172621:22:09: Creating viewport on target 'rtt/2415360', 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 
     172721:22:09: Viewport for camera 'object_SE_0_COLORCUBEMAPCUBEMAPFACE_4_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
     172821:22:09: Creating viewport on target 'rtt/2415424', 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 
     172921:22:09: Viewport for camera 'object_SE_0_COLORCUBEMAPCUBEMAPFACE_5_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
     173021:22:09: 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. 
     173121:22:09: Creating viewport on target 'rtt/2416544', 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 
     173221:22:09: Viewport for camera 'object_SE_0_DISTANCECUBEMAPCUBEMAPFACE_0_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
     173321:22:09: Creating viewport on target 'rtt/2416608', 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 
     173421:22:09: Viewport for camera 'object_SE_0_DISTANCECUBEMAPCUBEMAPFACE_1_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
     173521:22:09: Creating viewport on target 'rtt/2416672', 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 
     173621:22:09: Viewport for camera 'object_SE_0_DISTANCECUBEMAPCUBEMAPFACE_2_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
     173721:22:09: Creating viewport on target 'rtt/2416736', 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 
     173821:22:09: Viewport for camera 'object_SE_0_DISTANCECUBEMAPCUBEMAPFACE_3_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
     173921:22:09: Creating viewport on target 'rtt/2416800', 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 
     174021:22:09: Viewport for camera 'object_SE_0_DISTANCECUBEMAPCUBEMAPFACE_4_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
     174121:22:09: Creating viewport on target 'rtt/2416864', 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 
     174221:22:09: Viewport for camera 'object_SE_0_DISTANCECUBEMAPCUBEMAPFACE_5_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
     174321:22:09: 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. 
     174421:22:09: Creating viewport on target 'rtt/2417888', 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 
     174521:22:09: Viewport for camera 'object_SE_0_COLORCUBEMAP_L1CUBEMAPFACE_0_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
     174621:22:09: Creating viewport on target 'rtt/2417952', 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 
     174721:22:09: Viewport for camera 'object_SE_0_COLORCUBEMAP_L1CUBEMAPFACE_1_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
     174821:22:09: Creating viewport on target 'rtt/2418016', 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 
     174921:22:09: Viewport for camera 'object_SE_0_COLORCUBEMAP_L1CUBEMAPFACE_2_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
     175021:22:09: Creating viewport on target 'rtt/2418080', 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 
     175121:22:09: Viewport for camera 'object_SE_0_COLORCUBEMAP_L1CUBEMAPFACE_3_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
     175221:22:09: Creating viewport on target 'rtt/2418144', 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 
     175321:22:09: Viewport for camera 'object_SE_0_COLORCUBEMAP_L1CUBEMAPFACE_4_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
     175421:22:09: Creating viewport on target 'rtt/2418208', 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 
     175521:22:09: Viewport for camera 'object_SE_0_COLORCUBEMAP_L1CUBEMAPFACE_5_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
     175621:22:09: 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. 
     175721:22:09: Creating viewport on target 'rtt/2334816', 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 
     175821:22:09: Viewport for camera 'object_SE_0_COLORCUBEMAP_L2CUBEMAPFACE_0_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
     175921:22:09: Creating viewport on target 'rtt/2334880', 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 
     176021:22:09: Viewport for camera 'object_SE_0_COLORCUBEMAP_L2CUBEMAPFACE_1_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
     176121:22:09: Creating viewport on target 'rtt/2334944', 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 
     176221:22:09: Viewport for camera 'object_SE_0_COLORCUBEMAP_L2CUBEMAPFACE_2_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
     176321:22:09: Creating viewport on target 'rtt/2335008', 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 
     176421:22:09: Viewport for camera 'object_SE_0_COLORCUBEMAP_L2CUBEMAPFACE_3_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
     176521:22:09: Creating viewport on target 'rtt/2335072', 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 
     176621:22:09: Viewport for camera 'object_SE_0_COLORCUBEMAP_L2CUBEMAPFACE_4_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
     176721:22:09: Creating viewport on target 'rtt/2335136', 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 
     176821:22:09: Viewport for camera 'object_SE_0_COLORCUBEMAP_L2CUBEMAPFACE_5_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
     176921:22:09: 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. 
     177021:22:09: Win32Input8: DirectInput Activation Starts 
     177121:22:09: Win32Input8: Establishing keyboard input. 
     177221:22:09: Win32Input8: Keyboard input established. 
     177321:22:09: Win32Input8: Initializing mouse input in immediate mode. 
     177421:22:09: Win32Input8: Mouse input in immediate mode initialized. 
     177521:22:09: Win32Input8: DirectInput OK. 
     177621:22:09: Creating viewport on target 'rtt/23595424', rendering from camera 'MainBlueLightDEPTH_SHADOW_MAP_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     177721:22:09: Viewport for camera 'MainBlueLightDEPTH_SHADOW_MAP_CAMERA', actual dimensions L: 0 T: 0 W: 512 H: 512 
     177821:22:09: Creating viewport on target 'rtt/23605088', rendering from camera 'MainBlueLightDEPTH_SHADOW_MAP_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     177921:22:09: Viewport for camera 'MainBlueLightDEPTH_SHADOW_MAP_CAMERA', actual dimensions L: 0 T: 0 W: 512 H: 512 
     178021:22:09: Creating viewport on target 'rtt/23674560', rendering from camera 'LIGHT_FOCUSING_MAP_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     178121:22:09: Viewport for camera 'LIGHT_FOCUSING_MAP_CAMERA', actual dimensions L: 0 T: 0 W: 32 H: 32 
     178221:22:09: Creating viewport on target 'rtt/23674912', rendering from camera 'PHASE_TEXTURE_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     178321:22:09: Viewport for camera 'PHASE_TEXTURE_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     178421:22:09: 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. 
     178521:22:09: 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. 
     178621:23:39: Unregistering ResourceManager for type BspLevel 
     178721:23:39: Render Target 'rtt/23674912' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     178821:23:39: Render Target 'rtt/23674560' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     178921:23:39: Render Target 'rtt/23605088' Average FPS: 0.81426 Best FPS: 51.5063 Worst FPS: 0.664894 
     179021:23:39: Render Target 'rtt/23595424' Average FPS: 0.814236 Best FPS: 51.5063 Worst FPS: 0.664894 
     179121:23:39: Render Target 'rtt/2334816' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     179221:23:39: Render Target 'rtt/2334880' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     179321:23:39: Render Target 'rtt/2334944' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     179421:23:39: Render Target 'rtt/2335008' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     179521:23:39: Render Target 'rtt/2335072' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     179621:23:39: Render Target 'rtt/2335136' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     179721:23:39: Render Target 'rtt/2417888' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     179821:23:39: Render Target 'rtt/2417952' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     179921:23:39: Render Target 'rtt/2418016' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     180021:23:39: Render Target 'rtt/2418080' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     180121:23:39: Render Target 'rtt/2418144' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     180221:23:39: Render Target 'rtt/2418208' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     180321:23:39: Render Target 'rtt/2416544' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     180421:23:39: Render Target 'rtt/2416608' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     180521:23:39: Render Target 'rtt/2416672' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     180621:23:39: Render Target 'rtt/2416736' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     180721:23:39: Render Target 'rtt/2416800' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     180821:23:39: Render Target 'rtt/2416864' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     180921:23:39: Render Target 'rtt/2415104' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     181021:23:39: Render Target 'rtt/2415168' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     181121:23:39: Render Target 'rtt/2415232' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     181221:23:39: Render Target 'rtt/2415296' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     181321:23:39: Render Target 'rtt/2415360' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     181421:23:39: Render Target 'rtt/2415424' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     181521:23:39: *-*-* OGRE Shutdown 
     181621:23:39: Unregistering ResourceManager for type Compositor 
     181721:23:39: Unregistering ResourceManager for type Font 
     181821:23:39: Unregistering ResourceManager for type Skeleton 
     181921:23:39: Unregistering ResourceManager for type Mesh 
     182021:23:39: Unregistering ResourceManager for type HighLevelGpuProgram 
     182121:23:39: Unloading library .\Plugin_CgProgramManager 
     182221:23:39: Unloading library .\Plugin_OctreeSceneManager 
     182321:23:39: Unloading library .\Plugin_BSPSceneManager 
     182421:23:39: Unloading library .\Plugin_ParticleFX 
     182521:23:39: Render Target 'OGRE Render Window' Average FPS: 0.815724 Best FPS: 52.3715 Worst FPS: 0.63012 
     182621:23:39: D3D9 : Shutting down cleanly. 
     182721:23:39: Unregistering ResourceManager for type Texture 
     182821:23:39: Unregistering ResourceManager for type GpuProgram 
     182921:23:39: D3D9 : Direct3D9 Rendering Subsystem destroyed. 
     183021:23:39: Unloading library .\RenderSystem_Direct3D9 
     183121:23:39: Unregistering ResourceManager for type Material 
     183221:23:39: Unloading library OgrePlatform.dll 
  • GTP/trunk/App/Demos/Illum/Ogre/bin/Release/ogre.cfg

    r1735 r1847  
    66Floating-point mode=Fastest 
    77Full Screen=No 
    8 Rendering Device=NVIDIA GeForce 7950 GX2 
     8Rendering Device=NVIDIA GeForce 6800 GT 
    99VSync=No 
    1010Video Mode=800 x 600 @ 32-bit colour 
  • GTP/trunk/App/Demos/Illum/Ogre/src/ReflectionTest/include/ReflectionTest.h

    r1735 r1847  
    2828#include "OgreIlluminationManager.h" 
    2929#include "SpriteParticleRenderer.h" 
    30  
     30#include "FrameCapture.h" 
     31 
     32int scene = 1; 
     33FrameCapture* capture; 
    3134 
    3235// Listener class for frame updates 
     
    4548                framecount = 0;          
    4649                this->objectNode = objectNode; 
     50                 
    4751    } 
     52 
     53        void moveCamera() 
     54    {/* 
     55           mCamera->yaw(mRotX); 
     56       mCamera->pitch(mRotY); 
     57       mCamera->moveRelative(mTranslateVector);*/ 
     58 
     59                mCamera->getParentSceneNode()->yaw(mRotX, Node::TransformSpace::TS_WORLD); 
     60                mCamera->getParentSceneNode()->pitch(mRotY, Node::TransformSpace::TS_LOCAL); 
     61                mCamera->getParentSceneNode()->translate(mTranslateVector, Node::TransformSpace::TS_LOCAL); 
     62                 
     63    } 
     64 
    4865        bool processUnbufferedKeyInput(const FrameEvent& evt) 
    4966    { 
     
    124141            // Move camera down 
    125142            mTranslateVector.y = -mMoveScale; 
    126         }        
     143        } 
     144                if (mInputDevice->isKeyDown(KC_N) && mTimeUntilNextToggle <= 0) 
     145        { 
     146                        capture->playEvent(); 
     147            mTimeUntilNextToggle = 1; 
     148        } 
     149                if (mInputDevice->isKeyDown(KC_B) && mTimeUntilNextToggle <= 0) 
     150        { 
     151                        capture->recordEvent(); 
     152            mTimeUntilNextToggle = 1; 
     153        } 
     154                if (mInputDevice->isKeyDown(KC_M) && mTimeUntilNextToggle <= 0) 
     155        { 
     156                        capture->setSaving(); 
     157                        capture->playEvent(); 
     158            mTimeUntilNextToggle = 1; 
     159        } 
    127160 
    128161        if( mInputDevice->isKeyDown( KC_ESCAPE) ) 
     
    198231        SceneNode* objectNode; 
    199232 
     233    void createCamera(void) 
     234    { 
     235        // Create the camera 
     236        mCamera = mSceneMgr->createCamera("PlayerCam"); 
     237                 
     238                SceneNode* camNode = mSceneMgr->getRootSceneNode()->createChildSceneNode("mainCameraNode"); 
     239                camNode->attachObject(mCamera); 
     240        camNode->setPosition(Vector3(0,1,0)); 
     241        // Position it at 500 in Z direction 
     242        //mCamera->setPosition(Vector3(0,0,500)); 
     243        // Look back along -Z 
     244        //mCamera->lookAt(Vector3(0,0,-300)); 
     245        mCamera->setNearClipDistance(5); 
     246 
     247    } 
     248 
    200249        void createScene(void) 
    201250    { 
     
    208257                Root::getSingleton()._setCurrentSceneManager(mSceneMgr); 
    209258 
    210                 mCamera->setPosition(0,1,0);             
     259                //mCamera->setPosition(0,1,0);           
    211260                mCamera->setFOVy(Radian(Degree(80))); 
    212261                mCamera->setFarClipDistance(200); 
    213262                mCamera->setNearClipDistance(0.1); 
     263 
     264                SceneNode* cn = mCamera->getParentSceneNode(); 
    214265 
    215266                OgreIlluminationManager::getSingleton().setFocusingSM(false); 
     
    219270            mSceneMgr->setAmbientLight(ColourValue(0.505 * 0.2, 0.897 * 0.2, 0.914 * 0.2)); 
    220271                 
    221                 SceneNode* rootNode = mSceneMgr->getRootSceneNode(); 
    222  
    223         Entity* object = mSceneMgr->createEntity("object", "teapot.mesh"); 
     272                capture  = new FrameCapture(mWindow); 
     273                if(scene == 1) createScene1(); 
     274                if(scene == 2) createScene2(); 
     275 
     276                OgreIlluminationManager::getSingleton().initTechniques(); 
     277        } 
     278     
     279        void createScene1(void) 
     280    { 
     281        SceneNode* rootNode = mSceneMgr->getRootSceneNode(); 
     282                 
     283                Entity* object = mSceneMgr->createEntity("object", "teapot.mesh"); 
    224284                object->setMaterialName("MetalTeapotMultipleBounce"); 
    225285                objectNode = rootNode->createChildSceneNode(); 
     
    227287                objectNode->scale(0.5,0.5,0.5); 
    228288                //objectNode->scale(0.005,0.005,0.005); 
     289                objectNode->setPosition(0,1.2,0); 
     290                objectNode->_updateBounds(); 
     291 
     292                capture->addAnimableNode(mCamera->getParentSceneNode()); 
     293 
     294                Entity* room = mSceneMgr->createEntity("scene", "difflab.mesh"); 
     295                //room->setMaterialName("GameTools/Phong"); 
     296                SceneNode* roomNode = rootNode->createChildSceneNode(); 
     297                roomNode->attachObject(room); 
     298                roomNode->_updateBounds();               
     299 
     300                mSceneMgr->setShadowTechnique(SHADOWTYPE_NONE); 
     301                Light* redLight1 = mSceneMgr->createLight("RedLight1"); 
     302                redLight1->setType(Light::LT_POINT); 
     303                redLight1->setCastShadows(false); 
     304        redLight1->setDiffuseColour(ColourValue(1,0.055, 0.0)); 
     305                redLight1->setPowerScale(1.6); 
     306                SceneNode* redLightNode1 = rootNode->createChildSceneNode(); 
     307                redLightNode1->setPosition(0.05,2.361,-1.07); 
     308                redLightNode1->attachObject(redLight1); 
     309 
     310                Light* greenLight1 = mSceneMgr->createLight("GreenLight1"); 
     311                greenLight1->setType(Light::LT_POINT); 
     312                greenLight1->setCastShadows(false); 
     313        greenLight1->setDiffuseColour(ColourValue(0.362,0.783, 0.685)); 
     314                greenLight1->setPowerScale(2.0); 
     315                SceneNode* greenLightNode1 = rootNode->createChildSceneNode(); 
     316                greenLightNode1->setPosition(1.312,1.313,0); 
     317                greenLightNode1->attachObject(greenLight1);  
     318 
     319                Light* mainBlueLight = mSceneMgr->createLight("MainBlueLight"); 
     320                mainBlueLight->setType(Light::LT_SPOTLIGHT); 
     321                mainBlueLight->setCastShadows(true); 
     322        mainBlueLight->setDiffuseColour(ColourValue(0.395,0.766, 1.0)); 
     323                mainBlueLight->setPowerScale(5.0); 
     324                mainBlueLight->setSpotlightRange(Degree(0),Degree(160)); 
     325                mainBlueLight->setAttenuation(2.5, 0, 1, 0); 
     326                SceneNode* mainBlueLightNode = rootNode->createChildSceneNode(); 
     327                mainBlueLightNode->setPosition(-0.546,2.095,1.035); 
     328                //mainBlueLightNode->rotate(Vector3::UNIT_X, Degree(161.396)); 
     329                //mainBlueLightNode->rotate(Vector3::UNIT_Y, Degree(53.955)); 
     330                //mainBlueLightNode->rotate(Vector3::UNIT_Z, Degree(-145.065)); 
     331                mainBlueLight->setDirection(-1.5,-2.0,1.0); 
     332                mainBlueLightNode->attachObject(mainBlueLight); 
     333   } 
     334 
     335        void createScene2(void) 
     336    { 
     337        SceneNode* rootNode = mSceneMgr->getRootSceneNode(); 
     338                 
     339                Entity* object = mSceneMgr->createEntity("object", "athene.mesh"); 
     340                object->setMaterialName("MetalTeapotMultipleBounce"); 
     341                objectNode = rootNode->createChildSceneNode(); 
     342                objectNode->attachObject(object); 
     343                //objectNode->scale(0.5,0.5,0.5); 
     344                objectNode->scale(0.005,0.005,0.005); 
    229345                objectNode->setPosition(0,1.2,0); 
    230346                objectNode->_updateBounds(); 
     
    269385                mainBlueLight->setDirection(-1.5,-2.0,1.0); 
    270386                mainBlueLightNode->attachObject(mainBlueLight);  
    271  
    272                 OgreIlluminationManager::getSingleton().initTechniques(); 
    273  
    274387   } 
    275388 
     
    279392                mFrameListener= new RaytraceDemoListener(mWindow, mCamera, objectNode); 
    280393                mFrameListener->setPriority(1); 
    281                 OgreIlluminationManager::getSingleton().setPriority(2); 
     394                OgreIlluminationManager::getSingleton().setPriority(3); 
     395                capture->setPriority(2); 
     396        mRoot->addFrameListener(capture); 
    282397                mRoot->addFrameListener(mFrameListener); 
    283398                mRoot->addFrameListener(&OgreIlluminationManager::getSingleton()); 
  • GTP/trunk/App/Demos/Illum/Ogre/src/ReflectionTest/scripts/ReflectionTest.vcproj

    r1730 r1847  
    4242                                Name="VCCLCompilerTool" 
    4343                                Optimization="0" 
    44                                 AdditionalIncludeDirectories="..\include;&quot;$(OGRE_PATH)\Samples\Common\include&quot;;&quot;$(OGRE_PATH)\OgreMain\include&quot;;..\..\..\..\..\..\..\Lib\Illum\IllumModule\OgreIllumModule\include;..\..\..\..\..\..\..\Lib\Illum\IllumModule\OgreIllumModule\include\RenderTechniques;..\..\..\..\..\..\..\Lib\Illum\IllumModule\OgreIllumModule\include\RenderingRuns;..\..\..\..\..\..\..\Lib\Illum\IllumModule\IllumModule\include\RenderTechniques;..\..\..\..\..\..\..\Lib\Illum\IllumModule\IllumModule\include;..\..\..\..\..\..\..\Lib\Illum\IllumModule\IllumModule\include\RenderingRuns" 
     44                                AdditionalIncludeDirectories="..\include;&quot;$(OGRE_PATH)\Samples\Common\include&quot;;&quot;$(OGRE_PATH)\OgreMain\include&quot;;..\..\..\..\..\..\..\Lib\Illum\IllumModule\OgreIllumModule\include;..\..\..\..\..\..\..\Lib\Illum\IllumModule\OgreIllumModule\include\RenderTechniques;..\..\..\..\..\..\..\Lib\Illum\IllumModule\OgreIllumModule\include\RenderingRuns;..\..\..\..\..\..\..\Lib\Illum\IllumModule\IllumModule\include\RenderTechniques;..\..\..\..\..\..\..\Lib\Illum\IllumModule\IllumModule\include;..\..\..\..\..\..\..\Lib\Illum\IllumModule\IllumModule\include\RenderingRuns;..\..\Common\include" 
    4545                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;GAMETOOLS_ILLUMINATION_MODULE" 
    4646                                MinimalRebuild="true" 
     
    133133                                OmitFramePointers="true" 
    134134                                EnableFiberSafeOptimizations="false" 
    135                                 AdditionalIncludeDirectories="..\include;&quot;$(OGRE_PATH)\Samples\Common\include&quot;;&quot;$(OGRE_PATH)\OgreMain\include&quot;;..\..\..\..\..\..\..\Lib\Illum\IllumModule\OgreIllumModule\include;..\..\..\..\..\..\..\Lib\Illum\IllumModule\OgreIllumModule\include\RenderTechniques;..\..\..\..\..\..\..\Lib\Illum\IllumModule\OgreIllumModule\include\RenderingRuns;..\..\..\..\..\..\..\Lib\Illum\IllumModule\IllumModule\include\RenderTechniques;..\..\..\..\..\..\..\Lib\Illum\IllumModule\IllumModule\include;..\..\..\..\..\..\..\Lib\Illum\IllumModule\IllumModule\include\RenderingRuns" 
     135                                AdditionalIncludeDirectories="..\include;&quot;$(OGRE_PATH)\Samples\Common\include&quot;;&quot;$(OGRE_PATH)\OgreMain\include&quot;;..\..\..\..\..\..\..\Lib\Illum\IllumModule\OgreIllumModule\include;..\..\..\..\..\..\..\Lib\Illum\IllumModule\OgreIllumModule\include\RenderTechniques;..\..\..\..\..\..\..\Lib\Illum\IllumModule\OgreIllumModule\include\RenderingRuns;..\..\..\..\..\..\..\Lib\Illum\IllumModule\IllumModule\include\RenderTechniques;..\..\..\..\..\..\..\Lib\Illum\IllumModule\IllumModule\include;..\..\..\..\..\..\..\Lib\Illum\IllumModule\IllumModule\include\RenderingRuns;..\..\Common\include" 
    136136                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;GAMETOOLS_ILLUMINATION_MODULE" 
    137137                                StringPooling="true" 
     
    211211                        > 
    212212                        <File 
     213                                RelativePath="..\..\Common\src\FrameCapture.cpp" 
     214                                > 
     215                        </File> 
     216                        <File 
     217                                RelativePath="..\..\Common\include\FrameCapture.h" 
     218                                > 
     219                        </File> 
     220                        <File 
    213221                                RelativePath="..\include\ReflectionTest.h" 
    214222                                > 
Note: See TracChangeset for help on using the changeset viewer.