Changeset 1882


Ignore:
Timestamp:
12/12/06 17:25:24 (17 years ago)
Author:
szirmay
Message:
 
Location:
GTP/trunk/App/Demos/Illum/Ogre
Files:
4 edited

Legend:

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

    r1862 r1882  
    327327 return Color; 
    328328} 
     329 
     330 
     331float4 DistanceMinMaxPS( VertOut IN, uniform float refIndex):COLOR 
     332{ 
     333  
     334 float4 Color = float4(0, 0, 0, 0); 
     335 Color = float4(length(IN.cPos), 0,0,length(IN.cPos)); 
     336 return Color; 
     337} 
  • GTP/trunk/App/Demos/Illum/Ogre/Media/materials/scripts/MetalTeapot.material

    r1879 r1882  
    117117} 
    118118 
     119fragment_program DistanceMinMaxPS hlsl 
     120{ 
     121        source MetalTeapot.hlsl 
     122        entry_point DistanceMinMaxPS 
     123        target ps_3_0 
     124}  
     125 
     126material DistanceMinMaxCW 
     127{ 
     128 technique  
     129 {  
     130  pass  
     131  {  
     132    cull_hardware clockwise 
     133    scene_blend min 
     134    scene_blend_alpha max 
     135     
     136        vertex_program_ref DefaultVS 
     137    {        
     138        param_named_auto worldViewProj worldviewproj_matrix  
     139            param_named_auto world world_matrix 
     140            param_named_auto worldview worldview_matrix 
     141        param_named_auto worldI inverse_world_matrix     
     142    } 
     143    fragment_program_ref DistanceMinMaxPS 
     144    {                    
     145        }  
     146  } 
     147 } 
     148} 
     149 
     150material DistanceMinMaxCCW 
     151{ 
     152 technique  
     153 {  
     154  pass  
     155  {  
     156    cull_hardware anticlockwise 
     157    scene_blend min 
     158    scene_blend_alpha max 
     159     
     160        vertex_program_ref DefaultVS 
     161    {        
     162        param_named_auto worldViewProj worldviewproj_matrix  
     163            param_named_auto world world_matrix 
     164            param_named_auto worldview worldview_matrix 
     165        param_named_auto worldI inverse_world_matrix     
     166    } 
     167    fragment_program_ref DistanceMinMaxPS 
     168    {            
     169        }  
     170  } 
     171 } 
     172} 
     173 
    119174fragment_program MetalMultipleBouncePS hlsl 
    120175{ 
     
    178233                                render_self true 
    179234                                self_material NormalDistanceCW 
     235                        } 
     236                        RenderTechnique ColorCubeMap 
     237                        { 
     238                                resolution 1 
     239                                layer 3 
     240                                texture_unit_id 4 
     241                                update_interval         0 
     242                                distance_calc false 
     243                                face_angle_calc false 
     244                                update_all_face true 
     245                                render_env false 
     246                                render_self true 
     247                                self_material DistanceMinMaxCCW 
     248                        } 
     249                        RenderTechnique ColorCubeMap 
     250                        { 
     251                                resolution 1 
     252                                layer 4 
     253                                texture_unit_id 5 
     254                                update_interval         0 
     255                                distance_calc false 
     256                                face_angle_calc false 
     257                                update_all_face true 
     258                                render_env false 
     259                                render_self true 
     260                                self_material DistanceMinMaxCW 
    180261                        } 
    181262                 
  • GTP/trunk/App/Demos/Illum/Ogre/bin/Release/Ogre.log

    r1879 r1882  
    1 16:16:49: Creating resource group General 
    2 16:16:49: Creating resource group Internal 
    3 16:16:49: Creating resource group Autodetect 
    4 16:16:49: Registering ResourceManager for type Material 
    5 16:16:49: Registering ResourceManager for type Mesh 
    6 16:16:49: Registering ResourceManager for type Skeleton 
    7 16:16:49: MovableObjectFactory for type 'ParticleSystem' registered. 
    8 16:16:49: Loading library OgrePlatform.dll 
    9 16:16:49: OverlayElementFactory for type Panel registered. 
    10 16:16:49: OverlayElementFactory for type BorderPanel registered. 
    11 16:16:49: OverlayElementFactory for type TextArea registered. 
    12 16:16:49: Registering ResourceManager for type Font 
    13 16:16:49: ArchiveFactory for archive type FileSystem registered. 
    14 16:16:49: ArchiveFactory for archive type Zip registered. 
    15 16:16:49: DevIL version: Developer's Image Library (DevIL) 1.6.7 Oct 28 2005 
    16 16:16:49: 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 16:16:49: Registering ResourceManager for type HighLevelGpuProgram 
    18 16:16:49: Registering ResourceManager for type Compositor 
    19 16:16:49: MovableObjectFactory for type 'Entity' registered. 
    20 16:16:49: MovableObjectFactory for type 'Light' registered. 
    21 16:16:49: MovableObjectFactory for type 'BillboardSet' registered. 
    22 16:16:49: MovableObjectFactory for type 'ManualObject' registered. 
    23 16:16:49: MovableObjectFactory for type 'BillboardChain' registered. 
    24 16:16:49: MovableObjectFactory for type 'RibbonTrail' registered. 
    25 16:16:49: Loading library .\RenderSystem_Direct3D9 
    26 16:16:49: D3D9 : Direct3D9 Rendering Subsystem created. 
    27 16:16:49: D3D9: Driver Detection Starts 
    28 16:16:49: D3D9: Driver Detection Ends 
    29 16:16:49: Loading library .\Plugin_ParticleFX 
    30 16:16:49: Particle Emitter Type 'Point' registered 
    31 16:16:49: Particle Emitter Type 'Box' registered 
    32 16:16:49: Particle Emitter Type 'Ellipsoid' registered 
    33 16:16:49: Particle Emitter Type 'Cylinder' registered 
    34 16:16:49: Particle Emitter Type 'Ring' registered 
    35 16:16:49: Particle Emitter Type 'HollowEllipsoid' registered 
    36 16:16:49: Particle Affector Type 'LinearForce' registered 
    37 16:16:49: Particle Affector Type 'ColourFader' registered 
    38 16:16:49: Particle Affector Type 'ColourFader2' registered 
    39 16:16:49: Particle Affector Type 'ColourImage' registered 
    40 16:16:49: Particle Affector Type 'ColourInterpolator' registered 
    41 16:16:49: Particle Affector Type 'Scaler' registered 
    42 16:16:49: Particle Affector Type 'Rotator' registered 
    43 16:16:49: Particle Affector Type 'DirectionRandomiser' registered 
    44 16:16:49: Particle Affector Type 'DeflectorPlane' registered 
    45 16:16:49: Loading library .\Plugin_BSPSceneManager 
    46 16:16:49: Registering ResourceManager for type BspLevel 
    47 16:16:49: Loading library .\Plugin_OctreeSceneManager 
    48 16:16:49: Loading library .\Plugin_CgProgramManager 
    49 16:16:49: *-*-* OGRE Initialising 
    50 16:16:49: *-*-* Version 1.2.0 (Dagon) 
    51 16:16:49: Creating resource group Bootstrap 
    52 16:16:49: Added resource location '../../Media/packs/OgreCore.zip' of type 'Zip' to resource group 'Bootstrap' 
    53 16:16:49: Added resource location '../../Media' of type 'FileSystem' to resource group 'General' 
    54 16:16:49: Added resource location '../../Media/fonts' of type 'FileSystem' to resource group 'General' 
    55 16:16:49: Added resource location '../../Media/materials/programs' of type 'FileSystem' to resource group 'General' 
    56 16:16:49: Added resource location '../../Media/materials/scripts' of type 'FileSystem' to resource group 'General' 
    57 16:16:49: Added resource location '../../Media/materials/textures' of type 'FileSystem' to resource group 'General' 
    58 16:16:49: Added resource location '../../Media/models' of type 'FileSystem' to resource group 'General' 
    59 16:16:49: Added resource location '../../Media/overlays' of type 'FileSystem' to resource group 'General' 
    60 16:16:49: Added resource location '../../Media/particle' of type 'FileSystem' to resource group 'General' 
    61 16:16:49: Added resource location '../../Media/gui' of type 'FileSystem' to resource group 'General' 
    62 16:16:49: Added resource location '../../Media/packs/cubemapsJS.zip' of type 'Zip' to resource group 'General' 
    63 16:16:49: Added resource location '../../Media/packs/smokealphaclip.zip' of type 'Zip' to resource group 'General' 
    64 16:16:49: D3D9 : RenderSystem Option: Allow NVPerfHUD = No 
    65 16:16:49: D3D9 : RenderSystem Option: Anti aliasing = Level 4 
    66 16:16:49: D3D9 : RenderSystem Option: Floating-point mode = Fastest 
    67 16:16:49: D3D9 : RenderSystem Option: Full Screen = No 
    68 16:16:49: D3D9 : RenderSystem Option: Rendering Device = NVIDIA GeForce 7950 GX2 
    69 16:16:49: D3D9 : RenderSystem Option: VSync = No 
    70 16:16:49: D3D9 : RenderSystem Option: Video Mode = 800 x 600 @ 32-bit colour 
    71 16:16:50: D3D9 : Subsystem Initialising 
    72 16:16:50: D3D9RenderSystem::createRenderWindow "OGRE Render Window", 800x600 windowed  miscParams: FSAA=4 FSAAQuality=0 colourDepth=32 useNVPerfHUD=false vsync=false  
    73 16:16:50: D3D9 : Created D3D9 Rendering Window 'OGRE Render Window' : 800x600, 32bpp 
    74 16:16:50: D3D9 : WARNING - disabling VSync in windowed mode can cause timing issues at lower frame rates, turn VSync on if you observe this problem. 
    75 16:16:50: Registering ResourceManager for type Texture 
    76 16:16:50: Registering ResourceManager for type GpuProgram 
    77 16:16:50: RenderSystem capabilities 
    78 16:16:50: ------------------------- 
    79 16:16:50:  * Hardware generation of mipmaps: yes 
    80 16:16:50:  * Texture blending: yes 
    81 16:16:50:  * Anisotropic texture filtering: yes 
    82 16:16:50:  * Dot product texture operation: yes 
    83 16:16:50:  * Cube mapping: yes 
    84 16:16:50:  * Hardware stencil buffer: yes 
    85 16:16:50:    - Stencil depth: 8 
    86 16:16:50:    - Two sided stencil support: yes 
    87 16:16:50:    - Wrap stencil values: yes 
    88 16:16:50:  * Hardware vertex / index buffers: yes 
    89 16:16:50:  * Vertex programs: yes 
    90 16:16:50:    - Max vertex program version: vs_3_0 
    91 16:16:50:  * Fragment programs: yes 
    92 16:16:50:    - Max fragment program version: ps_3_0 
    93 16:16:50:  * Texture Compression: yes 
    94 16:16:50:    - DXT: yes 
    95 16:16:50:    - VTC: no 
    96 16:16:50:  * Scissor Rectangle: yes 
    97 16:16:50:  * Hardware Occlusion Query: yes 
    98 16:16:50:  * User clip planes: yes 
    99 16:16:50:  * VET_UBYTE4 vertex element type: yes 
    100 16:16:50:  * Infinite far plane projection: yes 
    101 16:16:50:  * Hardware render-to-texture: yes 
    102 16:16:50:  * Floating point textures: yes 
    103 16:16:50:  * Non-power-of-two textures: yes 
    104 16:16:50:  * Volume textures: yes 
    105 16:16:50:  * Multiple Render Targets: 4 
    106 16:16:50:  * Max Point Size: 8192 
    107 16:16:50: *************************************** 
    108 16:16:50: *** D3D9 : Subsystem Initialised OK *** 
    109 16:16:50: *************************************** 
    110 16:16:50: ResourceBackgroundQueue - threading disabled 
    111 16:16:50: Particle Renderer Type 'billboard' registered 
    112 16:16:50: Particle Renderer Type 'sprite' registered 
    113 16:16:50: TerrainSceneManager: Registered a new PageSource for type Heightmap 
    114 16:16:50: 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 
    115 16:16:50: Viewport for camera 'PlayerCam', actual dimensions L: 0 T: 0 W: 800 H: 600 
    116 16:16:50: Parsing scripts for resource group Autodetect 
    117 16:16:50: Finished parsing scripts for resource group Autodetect 
    118 16:16:50: Parsing scripts for resource group Bootstrap 
    119 16:16:50: Parsing script OgreCore.material 
    120 16:16:50: Parsing script OgreProfiler.material 
    121 16:16:50: Parsing script Ogre.fontdef 
    122 16:16:50: Parsing script OgreDebugPanel.overlay 
    123 16:16:50: Texture: New_Ogre_Border_Center.png: Loading 1 faces(PF_A8B8G8R8,256x128x1) with  hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x128x1. 
    124 16:16:50: Texture: New_Ogre_Border.png: Loading 1 faces(PF_A8B8G8R8,256x256x1) with  hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x256x1. 
    125 16:16:50: Texture: New_Ogre_Border_Break.png: Loading 1 faces(PF_A8B8G8R8,32x32x1) with  hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,32x32x1. 
    126 16:16:50: Font TrebuchetMSBoldusing texture size 512x512 
    127 16:16:50: Info: Freetype returned null for character 160 in font TrebuchetMSBold 
    128 16:16:50: Texture: TrebuchetMSBoldTexture: Loading 1 faces(PF_BYTE_LA,512x512x1) with 0 generated mipmaps from Image. Internal format is PF_BYTE_LA,512x512x1. 
    129 16:16:50: Texture: ogretext.png: Loading 1 faces(PF_A8B8G8R8,256x128x1) with  hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x128x1. 
    130 16:16:50: Parsing script OgreLoadingPanel.overlay 
    131 16:16:50: Finished parsing scripts for resource group Bootstrap 
    132 16:16:50: Parsing scripts for resource group General 
    133 16:16:50: Parsing script GameTools.program 
    134 16:16:50: Parsing script atlascube.material 
    135 16:16:50: Parsing script colorcube.material 
    136 16:16:50: Parsing script difflab.material 
    137 16:16:51: An exception has been thrown! 
     113:03:28: Creating resource group General 
     213:03:28: Creating resource group Internal 
     313:03:28: Creating resource group Autodetect 
     413:03:28: Registering ResourceManager for type Material 
     513:03:28: Registering ResourceManager for type Mesh 
     613:03:28: Registering ResourceManager for type Skeleton 
     713:03:28: MovableObjectFactory for type 'ParticleSystem' registered. 
     813:03:28: Loading library OgrePlatform.dll 
     913:03:28: OverlayElementFactory for type Panel registered. 
     1013:03:28: OverlayElementFactory for type BorderPanel registered. 
     1113:03:28: OverlayElementFactory for type TextArea registered. 
     1213:03:28: Registering ResourceManager for type Font 
     1313:03:28: ArchiveFactory for archive type FileSystem registered. 
     1413:03:28: ArchiveFactory for archive type Zip registered. 
     1513:03:28: DevIL version: Developer's Image Library (DevIL) 1.6.7 Oct 28 2005 
     1613:03:28: 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  
     1713:03:28: Registering ResourceManager for type HighLevelGpuProgram 
     1813:03:28: Registering ResourceManager for type Compositor 
     1913:03:28: MovableObjectFactory for type 'Entity' registered. 
     2013:03:28: MovableObjectFactory for type 'Light' registered. 
     2113:03:28: MovableObjectFactory for type 'BillboardSet' registered. 
     2213:03:28: MovableObjectFactory for type 'ManualObject' registered. 
     2313:03:28: MovableObjectFactory for type 'BillboardChain' registered. 
     2413:03:28: MovableObjectFactory for type 'RibbonTrail' registered. 
     2513:03:28: Loading library .\RenderSystem_Direct3D9 
     2613:03:28: D3D9 : Direct3D9 Rendering Subsystem created. 
     2713:03:28: D3D9: Driver Detection Starts 
     2813:03:28: D3D9: Driver Detection Ends 
     2913:03:28: Loading library .\Plugin_ParticleFX 
     3013:03:28: Particle Emitter Type 'Point' registered 
     3113:03:28: Particle Emitter Type 'Box' registered 
     3213:03:28: Particle Emitter Type 'Ellipsoid' registered 
     3313:03:28: Particle Emitter Type 'Cylinder' registered 
     3413:03:28: Particle Emitter Type 'Ring' registered 
     3513:03:28: Particle Emitter Type 'HollowEllipsoid' registered 
     3613:03:28: Particle Affector Type 'LinearForce' registered 
     3713:03:28: Particle Affector Type 'ColourFader' registered 
     3813:03:28: Particle Affector Type 'ColourFader2' registered 
     3913:03:28: Particle Affector Type 'ColourImage' registered 
     4013:03:28: Particle Affector Type 'ColourInterpolator' registered 
     4113:03:28: Particle Affector Type 'Scaler' registered 
     4213:03:28: Particle Affector Type 'Rotator' registered 
     4313:03:28: Particle Affector Type 'DirectionRandomiser' registered 
     4413:03:28: Particle Affector Type 'DeflectorPlane' registered 
     4513:03:28: Loading library .\Plugin_BSPSceneManager 
     4613:03:28: Registering ResourceManager for type BspLevel 
     4713:03:28: Loading library .\Plugin_OctreeSceneManager 
     4813:03:28: Loading library .\Plugin_CgProgramManager 
     4913:03:28: *-*-* OGRE Initialising 
     5013:03:28: *-*-* Version 1.2.0 (Dagon) 
     5113:03:28: Creating resource group Bootstrap 
     5213:03:28: Added resource location '../../Media/packs/OgreCore.zip' of type 'Zip' to resource group 'Bootstrap' 
     5313:03:28: Added resource location '../../Media' of type 'FileSystem' to resource group 'General' 
     5413:03:28: Added resource location '../../Media/fonts' of type 'FileSystem' to resource group 'General' 
     5513:03:28: Added resource location '../../Media/materials/programs' of type 'FileSystem' to resource group 'General' 
     5613:03:28: Added resource location '../../Media/materials/scripts' of type 'FileSystem' to resource group 'General' 
     5713:03:28: Added resource location '../../Media/materials/textures' of type 'FileSystem' to resource group 'General' 
     5813:03:28: Added resource location '../../Media/models' of type 'FileSystem' to resource group 'General' 
     5913:03:28: Added resource location '../../Media/overlays' of type 'FileSystem' to resource group 'General' 
     6013:03:28: Added resource location '../../Media/particle' of type 'FileSystem' to resource group 'General' 
     6113:03:28: Added resource location '../../Media/gui' of type 'FileSystem' to resource group 'General' 
     6213:03:28: Added resource location '../../Media/packs/cubemapsJS.zip' of type 'Zip' to resource group 'General' 
     6313:03:28: Added resource location '../../Media/packs/smokealphaclip.zip' of type 'Zip' to resource group 'General' 
     6413:03:28: D3D9 : RenderSystem Option: Allow NVPerfHUD = No 
     6513:03:28: D3D9 : RenderSystem Option: Anti aliasing = Level 4 
     6613:03:28: D3D9 : RenderSystem Option: Floating-point mode = Fastest 
     6713:03:28: D3D9 : RenderSystem Option: Full Screen = No 
     6813:03:28: D3D9 : RenderSystem Option: Rendering Device = NVIDIA GeForce 7950 GX2 
     6913:03:28: D3D9 : RenderSystem Option: VSync = No 
     7013:03:28: D3D9 : RenderSystem Option: Video Mode = 800 x 600 @ 32-bit colour 
     7113:03:29: D3D9 : Subsystem Initialising 
     7213:03:29: D3D9RenderSystem::createRenderWindow "OGRE Render Window", 800x600 windowed  miscParams: FSAA=4 FSAAQuality=0 colourDepth=32 useNVPerfHUD=false vsync=false  
     7313:03:29: D3D9 : Created D3D9 Rendering Window 'OGRE Render Window' : 800x600, 32bpp 
     7413:03:29: D3D9 : WARNING - disabling VSync in windowed mode can cause timing issues at lower frame rates, turn VSync on if you observe this problem. 
     7513:03:29: Registering ResourceManager for type Texture 
     7613:03:29: Registering ResourceManager for type GpuProgram 
     7713:03:29: RenderSystem capabilities 
     7813:03:29: ------------------------- 
     7913:03:29:  * Hardware generation of mipmaps: yes 
     8013:03:29:  * Texture blending: yes 
     8113:03:29:  * Anisotropic texture filtering: yes 
     8213:03:29:  * Dot product texture operation: yes 
     8313:03:29:  * Cube mapping: yes 
     8413:03:29:  * Hardware stencil buffer: yes 
     8513:03:29:    - Stencil depth: 8 
     8613:03:29:    - Two sided stencil support: yes 
     8713:03:29:    - Wrap stencil values: yes 
     8813:03:29:  * Hardware vertex / index buffers: yes 
     8913:03:29:  * Vertex programs: yes 
     9013:03:29:    - Max vertex program version: vs_3_0 
     9113:03:29:  * Fragment programs: yes 
     9213:03:29:    - Max fragment program version: ps_3_0 
     9313:03:29:  * Texture Compression: yes 
     9413:03:29:    - DXT: yes 
     9513:03:29:    - VTC: no 
     9613:03:29:  * Scissor Rectangle: yes 
     9713:03:29:  * Hardware Occlusion Query: yes 
     9813:03:29:  * User clip planes: yes 
     9913:03:29:  * VET_UBYTE4 vertex element type: yes 
     10013:03:29:  * Infinite far plane projection: yes 
     10113:03:29:  * Hardware render-to-texture: yes 
     10213:03:29:  * Floating point textures: yes 
     10313:03:29:  * Non-power-of-two textures: yes 
     10413:03:29:  * Volume textures: yes 
     10513:03:29:  * Multiple Render Targets: 4 
     10613:03:29:  * Max Point Size: 8192 
     10713:03:29: *************************************** 
     10813:03:29: *** D3D9 : Subsystem Initialised OK *** 
     10913:03:29: *************************************** 
     11013:03:29: ResourceBackgroundQueue - threading disabled 
     11113:03:29: Particle Renderer Type 'billboard' registered 
     11213:03:29: Particle Renderer Type 'sprite' registered 
     11313:03:29: 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 
     11413:03:29: Viewport for camera 'PlayerCam', actual dimensions L: 0 T: 0 W: 800 H: 600 
     11513:03:29: Parsing scripts for resource group Autodetect 
     11613:03:29: Finished parsing scripts for resource group Autodetect 
     11713:03:29: Parsing scripts for resource group Bootstrap 
     11813:03:29: Parsing script OgreCore.material 
     11913:03:29: Parsing script OgreProfiler.material 
     12013:03:29: Parsing script Ogre.fontdef 
     12113:03:29: Parsing script OgreDebugPanel.overlay 
     12213:03:29: Texture: New_Ogre_Border_Center.png: Loading 1 faces(PF_A8B8G8R8,256x128x1) with  hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x128x1. 
     12313:03:29: Texture: New_Ogre_Border.png: Loading 1 faces(PF_A8B8G8R8,256x256x1) with  hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x256x1. 
     12413:03:29: Texture: New_Ogre_Border_Break.png: Loading 1 faces(PF_A8B8G8R8,32x32x1) with  hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,32x32x1. 
     12513:03:29: Font TrebuchetMSBoldusing texture size 512x512 
     12613:03:29: Info: Freetype returned null for character 160 in font TrebuchetMSBold 
     12713:03:29: Texture: TrebuchetMSBoldTexture: Loading 1 faces(PF_BYTE_LA,512x512x1) with 0 generated mipmaps from Image. Internal format is PF_BYTE_LA,512x512x1. 
     12813:03:29: Texture: ogretext.png: Loading 1 faces(PF_A8B8G8R8,256x128x1) with  hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x128x1. 
     12913:03:29: Parsing script OgreLoadingPanel.overlay 
     13013:03:29: Finished parsing scripts for resource group Bootstrap 
     13113:03:29: Parsing scripts for resource group General 
     13213:03:29: Parsing script GameTools.program 
     13313:03:29: Parsing script atlascube.material 
     13413:03:29: Parsing script colorcube.material 
     13513:03:29: Parsing script difflab.material 
     13613:03:30: An exception has been thrown! 
    138137 
    139138----------------------------------- 
     
    146145Line: 779 
    147146Stack unwinding: <<beginning of stack>> 
    148 16:16:51: Error in material Difflab/TexturedPhong at line 33 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     14713:03:30: Error in material Difflab/TexturedPhong at line 33 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    149148 
    150149----------------------------------- 
     
    157156Line: 779 
    158157Stack unwinding: <<beginning of stack>> 
    159 16:16:51: An exception has been thrown! 
     15813:03:30: An exception has been thrown! 
    160159 
    161160----------------------------------- 
     
    168167Line: 779 
    169168Stack unwinding: <<beginning of stack>> 
    170 16:16:51: Error in material Difflab/TexturedPhong at line 38 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     16913:03:30: Error in material Difflab/TexturedPhong at line 38 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    171170 
    172171----------------------------------- 
     
    179178Line: 779 
    180179Stack unwinding: <<beginning of stack>> 
    181 16:16:51: An exception has been thrown! 
     18013:03:30: An exception has been thrown! 
    182181 
    183182----------------------------------- 
     
    190189Line: 779 
    191190Stack unwinding: <<beginning of stack>> 
    192 16:16:51: Error in material Difflab/TexturedPhong at line 39 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     19113:03:30: Error in material Difflab/TexturedPhong at line 39 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    193192 
    194193----------------------------------- 
     
    201200Line: 779 
    202201Stack unwinding: <<beginning of stack>> 
    203 16:16:51: An exception has been thrown! 
     20213:03:30: An exception has been thrown! 
    204203 
    205204----------------------------------- 
     
    212211Line: 779 
    213212Stack unwinding: <<beginning of stack>> 
    214 16:16:51: Error in material Difflab/TexturedPhong at line 40 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     21313:03:30: Error in material Difflab/TexturedPhong at line 40 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    215214 
    216215----------------------------------- 
     
    223222Line: 779 
    224223Stack unwinding: <<beginning of stack>> 
    225 16:16:51: An exception has been thrown! 
     22413:03:30: An exception has been thrown! 
    226225 
    227226----------------------------------- 
     
    234233Line: 779 
    235234Stack unwinding: <<beginning of stack>> 
    236 16:16:51: Error in material Difflab/TexturedPhong at line 41 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     23513:03:30: Error in material Difflab/TexturedPhong at line 41 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    237236 
    238237----------------------------------- 
     
    245244Line: 779 
    246245Stack unwinding: <<beginning of stack>> 
    247 16:16:51: An exception has been thrown! 
     24613:03:30: An exception has been thrown! 
    248247 
    249248----------------------------------- 
     
    256255Line: 779 
    257256Stack unwinding: <<beginning of stack>> 
    258 16:16:51: Error in material Difflab/TexturedPhong at line 42 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     25713:03:30: Error in material Difflab/TexturedPhong at line 42 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    259258 
    260259----------------------------------- 
     
    267266Line: 779 
    268267Stack unwinding: <<beginning of stack>> 
    269 16:16:51: An exception has been thrown! 
     26813:03:30: An exception has been thrown! 
    270269 
    271270----------------------------------- 
     
    278277Line: 779 
    279278Stack unwinding: <<beginning of stack>> 
    280 16:16:51: Error in material Difflab/TexturedPhong at line 47 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     27913:03:30: Error in material Difflab/TexturedPhong at line 47 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    281280 
    282281----------------------------------- 
     
    289288Line: 779 
    290289Stack unwinding: <<beginning of stack>> 
    291 16:16:51: An exception has been thrown! 
     29013:03:30: An exception has been thrown! 
    292291 
    293292----------------------------------- 
     
    300299Line: 779 
    301300Stack unwinding: <<beginning of stack>> 
    302 16:16:51: Error in material Difflab/TexturedPhong at line 48 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     30113:03:30: Error in material Difflab/TexturedPhong at line 48 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    303302 
    304303----------------------------------- 
     
    311310Line: 779 
    312311Stack unwinding: <<beginning of stack>> 
    313 16:16:51: An exception has been thrown! 
     31213:03:30: An exception has been thrown! 
    314313 
    315314----------------------------------- 
     
    322321Line: 779 
    323322Stack unwinding: <<beginning of stack>> 
    324 16:16:51: Error in material Difflab/TexturedPhong at line 49 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     32313:03:30: Error in material Difflab/TexturedPhong at line 49 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    325324 
    326325----------------------------------- 
     
    333332Line: 779 
    334333Stack unwinding: <<beginning of stack>> 
    335 16:16:51: An exception has been thrown! 
     33413:03:30: An exception has been thrown! 
    336335 
    337336----------------------------------- 
     
    344343Line: 779 
    345344Stack unwinding: <<beginning of stack>> 
    346 16:16:51: Error in material Difflab/TexturedPhong at line 50 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     34513:03:30: Error in material Difflab/TexturedPhong at line 50 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    347346 
    348347----------------------------------- 
     
    355354Line: 779 
    356355Stack unwinding: <<beginning of stack>> 
    357 16:16:51: An exception has been thrown! 
     35613:03:30: An exception has been thrown! 
    358357 
    359358----------------------------------- 
     
    366365Line: 779 
    367366Stack unwinding: <<beginning of stack>> 
    368 16:16:51: Error in material Difflab/TexturedPhong at line 51 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     36713:03:30: Error in material Difflab/TexturedPhong at line 51 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    369368 
    370369----------------------------------- 
     
    377376Line: 779 
    378377Stack unwinding: <<beginning of stack>> 
    379 16:16:51: An exception has been thrown! 
     37813:03:30: An exception has been thrown! 
    380379 
    381380----------------------------------- 
     
    388387Line: 779 
    389388Stack unwinding: <<beginning of stack>> 
    390 16:16:51: Error in material Difflab/TexturedPhong at line 56 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     38913:03:30: Error in material Difflab/TexturedPhong at line 56 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    391390 
    392391----------------------------------- 
     
    399398Line: 779 
    400399Stack unwinding: <<beginning of stack>> 
    401 16:16:51: An exception has been thrown! 
     40013:03:30: An exception has been thrown! 
    402401 
    403402----------------------------------- 
     
    410409Line: 779 
    411410Stack unwinding: <<beginning of stack>> 
    412 16:16:51: Error in material Difflab/TexturedPhong at line 57 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     41113:03:30: Error in material Difflab/TexturedPhong at line 57 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    413412 
    414413----------------------------------- 
     
    421420Line: 779 
    422421Stack unwinding: <<beginning of stack>> 
    423 16:16:51: An exception has been thrown! 
     42213:03:30: An exception has been thrown! 
    424423 
    425424----------------------------------- 
     
    432431Line: 779 
    433432Stack unwinding: <<beginning of stack>> 
    434 16:16:51: Error in material Difflab/TexturedPhong at line 58 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     43313:03:30: Error in material Difflab/TexturedPhong at line 58 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    435434 
    436435----------------------------------- 
     
    443442Line: 779 
    444443Stack unwinding: <<beginning of stack>> 
    445 16:16:51: An exception has been thrown! 
     44413:03:30: An exception has been thrown! 
    446445 
    447446----------------------------------- 
     
    454453Line: 779 
    455454Stack unwinding: <<beginning of stack>> 
    456 16:16:51: Error in material Difflab/TexturedPhong at line 59 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     45513:03:30: Error in material Difflab/TexturedPhong at line 59 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    457456 
    458457----------------------------------- 
     
    465464Line: 779 
    466465Stack unwinding: <<beginning of stack>> 
    467 16:16:51: An exception has been thrown! 
     46613:03:30: An exception has been thrown! 
    468467 
    469468----------------------------------- 
     
    476475Line: 779 
    477476Stack unwinding: <<beginning of stack>> 
    478 16:16:51: Error in material Difflab/TexturedPhong at line 60 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     47713:03:30: Error in material Difflab/TexturedPhong at line 60 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    479478 
    480479----------------------------------- 
     
    487486Line: 779 
    488487Stack unwinding: <<beginning of stack>> 
    489 16:16:51: An exception has been thrown! 
     48813:03:30: An exception has been thrown! 
    490489 
    491490----------------------------------- 
     
    498497Line: 779 
    499498Stack unwinding: <<beginning of stack>> 
    500 16:16:51: Error in material Difflab/TexturedPhong at line 65 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     49913:03:30: Error in material Difflab/TexturedPhong at line 65 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    501500 
    502501----------------------------------- 
     
    509508Line: 779 
    510509Stack unwinding: <<beginning of stack>> 
    511 16:16:51: An exception has been thrown! 
     51013:03:30: An exception has been thrown! 
    512511 
    513512----------------------------------- 
     
    520519Line: 779 
    521520Stack unwinding: <<beginning of stack>> 
    522 16:16:51: Error in material Difflab/TexturedPhong at line 66 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     52113:03:30: Error in material Difflab/TexturedPhong at line 66 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    523522 
    524523----------------------------------- 
     
    531530Line: 779 
    532531Stack unwinding: <<beginning of stack>> 
    533 16:16:51: An exception has been thrown! 
     53213:03:30: An exception has been thrown! 
    534533 
    535534----------------------------------- 
     
    542541Line: 779 
    543542Stack unwinding: <<beginning of stack>> 
    544 16:16:51: Error in material Difflab/TexturedPhong at line 67 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     54313:03:30: Error in material Difflab/TexturedPhong at line 67 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    545544 
    546545----------------------------------- 
     
    553552Line: 779 
    554553Stack unwinding: <<beginning of stack>> 
    555 16:16:51: An exception has been thrown! 
     55413:03:30: An exception has been thrown! 
    556555 
    557556----------------------------------- 
     
    564563Line: 779 
    565564Stack unwinding: <<beginning of stack>> 
    566 16:16:51: Error in material Difflab/TexturedPhong at line 68 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     56513:03:30: Error in material Difflab/TexturedPhong at line 68 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    567566 
    568567----------------------------------- 
     
    575574Line: 779 
    576575Stack unwinding: <<beginning of stack>> 
    577 16:16:51: An exception has been thrown! 
     57613:03:30: An exception has been thrown! 
    578577 
    579578----------------------------------- 
     
    586585Line: 779 
    587586Stack unwinding: <<beginning of stack>> 
    588 16:16:51: Error in material Difflab/TexturedPhong at line 69 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
     58713:03:30: Error in material Difflab/TexturedPhong at line 69 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 
    589588 
    590589----------------------------------- 
     
    597596Line: 779 
    598597Stack unwinding: <<beginning of stack>> 
    599 16:16:51: Parsing script diffscene.material 
    600 16:16:51: An exception has been thrown! 
     59813:03:30: Parsing script diffscene.material 
     59913:03:30: An exception has been thrown! 
    601600 
    602601----------------------------------- 
     
    609608Line: 779 
    610609Stack unwinding: <<beginning of stack>> 
    611 16:16:51: Error in material GameTools/Phong at line 36 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 
     61013:03:30: Error in material GameTools/Phong at line 36 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 
    612611 
    613612----------------------------------- 
     
    620619Line: 779 
    621620Stack unwinding: <<beginning of stack>> 
    622 16:16:51: An exception has been thrown! 
     62113:03:30: An exception has been thrown! 
    623622 
    624623----------------------------------- 
     
    631630Line: 779 
    632631Stack unwinding: <<beginning of stack>> 
    633 16:16:51: Error in material GameTools/Phong at line 37 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 
     63213:03:30: Error in material GameTools/Phong at line 37 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 
    634633 
    635634----------------------------------- 
     
    642641Line: 779 
    643642Stack unwinding: <<beginning of stack>> 
    644 16:16:51: An exception has been thrown! 
     64313:03:30: An exception has been thrown! 
    645644 
    646645----------------------------------- 
     
    653652Line: 779 
    654653Stack unwinding: <<beginning of stack>> 
    655 16:16:51: Error in material GameTools/Phong at line 38 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 
     65413:03:30: Error in material GameTools/Phong at line 38 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 
    656655 
    657656----------------------------------- 
     
    664663Line: 779 
    665664Stack unwinding: <<beginning of stack>> 
    666 16:16:51: An exception has been thrown! 
     66513:03:30: An exception has been thrown! 
    667666 
    668667----------------------------------- 
     
    675674Line: 779 
    676675Stack unwinding: <<beginning of stack>> 
    677 16:16:51: Error in material GameTools/Phong at line 39 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 
     67613:03:30: Error in material GameTools/Phong at line 39 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 
    678677 
    679678----------------------------------- 
     
    686685Line: 779 
    687686Stack unwinding: <<beginning of stack>> 
    688 16:16:51: An exception has been thrown! 
     68713:03:30: An exception has been thrown! 
    689688 
    690689----------------------------------- 
     
    697696Line: 779 
    698697Stack unwinding: <<beginning of stack>> 
    699 16:16:51: Error in material GameTools/Phong at line 45 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 
     69813:03:30: Error in material GameTools/Phong at line 45 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 
    700699 
    701700----------------------------------- 
     
    708707Line: 779 
    709708Stack unwinding: <<beginning of stack>> 
    710 16:16:51: An exception has been thrown! 
     70913:03:30: An exception has been thrown! 
    711710 
    712711----------------------------------- 
     
    719718Line: 779 
    720719Stack unwinding: <<beginning of stack>> 
    721 16:16:51: Error in material GameTools/Phong at line 46 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 
     72013:03:30: Error in material GameTools/Phong at line 46 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 
    722721 
    723722----------------------------------- 
     
    730729Line: 779 
    731730Stack unwinding: <<beginning of stack>> 
    732 16:16:51: An exception has been thrown! 
     73113:03:30: An exception has been thrown! 
    733732 
    734733----------------------------------- 
     
    741740Line: 779 
    742741Stack unwinding: <<beginning of stack>> 
    743 16:16:51: Error in material GameTools/Phong at line 47 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 
     74213:03:30: Error in material GameTools/Phong at line 47 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 
    744743 
    745744----------------------------------- 
     
    752751Line: 779 
    753752Stack unwinding: <<beginning of stack>> 
    754 16:16:51: An exception has been thrown! 
     75313:03:30: An exception has been thrown! 
    755754 
    756755----------------------------------- 
     
    763762Line: 779 
    764763Stack unwinding: <<beginning of stack>> 
    765 16:16:51: Error in material GameTools/Phong at line 48 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 
     76413:03:30: Error in material GameTools/Phong at line 48 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 
    766765 
    767766----------------------------------- 
     
    774773Line: 779 
    775774Stack unwinding: <<beginning of stack>> 
    776 16:16:51: Error in material asztallap at line 73 of diffscene.material: Invalid param_named attribute - unrecognised parameter type 0.560857 
    777 16:16:51: Error in material asztallap at line 74 of diffscene.material: Invalid param_named attribute - unrecognised parameter type 0.560857 
    778 16:16:51: Parsing script Diffuse.material 
    779 16:16:51: An exception has been thrown! 
     77513:03:30: Error in material asztallap at line 73 of diffscene.material: Invalid param_named attribute - unrecognised parameter type 0.560857 
     77613:03:30: Error in material asztallap at line 74 of diffscene.material: Invalid param_named attribute - unrecognised parameter type 0.560857 
     77713:03:30: Parsing script Diffuse.material 
     77813:03:30: An exception has been thrown! 
    780779 
    781780----------------------------------- 
     
    788787Line: 779 
    789788Stack unwinding: <<beginning of stack>> 
    790 16:16:51: Error in material GameTools/CubeMap/Reduce at line 20 of Diffuse.material: Invalid param_named attribute - An exception has been thrown! 
     78913:03:30: Error in material GameTools/CubeMap/Reduce at line 20 of Diffuse.material: Invalid param_named attribute - An exception has been thrown! 
    791790 
    792791----------------------------------- 
     
    799798Line: 779 
    800799Stack unwinding: <<beginning of stack>> 
    801 16:16:52: An exception has been thrown! 
     80013:03:31: An exception has been thrown! 
    802801 
    803802----------------------------------- 
     
    810809Line: 779 
    811810Stack unwinding: <<beginning of stack>> 
    812 16:16:52: Error in material GameTools/Diffuse at line 74 of Diffuse.material: Invalid param_named attribute - An exception has been thrown! 
     81113:03:31: Error in material GameTools/Diffuse at line 74 of Diffuse.material: Invalid param_named attribute - An exception has been thrown! 
    813812 
    814813----------------------------------- 
     
    821820Line: 779 
    822821Stack unwinding: <<beginning of stack>> 
    823 16:16:55: An exception has been thrown! 
     82213:03:34: An exception has been thrown! 
    824823 
    825824----------------------------------- 
     
    832831Line: 779 
    833832Stack unwinding: <<beginning of stack>> 
    834 16:16:55: Error in material GameTools/DiffuseBump at line 226 of Diffuse.material: Invalid param_named_auto attribute - An exception has been thrown! 
     83313:03:34: Error in material GameTools/DiffuseBump at line 226 of Diffuse.material: Invalid param_named_auto attribute - An exception has been thrown! 
    835834 
    836835----------------------------------- 
     
    843842Line: 779 
    844843Stack unwinding: <<beginning of stack>> 
    845 16:16:55: An exception has been thrown! 
     84413:03:34: An exception has been thrown! 
    846845 
    847846----------------------------------- 
     
    854853Line: 779 
    855854Stack unwinding: <<beginning of stack>> 
    856 16:16:55: Error in material GameTools/DiffuseBump at line 227 of Diffuse.material: Invalid param_named attribute - An exception has been thrown! 
     85513:03:34: Error in material GameTools/DiffuseBump at line 227 of Diffuse.material: Invalid param_named attribute - An exception has been thrown! 
    857856 
    858857----------------------------------- 
     
    865864Line: 779 
    866865Stack unwinding: <<beginning of stack>> 
    867 16:16:55: Parsing script EnvMetals.material 
    868 16:16:55: An exception has been thrown! 
     86613:03:35: Parsing script EnvMetals.material 
     86713:03:35: An exception has been thrown! 
    869868 
    870869----------------------------------- 
     
    877876Line: 779 
    878877Stack unwinding: <<beginning of stack>> 
    879 16:16:55: Error in material EnvMetals/Copper at line 37 of EnvMetals.material: Invalid param_named_auto attribute - An exception has been thrown! 
     87813:03:35: Error in material EnvMetals/Copper at line 37 of EnvMetals.material: Invalid param_named_auto attribute - An exception has been thrown! 
    880879 
    881880----------------------------------- 
     
    888887Line: 779 
    889888Stack unwinding: <<beginning of stack>> 
    890 16:16:55: An exception has been thrown! 
     88913:03:35: An exception has been thrown! 
    891890 
    892891----------------------------------- 
     
    899898Line: 779 
    900899Stack unwinding: <<beginning of stack>> 
    901 16:16:55: Error in material EnvMetals/Gold at line 97 of EnvMetals.material: Invalid param_named_auto attribute - An exception has been thrown! 
     90013:03:35: Error in material EnvMetals/Gold at line 97 of EnvMetals.material: Invalid param_named_auto attribute - An exception has been thrown! 
    902901 
    903902----------------------------------- 
     
    910909Line: 779 
    911910Stack unwinding: <<beginning of stack>> 
    912 16:16:55: An exception has been thrown! 
     91113:03:35: An exception has been thrown! 
    913912 
    914913----------------------------------- 
     
    921920Line: 779 
    922921Stack unwinding: <<beginning of stack>> 
    923 16:16:55: Error in material EnvMetals/Silver at line 159 of EnvMetals.material: Invalid param_named_auto attribute - An exception has been thrown! 
     92213:03:35: Error in material EnvMetals/Silver at line 159 of EnvMetals.material: Invalid param_named_auto attribute - An exception has been thrown! 
    924923 
    925924----------------------------------- 
     
    932931Line: 779 
    933932Stack unwinding: <<beginning of stack>> 
    934 16:16:55: An exception has been thrown! 
     93313:03:35: An exception has been thrown! 
    935934 
    936935----------------------------------- 
     
    943942Line: 779 
    944943Stack unwinding: <<beginning of stack>> 
    945 16:16:55: Error in material EnvMetals/Alu at line 222 of EnvMetals.material: Invalid param_named_auto attribute - An exception has been thrown! 
     94413:03:35: Error in material EnvMetals/Alu at line 222 of EnvMetals.material: Invalid param_named_auto attribute - An exception has been thrown! 
    946945 
    947946----------------------------------- 
     
    954953Line: 779 
    955954Stack unwinding: <<beginning of stack>> 
    956 16:16:55: Parsing script GameTools.material 
    957 16:16:55: Error in material TestPlane at line 120 of GameTools.material: Bad specular attribute, wrong number of parameters (expected 2, 4 or 5) 
    958 16:16:55: Error in material GameTools/SceneCameraDepthShader at line 190 of GameTools.material: Unrecognised command: scene_blend 
    959 16:16:55: An exception has been thrown! 
     95513:03:35: Parsing script GameTools.material 
     95613:03:35: Error in material TestPlane at line 120 of GameTools.material: Bad specular attribute, wrong number of parameters (expected 2, 4 or 5) 
     95713:03:35: Error in material GameTools/SceneCameraDepthShader at line 190 of GameTools.material: Unrecognised command: scene_blend 
     95813:03:35: An exception has been thrown! 
    960959 
    961960----------------------------------- 
     
    968967Line: 779 
    969968Stack unwinding: <<beginning of stack>> 
    970 16:16:55: Error in material GameTools/SceneCameraDepthShader at line 198 of GameTools.material: Invalid param_named_auto attribute - An exception has been thrown! 
     96913:03:35: Error in material GameTools/SceneCameraDepthShader at line 198 of GameTools.material: Invalid param_named_auto attribute - An exception has been thrown! 
    971970 
    972971----------------------------------- 
     
    979978Line: 779 
    980979Stack unwinding: <<beginning of stack>> 
    981 16:16:55: Error in material GameTools/FocusingShader at line 214 of GameTools.material: Unrecognised command: scene_blend 
    982 16:16:55: Error in material GameTools/FocusingShader at line 222 of GameTools.material: Invalid param_named attribute - expected at least 3 parameters. 
    983 16:16:55: Error in material GameTools/ShadowMapDepth at line 238 of GameTools.material: Unrecognised command: scene_blend 
    984 16:16:55: Error in material GameTools/ShadowMapDistance at line 263 of GameTools.material: Unrecognised command: scene_blend 
    985 16:16:55: Parsing script GameTools_HPS.material 
    986 16:16:55: An exception has been thrown! 
     98013:03:35: Error in material GameTools/FocusingShader at line 214 of GameTools.material: Unrecognised command: scene_blend 
     98113:03:35: Error in material GameTools/FocusingShader at line 222 of GameTools.material: Invalid param_named attribute - expected at least 3 parameters. 
     98213:03:35: Error in material GameTools/ShadowMapDepth at line 238 of GameTools.material: Unrecognised command: scene_blend 
     98313:03:35: Error in material GameTools/ShadowMapDistance at line 263 of GameTools.material: Unrecognised command: scene_blend 
     98413:03:35: Parsing script GameTools_HPS.material 
     98513:03:35: An exception has been thrown! 
    987986 
    988987----------------------------------- 
     
    995994Line: 779 
    996995Stack unwinding: <<beginning of stack>> 
    997 16:16:55: Error in material HPS_SMOKE_S at line 25 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 
     99613:03:35: Error in material HPS_SMOKE_S at line 25 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 
    998997 
    999998----------------------------------- 
     
    10061005Line: 779 
    10071006Stack unwinding: <<beginning of stack>> 
    1008 16:16:55: An exception has been thrown! 
     100713:03:35: An exception has been thrown! 
    10091008 
    10101009----------------------------------- 
     
    10171016Line: 779 
    10181017Stack unwinding: <<beginning of stack>> 
    1019 16:16:55: Error in material HPS_SMOKE_L at line 84 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 
     101813:03:35: Error in material HPS_SMOKE_L at line 84 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 
    10201019 
    10211020----------------------------------- 
     
    10281027Line: 779 
    10291028Stack unwinding: <<beginning of stack>> 
    1030 16:16:55: An exception has been thrown! 
     102913:03:35: An exception has been thrown! 
    10311030 
    10321031----------------------------------- 
     
    10391038Line: 779 
    10401039Stack unwinding: <<beginning of stack>> 
    1041 16:16:55: Error in material HPS_SMOKE_L at line 90 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 
     104013:03:35: Error in material HPS_SMOKE_L at line 90 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 
    10421041 
    10431042----------------------------------- 
     
    10501049Line: 779 
    10511050Stack unwinding: <<beginning of stack>> 
    1052 16:16:55: An exception has been thrown! 
     105113:03:35: An exception has been thrown! 
    10531052 
    10541053----------------------------------- 
     
    10611060Line: 779 
    10621061Stack unwinding: <<beginning of stack>> 
    1063 16:16:55: Error in material HPS_SMOKE_L_Depth at line 144 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 
     106213:03:35: Error in material HPS_SMOKE_L_Depth at line 144 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 
    10641063 
    10651064----------------------------------- 
     
    10721071Line: 779 
    10731072Stack unwinding: <<beginning of stack>> 
    1074 16:16:55: An exception has been thrown! 
     107313:03:35: An exception has been thrown! 
    10751074 
    10761075----------------------------------- 
     
    10831082Line: 779 
    10841083Stack unwinding: <<beginning of stack>> 
    1085 16:16:55: Error in material HPS_SMOKE_L_Depth at line 146 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 
     108413:03:35: Error in material HPS_SMOKE_L_Depth at line 146 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 
    10861085 
    10871086----------------------------------- 
     
    10941093Line: 779 
    10951094Stack unwinding: <<beginning of stack>> 
    1096 16:16:55: An exception has been thrown! 
     109513:03:35: An exception has been thrown! 
    10971096 
    10981097----------------------------------- 
     
    11051104Line: 779 
    11061105Stack unwinding: <<beginning of stack>> 
    1107 16:16:55: Error in material HPS_SMOKE_L_Depth at line 148 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 
     110613:03:35: Error in material HPS_SMOKE_L_Depth at line 148 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 
    11081107 
    11091108----------------------------------- 
     
    11161115Line: 779 
    11171116Stack unwinding: <<beginning of stack>> 
    1118 16:16:55: An exception has been thrown! 
     111713:03:35: An exception has been thrown! 
    11191118 
    11201119----------------------------------- 
     
    11271126Line: 779 
    11281127Stack unwinding: <<beginning of stack>> 
    1129 16:16:55: Error in material HPS_SMOKE_L_Depth at line 149 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 
     112813:03:35: Error in material HPS_SMOKE_L_Depth at line 149 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 
    11301129 
    11311130----------------------------------- 
     
    11381137Line: 779 
    11391138Stack unwinding: <<beginning of stack>> 
    1140 16:16:55: An exception has been thrown! 
     113913:03:35: An exception has been thrown! 
    11411140 
    11421141----------------------------------- 
     
    11491148Line: 779 
    11501149Stack unwinding: <<beginning of stack>> 
    1151 16:16:55: Error in material HPS_SMOKE_L_Depth at line 153 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 
     115013:03:35: Error in material HPS_SMOKE_L_Depth at line 153 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 
    11521151 
    11531152----------------------------------- 
     
    11601159Line: 779 
    11611160Stack unwinding: <<beginning of stack>> 
    1162 16:16:55: An exception has been thrown! 
     116113:03:35: An exception has been thrown! 
    11631162 
    11641163----------------------------------- 
     
    11711170Line: 779 
    11721171Stack unwinding: <<beginning of stack>> 
    1173 16:16:55: Error in material HPS_SMOKE_L_Depth_Illum at line 222 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 
     117213:03:35: Error in material HPS_SMOKE_L_Depth_Illum at line 222 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 
    11741173 
    11751174----------------------------------- 
     
    11821181Line: 779 
    11831182Stack unwinding: <<beginning of stack>> 
    1184 16:16:55: An exception has been thrown! 
     118313:03:35: An exception has been thrown! 
    11851184 
    11861185----------------------------------- 
     
    11931192Line: 779 
    11941193Stack unwinding: <<beginning of stack>> 
    1195 16:16:55: Error in material HPS_SMOKE_L_Depth_Illum at line 231 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 
     119413:03:35: Error in material HPS_SMOKE_L_Depth_Illum at line 231 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 
    11961195 
    11971196----------------------------------- 
     
    12041203Line: 779 
    12051204Stack unwinding: <<beginning of stack>> 
    1206 16:16:55: An exception has been thrown! 
     120513:03:35: An exception has been thrown! 
    12071206 
    12081207----------------------------------- 
     
    12151214Line: 779 
    12161215Stack unwinding: <<beginning of stack>> 
    1217 16:16:55: Error in material HPS_SMOKE_L_Depth_Illum at line 232 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 
     121613:03:35: Error in material HPS_SMOKE_L_Depth_Illum at line 232 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 
    12181217 
    12191218----------------------------------- 
     
    12261225Line: 779 
    12271226Stack unwinding: <<beginning of stack>> 
    1228 16:16:55: An exception has been thrown! 
     122713:03:35: An exception has been thrown! 
    12291228 
    12301229----------------------------------- 
     
    12371236Line: 779 
    12381237Stack unwinding: <<beginning of stack>> 
    1239 16:16:55: Error in material Smoke_IllumVolume at line 291 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 
     123813:03:35: Error in material Smoke_IllumVolume at line 291 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 
    12401239 
    12411240----------------------------------- 
     
    12481247Line: 779 
    12491248Stack unwinding: <<beginning of stack>> 
    1250 16:16:55: Parsing script GlassHead.material 
    1251 16:16:55: An exception has been thrown! 
     124913:03:35: Parsing script GlassHead.material 
     125013:03:35: An exception has been thrown! 
    12521251 
    12531252----------------------------------- 
     
    12601259Line: 779 
    12611260Stack unwinding: <<beginning of stack>> 
    1262 16:16:55: Error in material GameTools/PhotonMapCaustic at line 12 of GlassHead.material: Invalid param_named_auto attribute - An exception has been thrown! 
     126113:03:35: Error in material GameTools/PhotonMapCaustic at line 12 of GlassHead.material: Invalid param_named_auto attribute - An exception has been thrown! 
    12631262 
    12641263----------------------------------- 
     
    12711270Line: 779 
    12721271Stack unwinding: <<beginning of stack>> 
    1273 16:16:56: Error in material GameTools/PhotonMapCaustic at line 23 of GlassHead.material: Bad cubic_texture attribute, final parameter must be 'combinedUVW' or 'separateUV'. 
    1274 16:16:56: An exception has been thrown! 
     127213:03:35: Error in material GameTools/PhotonMapCaustic at line 23 of GlassHead.material: Bad cubic_texture attribute, final parameter must be 'combinedUVW' or 'separateUV'. 
     127313:03:35: An exception has been thrown! 
    12751274 
    12761275----------------------------------- 
     
    12831282Line: 779 
    12841283Stack unwinding: <<beginning of stack>> 
    1285 16:16:56: Error in material GameTools/Cau at line 47 of GlassHead.material: Invalid param_named_auto attribute - An exception has been thrown! 
     128413:03:35: Error in material GameTools/Cau at line 47 of GlassHead.material: Invalid param_named_auto attribute - An exception has been thrown! 
    12861285 
    12871286----------------------------------- 
     
    12941293Line: 779 
    12951294Stack unwinding: <<beginning of stack>> 
    1296 16:16:56: An exception has been thrown! 
     129513:03:35: An exception has been thrown! 
    12971296 
    12981297----------------------------------- 
     
    13051304Line: 779 
    13061305Stack unwinding: <<beginning of stack>> 
    1307 16:16:56: Error in material GameTools/Cau at line 50 of GlassHead.material: Invalid param_named_auto attribute - An exception has been thrown! 
     130613:03:35: Error in material GameTools/Cau at line 50 of GlassHead.material: Invalid param_named_auto attribute - An exception has been thrown! 
    13081307 
    13091308----------------------------------- 
     
    13161315Line: 779 
    13171316Stack unwinding: <<beginning of stack>> 
    1318 16:16:56: An exception has been thrown! 
     131713:03:35: An exception has been thrown! 
    13191318 
    13201319----------------------------------- 
     
    13271326Line: 779 
    13281327Stack unwinding: <<beginning of stack>> 
    1329 16:16:56: Error in material GameTools/CauTri at line 105 of GlassHead.material: Invalid param_named_auto attribute - An exception has been thrown! 
     132813:03:35: Error in material GameTools/CauTri at line 105 of GlassHead.material: Invalid param_named_auto attribute - An exception has been thrown! 
    13301329 
    13311330----------------------------------- 
     
    13381337Line: 779 
    13391338Stack unwinding: <<beginning of stack>> 
    1340 16:16:56: Parsing script Glow.material 
    1341 16:16:56: An exception has been thrown! 
     133913:03:35: Parsing script Glow.material 
     134013:03:35: An exception has been thrown! 
    13421341 
    13431342----------------------------------- 
     
    13501349Line: 779 
    13511350Stack unwinding: <<beginning of stack>> 
    1352 16:16:56: Error in material GameTools/ToneMap at line 239 of Glow.material: Invalid param_named attribute - An exception has been thrown! 
     135113:03:35: Error in material GameTools/ToneMap at line 239 of Glow.material: Invalid param_named attribute - An exception has been thrown! 
    13531352 
    13541353----------------------------------- 
     
    13611360Line: 779 
    13621361Stack unwinding: <<beginning of stack>> 
    1363 16:16:56: Parsing script hangar.material 
    1364 16:16:56: Parsing script kupola.material 
    1365 16:16:56: Error in material kupolalambert2 at line 23 of kupola.material: Bad scene_blend attribute, unrecognised parameter 'none' 
    1366 16:16:56: Error in material kupolalambert2 at line 26 of kupola.material: Bad scene_blend_alpha attribute, unrecognised parameter 'none' 
    1367 16:16:56: Error in material kupolalambert5 at line 77 of kupola.material: Bad scene_blend attribute, unrecognised parameter 'none' 
    1368 16:16:56: Error in material kupolalambert5 at line 80 of kupola.material: Bad scene_blend_alpha attribute, unrecognised parameter 'none' 
    1369 16:16:56: Parsing script MetalTeapot.material 
    1370 16:16:56: An exception has been thrown! 
     136213:03:35: Parsing script hangar.material 
     136313:03:35: Parsing script kupola.material 
     136413:03:35: Error in material kupolalambert2 at line 23 of kupola.material: Bad scene_blend attribute, unrecognised parameter 'none' 
     136513:03:35: Error in material kupolalambert2 at line 26 of kupola.material: Bad scene_blend_alpha attribute, unrecognised parameter 'none' 
     136613:03:35: Error in material kupolalambert5 at line 77 of kupola.material: Bad scene_blend attribute, unrecognised parameter 'none' 
     136713:03:35: Error in material kupolalambert5 at line 80 of kupola.material: Bad scene_blend_alpha attribute, unrecognised parameter 'none' 
     136813:03:35: Parsing script MetalTeapot.material 
     136913:03:35: An exception has been thrown! 
    13711370 
    13721371----------------------------------- 
     
    13791378Line: 779 
    13801379Stack unwinding: <<beginning of stack>> 
    1381 16:16:56: Error in material NormalDistanceCW at line 91 of MetalTeapot.material: Invalid param_named attribute - An exception has been thrown! 
     138013:03:35: Error in material NormalDistanceCW at line 91 of MetalTeapot.material: Invalid param_named attribute - An exception has been thrown! 
    13821381 
    13831382----------------------------------- 
     
    13901389Line: 779 
    13911390Stack unwinding: <<beginning of stack>> 
    1392 16:16:56: An exception has been thrown! 
     139113:03:35: An exception has been thrown! 
    13931392 
    13941393----------------------------------- 
     
    14011400Line: 779 
    14021401Stack unwinding: <<beginning of stack>> 
    1403 16:16:56: Error in material NormalDistanceCCW at line 113 of MetalTeapot.material: Invalid param_named attribute - An exception has been thrown! 
     140213:03:35: Error in material NormalDistanceCCW at line 113 of MetalTeapot.material: Invalid param_named attribute - An exception has been thrown! 
    14041403 
    14051404----------------------------------- 
     
    14121411Line: 779 
    14131412Stack unwinding: <<beginning of stack>> 
    1414 16:17:22: An exception has been thrown! 
     141313:03:35: Error in material DistanceMinMaxCW at line 133 of MetalTeapot.material: Bad scene_blend attribute, unrecognised parameter 'min' 
     141413:03:35: Error in material DistanceMinMaxCW at line 134 of MetalTeapot.material: Bad scene_blend_alpha attribute, unrecognised parameter 'max' 
     141513:03:35: Error in material DistanceMinMaxCCW at line 157 of MetalTeapot.material: Bad scene_blend attribute, unrecognised parameter 'min' 
     141613:03:35: Error in material DistanceMinMaxCCW at line 158 of MetalTeapot.material: Bad scene_blend_alpha attribute, unrecognised parameter 'max' 
     141713:04:00: An exception has been thrown! 
    14151418 
    14161419----------------------------------- 
     
    14231426Line: 779 
    14241427Stack unwinding: <<beginning of stack>> 
    1425 16:17:22: Error in material MetalTeapotMultipleBounce at line 196 of MetalTeapot.material: Invalid param_named attribute - An exception has been thrown! 
     142813:04:00: Error in material MetalTeapotMultipleBounce at line 277 of MetalTeapot.material: Invalid param_named attribute - An exception has been thrown! 
    14261429 
    14271430----------------------------------- 
     
    14341437Line: 779 
    14351438Stack unwinding: <<beginning of stack>> 
    1436 16:17:22: Parsing script Ogre.material 
    1437 16:17:22: Parsing script Particles.material 
    1438 16:17:22: An exception has been thrown! 
     143913:04:00: Parsing script Ogre.material 
     144013:04:00: Parsing script Particles.material 
     144113:04:00: An exception has been thrown! 
    14391442 
    14401443----------------------------------- 
     
    14471450Line: 779 
    14481451Stack unwinding: <<beginning of stack>> 
    1449 16:17:22: Error in material GameTools/SpriteShader at line 17 of Particles.material: Invalid param_named_auto attribute - An exception has been thrown! 
     145213:04:00: Error in material GameTools/SpriteShader at line 17 of Particles.material: Invalid param_named_auto attribute - An exception has been thrown! 
    14501453 
    14511454----------------------------------- 
     
    14581461Line: 779 
    14591462Stack unwinding: <<beginning of stack>> 
    1460 16:17:22: An exception has been thrown! 
     146313:04:00: An exception has been thrown! 
    14611464 
    14621465----------------------------------- 
     
    14691472Line: 779 
    14701473Stack unwinding: <<beginning of stack>> 
    1471 16:17:22: Error in material GameTools/SBB at line 52 of Particles.material: Invalid param_named_auto attribute - An exception has been thrown! 
     147413:04:00: Error in material GameTools/SBB at line 52 of Particles.material: Invalid param_named_auto attribute - An exception has been thrown! 
    14721475 
    14731476----------------------------------- 
     
    14801483Line: 779 
    14811484Stack unwinding: <<beginning of stack>> 
    1482 16:17:22: Parsing script RaytraceDemo.material 
    1483 16:17:22: Parsing script stairs.material 
    1484 16:17:22: Parsing script terito.material 
    1485 16:17:22: Parsing script uvegfolyoso2.material 
    1486 16:17:22: An exception has been thrown! 
     148513:04:00: Parsing script RaytraceDemo.material 
     148613:04:00: Parsing script stairs.material 
     148713:04:00: Parsing script terito.material 
     148813:04:00: Parsing script uvegfolyoso2.material 
     148913:04:00: An exception has been thrown! 
    14871490 
    14881491----------------------------------- 
     
    14951498Line: 779 
    14961499Stack unwinding: <<beginning of stack>> 
    1497 16:17:22: Error in material Folyoso/Phong at line 22 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
     150013:04:00: Error in material Folyoso/Phong at line 22 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
    14981501 
    14991502----------------------------------- 
     
    15061509Line: 779 
    15071510Stack unwinding: <<beginning of stack>> 
    1508 16:17:22: An exception has been thrown! 
     151113:04:00: An exception has been thrown! 
    15091512 
    15101513----------------------------------- 
     
    15171520Line: 779 
    15181521Stack unwinding: <<beginning of stack>> 
    1519 16:17:22: Error in material Folyoso/Phong at line 23 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
     152213:04:00: Error in material Folyoso/Phong at line 23 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
    15201523 
    15211524----------------------------------- 
     
    15281531Line: 779 
    15291532Stack unwinding: <<beginning of stack>> 
    1530 16:17:22: An exception has been thrown! 
     153313:04:00: An exception has been thrown! 
    15311534 
    15321535----------------------------------- 
     
    15391542Line: 779 
    15401543Stack unwinding: <<beginning of stack>> 
    1541 16:17:22: Error in material Folyoso/Phong at line 24 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
     154413:04:00: Error in material Folyoso/Phong at line 24 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
    15421545 
    15431546----------------------------------- 
     
    15501553Line: 779 
    15511554Stack unwinding: <<beginning of stack>> 
    1552 16:17:22: An exception has been thrown! 
     155513:04:00: An exception has been thrown! 
    15531556 
    15541557----------------------------------- 
     
    15611564Line: 779 
    15621565Stack unwinding: <<beginning of stack>> 
    1563 16:17:22: Error in material Folyoso/Phong at line 25 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
     156613:04:00: Error in material Folyoso/Phong at line 25 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
    15641567 
    15651568----------------------------------- 
     
    15721575Line: 779 
    15731576Stack unwinding: <<beginning of stack>> 
    1574 16:17:22: An exception has been thrown! 
     157713:04:00: An exception has been thrown! 
    15751578 
    15761579----------------------------------- 
     
    15831586Line: 779 
    15841587Stack unwinding: <<beginning of stack>> 
    1585 16:17:22: Error in material Folyoso/Phong at line 31 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
     158813:04:00: Error in material Folyoso/Phong at line 31 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
    15861589 
    15871590----------------------------------- 
     
    15941597Line: 779 
    15951598Stack unwinding: <<beginning of stack>> 
    1596 16:17:22: An exception has been thrown! 
     159913:04:00: An exception has been thrown! 
    15971600 
    15981601----------------------------------- 
     
    16051608Line: 779 
    16061609Stack unwinding: <<beginning of stack>> 
    1607 16:17:22: Error in material Folyoso/Phong at line 32 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
     161013:04:00: Error in material Folyoso/Phong at line 32 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
    16081611 
    16091612----------------------------------- 
     
    16161619Line: 779 
    16171620Stack unwinding: <<beginning of stack>> 
    1618 16:17:22: An exception has been thrown! 
     162113:04:00: An exception has been thrown! 
    16191622 
    16201623----------------------------------- 
     
    16271630Line: 779 
    16281631Stack unwinding: <<beginning of stack>> 
    1629 16:17:22: Error in material Folyoso/Phong at line 33 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
     163213:04:00: Error in material Folyoso/Phong at line 33 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
    16301633 
    16311634----------------------------------- 
     
    16381641Line: 779 
    16391642Stack unwinding: <<beginning of stack>> 
    1640 16:17:22: An exception has been thrown! 
     164313:04:00: An exception has been thrown! 
    16411644 
    16421645----------------------------------- 
     
    16491652Line: 779 
    16501653Stack unwinding: <<beginning of stack>> 
    1651 16:17:22: Error in material Folyoso/Phong at line 34 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
     165413:04:00: Error in material Folyoso/Phong at line 34 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
    16521655 
    16531656----------------------------------- 
     
    16601663Line: 779 
    16611664Stack unwinding: <<beginning of stack>> 
    1662 16:17:22: An exception has been thrown! 
     166513:04:00: An exception has been thrown! 
    16631666 
    16641667----------------------------------- 
     
    16711674Line: 779 
    16721675Stack unwinding: <<beginning of stack>> 
    1673 16:17:22: Error in material Folyoso/PhongPlaneReflect at line 76 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
     167613:04:00: Error in material Folyoso/PhongPlaneReflect at line 76 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
    16741677 
    16751678----------------------------------- 
     
    16821685Line: 779 
    16831686Stack unwinding: <<beginning of stack>> 
    1684 16:17:22: An exception has been thrown! 
     168713:04:00: An exception has been thrown! 
    16851688 
    16861689----------------------------------- 
     
    16931696Line: 779 
    16941697Stack unwinding: <<beginning of stack>> 
    1695 16:17:22: Error in material Folyoso/PhongPlaneReflect at line 77 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
     169813:04:00: Error in material Folyoso/PhongPlaneReflect at line 77 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
    16961699 
    16971700----------------------------------- 
     
    17041707Line: 779 
    17051708Stack unwinding: <<beginning of stack>> 
    1706 16:17:22: An exception has been thrown! 
     170913:04:00: An exception has been thrown! 
    17071710 
    17081711----------------------------------- 
     
    17151718Line: 779 
    17161719Stack unwinding: <<beginning of stack>> 
    1717 16:17:22: Error in material Folyoso/PhongPlaneReflect at line 78 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
     172013:04:00: Error in material Folyoso/PhongPlaneReflect at line 78 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
    17181721 
    17191722----------------------------------- 
     
    17261729Line: 779 
    17271730Stack unwinding: <<beginning of stack>> 
    1728 16:17:22: An exception has been thrown! 
     173113:04:00: An exception has been thrown! 
    17291732 
    17301733----------------------------------- 
     
    17371740Line: 779 
    17381741Stack unwinding: <<beginning of stack>> 
    1739 16:17:22: Error in material Folyoso/PhongPlaneReflect at line 79 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
     174213:04:00: Error in material Folyoso/PhongPlaneReflect at line 79 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
    17401743 
    17411744----------------------------------- 
     
    17481751Line: 779 
    17491752Stack unwinding: <<beginning of stack>> 
    1750 16:17:22: An exception has been thrown! 
     175313:04:00: An exception has been thrown! 
    17511754 
    17521755----------------------------------- 
     
    17591762Line: 779 
    17601763Stack unwinding: <<beginning of stack>> 
    1761 16:17:22: Error in material Folyoso/PhongPlaneReflect at line 85 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
     176413:04:00: Error in material Folyoso/PhongPlaneReflect at line 85 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
    17621765 
    17631766----------------------------------- 
     
    17701773Line: 779 
    17711774Stack unwinding: <<beginning of stack>> 
    1772 16:17:22: An exception has been thrown! 
     177513:04:00: An exception has been thrown! 
    17731776 
    17741777----------------------------------- 
     
    17811784Line: 779 
    17821785Stack unwinding: <<beginning of stack>> 
    1783 16:17:22: Error in material Folyoso/PhongPlaneReflect at line 86 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
     178613:04:00: Error in material Folyoso/PhongPlaneReflect at line 86 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
    17841787 
    17851788----------------------------------- 
     
    17921795Line: 779 
    17931796Stack unwinding: <<beginning of stack>> 
    1794 16:17:22: An exception has been thrown! 
     179713:04:00: An exception has been thrown! 
    17951798 
    17961799----------------------------------- 
     
    18031806Line: 779 
    18041807Stack unwinding: <<beginning of stack>> 
    1805 16:17:22: Error in material Folyoso/PhongPlaneReflect at line 87 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
     180813:04:00: Error in material Folyoso/PhongPlaneReflect at line 87 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
    18061809 
    18071810----------------------------------- 
     
    18141817Line: 779 
    18151818Stack unwinding: <<beginning of stack>> 
    1816 16:17:22: An exception has been thrown! 
     181913:04:00: An exception has been thrown! 
    18171820 
    18181821----------------------------------- 
     
    18251828Line: 779 
    18261829Stack unwinding: <<beginning of stack>> 
    1827 16:17:22: Error in material Folyoso/PhongPlaneReflect at line 88 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
     183013:04:00: Error in material Folyoso/PhongPlaneReflect at line 88 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 
    18281831 
    18291832----------------------------------- 
     
    18361839Line: 779 
    18371840Stack unwinding: <<beginning of stack>> 
    1838 16:17:22: Error in material uvegfolyoso_talaj at line 118 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.36774 
    1839 16:17:22: Error in material uvegfolyoso_talaj at line 119 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.36774 
    1840 16:17:22: Error in material uvegfolyoso_talaj at line 120 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.51282 
    1841 16:17:22: Error in material uvegfolyoso_teto at line 138 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.237 
    1842 16:17:22: Error in material uvegfolyoso_teto at line 139 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.237 
    1843 16:17:22: Error in material uvegfolyoso_teto at line 140 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.51282 
    1844 16:17:22: Error in material oszlop at line 158 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.94018 
    1845 16:17:22: Error in material oszlop at line 159 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.94018 
    1846 16:17:22: Error in material oszlop at line 160 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.0 
    1847 16:17:22: Parsing script X3D.material 
    1848 16:17:22: Parsing script GameTools_Glow.compositor 
    1849 16:17:22: Parsing script GameTools_ToneMap.compositor 
    1850 16:17:22: Parsing script sample.fontdef 
    1851 16:17:22: Bad attribute line: glyph             0.152344        0.125   0.160156        0.1875 in font Ogre 
    1852 16:17:22: Parsing script GameTools.particle 
    1853 16:17:22: Bad particle system attribute line: 'billboard_type  point' in GameTools/DemoParticle1 (tried renderer) 
    1854 16:17:22: Bad particle system attribute line: 'billboard_type  point' in GameTools/Big (tried renderer) 
    1855 16:17:22: Bad particle system attribute line: 'billboard_type  point' in GameTools/Little (tried renderer) 
    1856 16:17:22: Bad particle system attribute line: 'billboard_type  point' in GameTools/FogBig (tried renderer) 
    1857 16:17:22: Bad particle system attribute line: 'billboard_type  point' in GameTools/FogLittle (tried renderer) 
    1858 16:17:22: Parsing script Compositor.overlay 
    1859 16:17:22: Parsing script DP3.overlay 
    1860 16:17:22: Parsing script Example-CubeMapping.overlay 
    1861 16:17:22: Parsing script Example-DynTex.overlay 
    1862 16:17:22: Parsing script Example-Water.overlay 
    1863 16:17:22: Parsing script FullScreen.overlay 
    1864 16:17:22: Texture: flare.png: Loading 1 faces(PF_B8G8R8,256x256x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1. 
    1865 16:17:22: Parsing script Shadows.overlay 
    1866 16:17:22: Finished parsing scripts for resource group General 
    1867 16:17:22: Parsing scripts for resource group Internal 
    1868 16:17:22: Finished parsing scripts for resource group Internal 
    1869 16:17:22: Texture: stormy_fr.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 
    1870 16:17:22: Texture: stormy_bk.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 
    1871 16:17:22: Texture: stormy_lf.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 
    1872 16:17:22: Texture: stormy_rt.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 
    1873 16:17:22: Texture: stormy_up.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 
    1874 16:17:22: Texture: stormy_dn.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 
    1875 16:17:22: TerrainSceneManager: Activated PageSource Heightmap 
    1876 16:17:22: Texture: terrain_texture.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 
    1877 16:17:22: Texture: terrain_detail.jpg: Loading 1 faces(PF_B8G8R8,256x256x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1. 
    1878 16:17:22: Creating viewport on target 'rtt/3223456', rendering from camera 'psys1_HPP_IMPOSTOR_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
    1879 16:17:22: Viewport for camera 'psys1_HPP_IMPOSTOR_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
    1880 16:17:22: 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. 
    1881 16:17:22: Creating viewport on target 'rtt/69238432', rendering from camera 'PlayerCam', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
    1882 16:17:22: Viewport for camera 'PlayerCam', actual dimensions L: 0 T: 0 W: 800 H: 600 
    1883 16:17:22: Creating viewport on target 'rtt/69238784', rendering from camera 'LIGHT_FOCUSING_MAP_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
    1884 16:17:22: Viewport for camera 'LIGHT_FOCUSING_MAP_CAMERA', actual dimensions L: 0 T: 0 W: 32 H: 32 
    1885 16:17:22: Creating viewport on target 'rtt/69239136', rendering from camera 'PHASE_TEXTURE_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
    1886 16:17:22: Viewport for camera 'PHASE_TEXTURE_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
    1887 16:17:22: 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. 
    1888 16:17:22: Win32Input8: DirectInput Activation Starts 
    1889 16:17:22: Win32Input8: Establishing keyboard input. 
    1890 16:17:22: Win32Input8: Keyboard input established. 
    1891 16:17:22: Win32Input8: Initializing mouse input in immediate mode. 
    1892 16:17:22: Win32Input8: Mouse input in immediate mode initialized. 
    1893 16:17:22: Win32Input8: DirectInput OK. 
    1894 16:17:22: Texture: smoke2.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 
    1895 16:18:34: Unregistering ResourceManager for type BspLevel 
    1896 16:18:34: Render Target 'rtt/69239136' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
    1897 16:18:34: Render Target 'rtt/69238784' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
    1898 16:18:34: Render Target 'rtt/69238432' Average FPS: 33.2813 Best FPS: 154.845 Worst FPS: 32.07 
    1899 16:18:34: Render Target 'rtt/3223456' Average FPS: 33.2813 Best FPS: 155.273 Worst FPS: 32.0388 
    1900 16:18:34: *-*-* OGRE Shutdown 
    1901 16:18:34: Unregistering ResourceManager for type Compositor 
    1902 16:18:34: Unregistering ResourceManager for type Font 
    1903 16:18:34: Unregistering ResourceManager for type Skeleton 
    1904 16:18:34: Unregistering ResourceManager for type Mesh 
    1905 16:18:34: Unregistering ResourceManager for type HighLevelGpuProgram 
    1906 16:18:34: Unloading library .\Plugin_CgProgramManager 
    1907 16:18:34: Unloading library .\Plugin_OctreeSceneManager 
    1908 16:18:34: Unloading library .\Plugin_BSPSceneManager 
    1909 16:18:34: Unloading library .\Plugin_ParticleFX 
    1910 16:18:34: Render Target 'OGRE Render Window' Average FPS: 33.2811 Best FPS: 148.583 Worst FPS: 32.0078 
    1911 16:18:34: D3D9 : Shutting down cleanly. 
    1912 16:18:34: Unregistering ResourceManager for type Texture 
    1913 16:18:34: Unregistering ResourceManager for type GpuProgram 
    1914 16:18:34: D3D9 : Direct3D9 Rendering Subsystem destroyed. 
    1915 16:18:34: Unloading library .\RenderSystem_Direct3D9 
    1916 16:18:34: Unregistering ResourceManager for type Material 
    1917 16:18:34: Unloading library OgrePlatform.dll 
     184113:04:00: Error in material uvegfolyoso_talaj at line 118 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.36774 
     184213:04:00: Error in material uvegfolyoso_talaj at line 119 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.36774 
     184313:04:00: Error in material uvegfolyoso_talaj at line 120 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.51282 
     184413:04:00: Error in material uvegfolyoso_teto at line 138 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.237 
     184513:04:00: Error in material uvegfolyoso_teto at line 139 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.237 
     184613:04:00: Error in material uvegfolyoso_teto at line 140 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.51282 
     184713:04:00: Error in material oszlop at line 158 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.94018 
     184813:04:00: Error in material oszlop at line 159 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.94018 
     184913:04:00: Error in material oszlop at line 160 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.0 
     185013:04:00: Parsing script X3D.material 
     185113:04:01: Parsing script GameTools_Glow.compositor 
     185213:04:01: Parsing script GameTools_ToneMap.compositor 
     185313:04:01: Parsing script sample.fontdef 
     185413:04:01: Bad attribute line: glyph             0.152344        0.125   0.160156        0.1875 in font Ogre 
     185513:04:01: Parsing script GameTools.particle 
     185613:04:01: Bad particle system attribute line: 'billboard_type  point' in GameTools/DemoParticle1 (tried renderer) 
     185713:04:01: Bad particle system attribute line: 'billboard_type  point' in GameTools/Big (tried renderer) 
     185813:04:01: Bad particle system attribute line: 'billboard_type  point' in GameTools/Little (tried renderer) 
     185913:04:01: Bad particle system attribute line: 'billboard_type  point' in GameTools/FogBig (tried renderer) 
     186013:04:01: Bad particle system attribute line: 'billboard_type  point' in GameTools/FogLittle (tried renderer) 
     186113:04:01: Parsing script Compositor.overlay 
     186213:04:01: Parsing script DP3.overlay 
     186313:04:01: Parsing script Example-CubeMapping.overlay 
     186413:04:01: Parsing script Example-DynTex.overlay 
     186513:04:01: Parsing script Example-Water.overlay 
     186613:04:01: Parsing script FullScreen.overlay 
     186713:04:01: Texture: flare.png: Loading 1 faces(PF_B8G8R8,256x256x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1. 
     186813:04:01: Parsing script Shadows.overlay 
     186913:04:01: Finished parsing scripts for resource group General 
     187013:04:01: Parsing scripts for resource group Internal 
     187113:04:01: Finished parsing scripts for resource group Internal 
     187213:04:01: Mesh: Loading teapot.mesh. 
     187313:04:01: 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? 
     187413:04:01: Mesh: Loading difflab.mesh. 
     187513:04:01: Texture: screen.jpg: Loading 1 faces(PF_B8G8R8,1024x1024x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,1024x1024x1. 
     187613:04:01: Texture: laborwall.jpg: Loading 1 faces(PF_B8G8R8,1024x1024x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,1024x1024x1. 
     187713:04:01: Texture: striped.jpg: Loading 1 faces(PF_B8G8R8,128x256x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,128x256x1. 
     187813:04:01: Texture: lamp.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 
     187913:04:01: Texture: bluelamp.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 
     188013:04:01: Creating viewport on target 'rtt/3276704', 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 
     188113:04:01: Viewport for camera 'object_SE_0_COLORCUBEMAPCUBEMAPFACE_0_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
     188213:04:01: Creating viewport on target 'rtt/42649376', 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 
     188313:04:01: Viewport for camera 'object_SE_0_COLORCUBEMAPCUBEMAPFACE_1_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
     188413:04:01: Creating viewport on target 'rtt/42649440', 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 
     188513:04:01: Viewport for camera 'object_SE_0_COLORCUBEMAPCUBEMAPFACE_2_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
     188613:04:01: Creating viewport on target 'rtt/42649504', 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 
     188713:04:01: Viewport for camera 'object_SE_0_COLORCUBEMAPCUBEMAPFACE_3_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
     188813:04:01: Creating viewport on target 'rtt/42649568', 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 
     188913:04:01: Viewport for camera 'object_SE_0_COLORCUBEMAPCUBEMAPFACE_4_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
     189013:04:01: Creating viewport on target 'rtt/42649632', 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 
     189113:04:01: Viewport for camera 'object_SE_0_COLORCUBEMAPCUBEMAPFACE_5_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
     189213:04:01: 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. 
     189313:04:01: Creating viewport on target 'rtt/42650560', 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 
     189413:04:01: Viewport for camera 'object_SE_0_DISTANCECUBEMAPCUBEMAPFACE_0_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
     189513:04:01: Creating viewport on target 'rtt/42650624', 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 
     189613:04:01: Viewport for camera 'object_SE_0_DISTANCECUBEMAPCUBEMAPFACE_1_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
     189713:04:01: Creating viewport on target 'rtt/42650688', 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 
     189813:04:01: Viewport for camera 'object_SE_0_DISTANCECUBEMAPCUBEMAPFACE_2_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
     189913:04:01: Creating viewport on target 'rtt/42650752', 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 
     190013:04:01: Viewport for camera 'object_SE_0_DISTANCECUBEMAPCUBEMAPFACE_3_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
     190113:04:01: Creating viewport on target 'rtt/42650816', 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 
     190213:04:01: Viewport for camera 'object_SE_0_DISTANCECUBEMAPCUBEMAPFACE_4_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
     190313:04:01: Creating viewport on target 'rtt/42650880', 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 
     190413:04:01: Viewport for camera 'object_SE_0_DISTANCECUBEMAPCUBEMAPFACE_5_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
     190513:04:01: 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. 
     190613:04:01: Creating viewport on target 'rtt/42651936', 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 
     190713:04:01: Viewport for camera 'object_SE_0_COLORCUBEMAP_L1CUBEMAPFACE_0_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
     190813:04:01: Creating viewport on target 'rtt/42652000', 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 
     190913:04:01: Viewport for camera 'object_SE_0_COLORCUBEMAP_L1CUBEMAPFACE_1_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
     191013:04:01: Creating viewport on target 'rtt/42652064', 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 
     191113:04:01: Viewport for camera 'object_SE_0_COLORCUBEMAP_L1CUBEMAPFACE_2_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
     191213:04:01: Creating viewport on target 'rtt/42652128', 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 
     191313:04:01: Viewport for camera 'object_SE_0_COLORCUBEMAP_L1CUBEMAPFACE_3_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
     191413:04:01: Creating viewport on target 'rtt/42652192', 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 
     191513:04:01: Viewport for camera 'object_SE_0_COLORCUBEMAP_L1CUBEMAPFACE_4_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
     191613:04:01: Creating viewport on target 'rtt/42652256', 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 
     191713:04:01: Viewport for camera 'object_SE_0_COLORCUBEMAP_L1CUBEMAPFACE_5_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
     191813:04:01: 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. 
     191913:04:01: Creating viewport on target 'rtt/42653280', 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 
     192013:04:01: Viewport for camera 'object_SE_0_COLORCUBEMAP_L2CUBEMAPFACE_0_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
     192113:04:01: Creating viewport on target 'rtt/42653344', 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 
     192213:04:01: Viewport for camera 'object_SE_0_COLORCUBEMAP_L2CUBEMAPFACE_1_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
     192313:04:01: Creating viewport on target 'rtt/42653408', 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 
     192413:04:01: Viewport for camera 'object_SE_0_COLORCUBEMAP_L2CUBEMAPFACE_2_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
     192513:04:01: Creating viewport on target 'rtt/42653472', 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 
     192613:04:01: Viewport for camera 'object_SE_0_COLORCUBEMAP_L2CUBEMAPFACE_3_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
     192713:04:01: Creating viewport on target 'rtt/42653536', 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 
     192813:04:01: Viewport for camera 'object_SE_0_COLORCUBEMAP_L2CUBEMAPFACE_4_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
     192913:04:01: Creating viewport on target 'rtt/42653600', 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 
     193013:04:01: Viewport for camera 'object_SE_0_COLORCUBEMAP_L2CUBEMAPFACE_5_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 
     193113:04:01: 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. 
     193213:04:01: Creating viewport on target 'rtt/42654656', rendering from camera 'object_SE_0_COLORCUBEMAP_L3CUBEMAPFACE_0_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     193313:04:01: Viewport for camera 'object_SE_0_COLORCUBEMAP_L3CUBEMAPFACE_0_CAMERA', actual dimensions L: 0 T: 0 W: 1 H: 1 
     193413:04:01: Creating viewport on target 'rtt/42654720', rendering from camera 'object_SE_0_COLORCUBEMAP_L3CUBEMAPFACE_1_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     193513:04:01: Viewport for camera 'object_SE_0_COLORCUBEMAP_L3CUBEMAPFACE_1_CAMERA', actual dimensions L: 0 T: 0 W: 1 H: 1 
     193613:04:01: Creating viewport on target 'rtt/42654784', rendering from camera 'object_SE_0_COLORCUBEMAP_L3CUBEMAPFACE_2_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     193713:04:01: Viewport for camera 'object_SE_0_COLORCUBEMAP_L3CUBEMAPFACE_2_CAMERA', actual dimensions L: 0 T: 0 W: 1 H: 1 
     193813:04:01: Creating viewport on target 'rtt/42654848', rendering from camera 'object_SE_0_COLORCUBEMAP_L3CUBEMAPFACE_3_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     193913:04:01: Viewport for camera 'object_SE_0_COLORCUBEMAP_L3CUBEMAPFACE_3_CAMERA', actual dimensions L: 0 T: 0 W: 1 H: 1 
     194013:04:01: Creating viewport on target 'rtt/42654912', rendering from camera 'object_SE_0_COLORCUBEMAP_L3CUBEMAPFACE_4_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     194113:04:01: Viewport for camera 'object_SE_0_COLORCUBEMAP_L3CUBEMAPFACE_4_CAMERA', actual dimensions L: 0 T: 0 W: 1 H: 1 
     194213:04:01: Creating viewport on target 'rtt/42654976', rendering from camera 'object_SE_0_COLORCUBEMAP_L3CUBEMAPFACE_5_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     194313:04:01: Viewport for camera 'object_SE_0_COLORCUBEMAP_L3CUBEMAPFACE_5_CAMERA', actual dimensions L: 0 T: 0 W: 1 H: 1 
Note: See TracChangeset for help on using the changeset viewer.