- Timestamp:
- 07/03/07 17:08:50 (17 years ago)
- Location:
- GTP/trunk/App/Games/CarDriving_BME
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Games/CarDriving_BME/Media/materials/programs/CarReflections.hlsl
r2451 r2514 1 //#define EFFECTS2 //#define LOCALIZATION1 #define EFFECTS 2 #define LOCALIZATION 3 3 4 4 float3 F0; -
GTP/trunk/App/Games/CarDriving_BME/Media/materials/programs/DiffuseBump.hlsl
r2451 r2514 1 //#define EFFECTS1 #define EFFECTS 2 2 3 3 float4x4 world_I; -
GTP/trunk/App/Games/CarDriving_BME/Media/materials/programs/GameTools_Localized_EnvMap.hlsl
r2451 r2514 1 //#define EFFECTS2 //#define LOCALIZATION1 #define EFFECTS 2 #define LOCALIZATION 3 3 4 4 //metal: -
GTP/trunk/App/Games/CarDriving_BME/Media/materials/programs/bottle.hlsl
r2451 r2514 1 //#define EFFECT2 //#define LOCALIZATION1 #define EFFECT 2 #define LOCALIZATION 3 3 4 4 float4 readCubeMap(samplerCUBE cm, float3 coord) … … 132 132 float3 mPos = wPos - lastCenter; 133 133 float3 V = normalize(wPos - cameraPos); 134 float3 R = normalize(refract( V, mNormal, 0. 9));134 float3 R = normalize(refract( V, mNormal, 0.65 )); 135 135 136 136 newTexCoord = R; -
GTP/trunk/App/Games/CarDriving_BME/Media/materials/scripts/scene1.material
r2451 r2514 16 16 17 17 } 18 //RenderTechnique CausticReciever19 //{20 //max_caster_count 1021 //}18 RenderTechnique CausticReciever 19 { 20 max_caster_count 10 21 } 22 22 } 23 23 -
GTP/trunk/App/Games/CarDriving_BME/Ogre.log
r1049 r2514 1 14:40:01: Creating resource group General 2 14:40:01: Creating resource group Internal 3 14:40:01: Creating resource group Autodetect 4 14:40:01: Registering ResourceManager for type Material 5 14:40:01: Registering ResourceManager for type Mesh 6 14:40:01: Registering ResourceManager for type Skeleton 7 14:40:01: MovableObjectFactory for type 'ParticleSystem' registered. 8 14:40:01: Loading library OgrePlatform.dll 9 14:40:01: OverlayElementFactory for type Panel registered. 10 14:40:01: OverlayElementFactory for type BorderPanel registered. 11 14:40:01: OverlayElementFactory for type TextArea registered. 12 14:40:01: Registering ResourceManager for type Font 13 14:40:01: ArchiveFactory for archive type FileSystem registered. 14 14:40:01: ArchiveFactory for archive type Zip registered. 15 14:40:01: DevIL version: Developer's Image Library (DevIL) 1.6.7 Oct 28 2005 16 14:40:01: DevIL image formats: bmp dib cut dcx dds gif hdr ico cur jpg jpe jpeg lif mdl mng jng pcx pic pix png pbm pgm pnm ppm psd pdd psp pxr sgi bw rgb rgba tga vda icb vst tif tiff wal xpm raw 17 14:40:01: Registering ResourceManager for type HighLevelGpuProgram 18 14:40:01: Registering ResourceManager for type Compositor 19 14:40:01: MovableObjectFactory for type 'Entity' registered. 20 14:40:01: MovableObjectFactory for type 'Light' registered. 21 14:40:01: MovableObjectFactory for type 'BillboardSet' registered. 22 14:40:01: MovableObjectFactory for type 'ManualObject' registered. 23 14:40:01: MovableObjectFactory for type 'BillboardChain' registered. 24 14:40:01: MovableObjectFactory for type 'RibbonTrail' registered. 25 14:40:01: Loading library .\RenderSystem_Direct3D9 26 14:40:01: D3D9 : Direct3D9 Rendering Subsystem created. 27 14:40:01: D3D9: Driver Detection Starts 28 14:40:01: D3D9: Driver Detection Ends 29 14:40:01: Loading library .\Plugin_ParticleFX 30 14:40:01: Particle Emitter Type 'Point' registered 31 14:40:01: Particle Emitter Type 'Box' registered 32 14:40:01: Particle Emitter Type 'Ellipsoid' registered 33 14:40:01: Particle Emitter Type 'Cylinder' registered 34 14:40:01: Particle Emitter Type 'Ring' registered 35 14:40:01: Particle Emitter Type 'HollowEllipsoid' registered 36 14:40:01: Particle Affector Type 'LinearForce' registered 37 14:40:01: Particle Affector Type 'ColourFader' registered 38 14:40:01: Particle Affector Type 'ColourFader2' registered 39 14:40:01: Particle Affector Type 'ColourImage' registered 40 14:40:01: Particle Affector Type 'ColourInterpolator' registered 41 14:40:01: Particle Affector Type 'Scaler' registered 42 14:40:01: Particle Affector Type 'Rotator' registered 43 14:40:01: Particle Affector Type 'DirectionRandomiser' registered 44 14:40:01: Particle Affector Type 'DeflectorPlane' registered 45 14:40:01: Loading library .\Plugin_BSPSceneManager 46 14:40:01: Registering ResourceManager for type BspLevel 47 14:40:01: Loading library .\Plugin_OctreeSceneManager 48 14:40:01: Loading library .\Plugin_CgProgramManager 49 14:40:01: *-*-* OGRE Initialising 50 14:40:01: *-*-* Version 1.2.0 (Dagon) 51 14:40:01: Creating resource group Bootstrap 52 14:40:01: Added resource location './Media/packs/OgreCore.zip' of type 'Zip' to resource group 'Bootstrap' 53 14:40:01: Added resource location './Media' of type 'FileSystem' to resource group 'General' 54 14:40:01: Added resource location './Media/fonts' of type 'FileSystem' to resource group 'General' 55 14:40:01: Added resource location './Media/materials/programs' of type 'FileSystem' to resource group 'General' 56 14:40:01: Added resource location './Media/materials/scripts' of type 'FileSystem' to resource group 'General' 57 14:40:01: Added resource location './Media/materials/textures' of type 'FileSystem' to resource group 'General' 58 14:40:01: Added resource location './Media/models' of type 'FileSystem' to resource group 'General' 59 14:40:01: Added resource location './Media/overlays' of type 'FileSystem' to resource group 'General' 60 14:40:01: Added resource location './Media/particle' of type 'FileSystem' to resource group 'General' 61 14:40:01: Added resource location './Media/gui' of type 'FileSystem' to resource group 'General' 62 14:40:01: Added resource location './Media/packs/cubemapsJS.zip' of type 'Zip' to resource group 'General' 63 14:40:01: Added resource location './Media/packs/smokealphaclip.zip' of type 'Zip' to resource group 'General' 64 14:40:01: D3D9 : RenderSystem Option: Allow NVPerfHUD = No 65 14:40:01: D3D9 : RenderSystem Option: Anti aliasing = None 66 14:40:01: D3D9 : RenderSystem Option: Floating-point mode = Fastest 67 14:40:01: D3D9 : RenderSystem Option: Full Screen = Yes 68 14:40:01: D3D9 : RenderSystem Option: Rendering Device = NVIDIA GeForce 7800 GT 69 14:40:01: D3D9 : RenderSystem Option: VSync = No 70 14:40:01: D3D9 : RenderSystem Option: Video Mode = 800 x 600 @ 32-bit colour 71 14:40:01: D3D9 : RenderSystem Option: Allow NVPerfHUD = No 72 14:40:01: D3D9 : RenderSystem Option: Anti aliasing = None 73 14:40:01: D3D9 : RenderSystem Option: Floating-point mode = Fastest 74 14:40:01: D3D9 : RenderSystem Option: Full Screen = Yes 75 14:40:01: D3D9 : RenderSystem Option: Rendering Device = NVIDIA GeForce 7800 GT 76 14:40:01: D3D9 : RenderSystem Option: VSync = No 77 14:40:01: D3D9 : RenderSystem Option: Video Mode = 800 x 600 @ 32-bit colour 78 14:40:02: Unregistering ResourceManager for type BspLevel 79 14:40:02: *-*-* OGRE Shutdown 80 14:40:02: Unregistering ResourceManager for type Compositor 81 14:40:02: Unregistering ResourceManager for type Font 82 14:40:02: Unregistering ResourceManager for type Skeleton 83 14:40:02: Unregistering ResourceManager for type Mesh 84 14:40:02: Unregistering ResourceManager for type HighLevelGpuProgram 85 14:40:02: Unloading library .\Plugin_CgProgramManager 86 14:40:02: Unloading library .\Plugin_OctreeSceneManager 87 14:40:02: Unloading library .\Plugin_BSPSceneManager 88 14:40:02: Unloading library .\Plugin_ParticleFX 89 14:40:02: D3D9 : Shutting down cleanly. 90 14:40:02: D3D9 : Direct3D9 Rendering Subsystem destroyed. 91 14:40:02: Unloading library .\RenderSystem_Direct3D9 92 14:40:02: Unregistering ResourceManager for type Material 93 14:40:02: Unloading library OgrePlatform.dll 1 17:14:59: Creating resource group General 2 17:14:59: Creating resource group Internal 3 17:14:59: Creating resource group Autodetect 4 17:14:59: Registering ResourceManager for type Material 5 17:14:59: Registering ResourceManager for type Mesh 6 17:14:59: Registering ResourceManager for type Skeleton 7 17:14:59: MovableObjectFactory for type 'ParticleSystem' registered. 8 17:14:59: Loading library OgrePlatform.dll 9 17:14:59: OverlayElementFactory for type Panel registered. 10 17:14:59: OverlayElementFactory for type BorderPanel registered. 11 17:14:59: OverlayElementFactory for type TextArea registered. 12 17:14:59: Registering ResourceManager for type Font 13 17:14:59: ArchiveFactory for archive type FileSystem registered. 14 17:14:59: ArchiveFactory for archive type Zip registered. 15 17:14:59: DevIL version: Developer's Image Library (DevIL) 1.6.7 Oct 28 2005 16 17:14:59: DevIL image formats: bmp dib cut dcx dds gif hdr ico cur jpg jpe jpeg lif mdl mng jng pcx pic pix png pbm pgm pnm ppm psd pdd psp pxr sgi bw rgb rgba tga vda icb vst tif tiff wal xpm raw 17 17:14:59: Registering ResourceManager for type HighLevelGpuProgram 18 17:14:59: Registering ResourceManager for type Compositor 19 17:14:59: MovableObjectFactory for type 'Entity' registered. 20 17:14:59: MovableObjectFactory for type 'Light' registered. 21 17:14:59: MovableObjectFactory for type 'BillboardSet' registered. 22 17:14:59: MovableObjectFactory for type 'ManualObject' registered. 23 17:14:59: MovableObjectFactory for type 'BillboardChain' registered. 24 17:14:59: MovableObjectFactory for type 'RibbonTrail' registered. 25 17:14:59: Loading library .\RenderSystem_Direct3D9 26 17:14:59: D3D9 : Direct3D9 Rendering Subsystem created. 27 17:14:59: D3D9: Driver Detection Starts 28 17:14:59: D3D9: Driver Detection Ends 29 17:14:59: Loading library .\Plugin_ParticleFX 30 17:14:59: Particle Emitter Type 'Point' registered 31 17:14:59: Particle Emitter Type 'Box' registered 32 17:14:59: Particle Emitter Type 'Ellipsoid' registered 33 17:14:59: Particle Emitter Type 'Cylinder' registered 34 17:14:59: Particle Emitter Type 'Ring' registered 35 17:14:59: Particle Emitter Type 'HollowEllipsoid' registered 36 17:14:59: Particle Affector Type 'LinearForce' registered 37 17:14:59: Particle Affector Type 'ColourFader' registered 38 17:14:59: Particle Affector Type 'ColourFader2' registered 39 17:14:59: Particle Affector Type 'ColourImage' registered 40 17:14:59: Particle Affector Type 'ColourInterpolator' registered 41 17:14:59: Particle Affector Type 'Scaler' registered 42 17:14:59: Particle Affector Type 'Rotator' registered 43 17:14:59: Particle Affector Type 'DirectionRandomiser' registered 44 17:14:59: Particle Affector Type 'DeflectorPlane' registered 45 17:14:59: Loading library .\Plugin_BSPSceneManager 46 17:14:59: Registering ResourceManager for type BspLevel 47 17:14:59: Loading library .\Plugin_OctreeSceneManager 48 17:14:59: Loading library .\Plugin_CgProgramManager 49 17:14:59: *-*-* OGRE Initialising 50 17:14:59: *-*-* Version 1.2.0 (Dagon) 51 17:14:59: Creating resource group Bootstrap 52 17:14:59: Added resource location './Media/packs/OgreCore.zip' of type 'Zip' to resource group 'Bootstrap' 53 17:14:59: Added resource location './Media' of type 'FileSystem' to resource group 'General' 54 17:14:59: Added resource location './Media/fonts' of type 'FileSystem' to resource group 'General' 55 17:14:59: Added resource location './Media/materials/programs' of type 'FileSystem' to resource group 'General' 56 17:14:59: Added resource location './Media/materials/scripts' of type 'FileSystem' to resource group 'General' 57 17:14:59: Added resource location './Media/materials/textures' of type 'FileSystem' to resource group 'General' 58 17:14:59: Added resource location './Media/models' of type 'FileSystem' to resource group 'General' 59 17:14:59: Added resource location './Media/overlays' of type 'FileSystem' to resource group 'General' 60 17:14:59: Added resource location './Media/particle' of type 'FileSystem' to resource group 'General' 61 17:14:59: Added resource location './Media/gui' of type 'FileSystem' to resource group 'General' 62 17:14:59: Added resource location './Media/packs/cubemapsJS.zip' of type 'Zip' to resource group 'General' 63 17:14:59: Added resource location './Media/packs/smokealphaclip.zip' of type 'Zip' to resource group 'General' 64 17:14:59: D3D9 : RenderSystem Option: Allow NVPerfHUD = No 65 17:14:59: D3D9 : RenderSystem Option: Anti aliasing = None 66 17:14:59: D3D9 : RenderSystem Option: Floating-point mode = Fastest 67 17:14:59: D3D9 : RenderSystem Option: Full Screen = No 68 17:14:59: D3D9 : RenderSystem Option: Rendering Device = NVIDIA GeForce Go 7900 GS 69 17:14:59: D3D9 : RenderSystem Option: VSync = No 70 17:14:59: D3D9 : RenderSystem Option: Video Mode = 800 x 600 @ 32-bit colour 71 17:14:59: D3D9 : Subsystem Initialising 72 17:14:59: D3D9RenderSystem::createRenderWindow "OGRE Render Window", 800x600 windowed miscParams: FSAA=0 FSAAQuality=0 colourDepth=32 useNVPerfHUD=false vsync=false 73 17:15:00: D3D9 : Created D3D9 Rendering Window 'OGRE Render Window' : 800x600, 32bpp 74 17:15:00: D3D9 : WARNING - disabling VSync in windowed mode can cause timing issues at lower frame rates, turn VSync on if you observe this problem. 75 17:15:00: Registering ResourceManager for type Texture 76 17:15:00: Registering ResourceManager for type GpuProgram 77 17:15:00: RenderSystem capabilities 78 17:15:00: ------------------------- 79 17:15:00: * Hardware generation of mipmaps: yes 80 17:15:00: * Texture blending: yes 81 17:15:00: * Anisotropic texture filtering: yes 82 17:15:00: * Dot product texture operation: yes 83 17:15:00: * Cube mapping: yes 84 17:15:00: * Hardware stencil buffer: yes 85 17:15:00: - Stencil depth: 8 86 17:15:00: - Two sided stencil support: yes 87 17:15:00: - Wrap stencil values: yes 88 17:15:00: * Hardware vertex / index buffers: yes 89 17:15:00: * Vertex programs: yes 90 17:15:00: - Max vertex program version: vs_3_0 91 17:15:00: * Fragment programs: yes 92 17:15:00: - Max fragment program version: ps_3_0 93 17:15:00: * Texture Compression: yes 94 17:15:00: - DXT: yes 95 17:15:00: - VTC: no 96 17:15:00: * Scissor Rectangle: yes 97 17:15:00: * Hardware Occlusion Query: yes 98 17:15:00: * User clip planes: yes 99 17:15:00: * VET_UBYTE4 vertex element type: yes 100 17:15:00: * Infinite far plane projection: yes 101 17:15:00: * Hardware render-to-texture: yes 102 17:15:00: * Floating point textures: yes 103 17:15:00: * Non-power-of-two textures: yes 104 17:15:00: * Volume textures: yes 105 17:15:00: * Multiple Render Targets: 4 106 17:15:00: * Max Point Size: 8192 107 17:15:00: *************************************** 108 17:15:00: *** D3D9 : Subsystem Initialised OK *** 109 17:15:00: *************************************** 110 17:15:00: ResourceBackgroundQueue - threading disabled 111 17:15:00: Particle Renderer Type 'billboard' registered 112 17:15:00: Particle Renderer Type 'sprite' registered 113 17:15:00: Creating viewport on target 'OGRE Render Window', rendering from camera 'PlayerCam', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 114 17:15:00: Viewport for camera 'PlayerCam', actual dimensions L: 0 T: 0 W: 800 H: 600 115 17:15:00: Parsing scripts for resource group Autodetect 116 17:15:00: Finished parsing scripts for resource group Autodetect 117 17:15:00: Parsing scripts for resource group Bootstrap 118 17:15:00: Parsing script OgreCore.material 119 17:15:00: Parsing script OgreProfiler.material 120 17:15:00: Parsing script Ogre.fontdef 121 17:15:00: Parsing script OgreDebugPanel.overlay 122 17:15:00: Texture: New_Ogre_Border_Center.png: Loading 1 faces(PF_A8B8G8R8,256x128x1) with hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x128x1. 123 17:15:00: Texture: New_Ogre_Border.png: Loading 1 faces(PF_A8B8G8R8,256x256x1) with hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x256x1. 124 17:15:00: Texture: New_Ogre_Border_Break.png: Loading 1 faces(PF_A8B8G8R8,32x32x1) with hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,32x32x1. 125 17:15:00: Font TrebuchetMSBoldusing texture size 512x512 126 17:15:00: Info: Freetype returned null for character 160 in font TrebuchetMSBold 127 17:15:00: Texture: TrebuchetMSBoldTexture: Loading 1 faces(PF_BYTE_LA,512x512x1) with 0 generated mipmaps from Image. Internal format is PF_BYTE_LA,512x512x1. 128 17:15:00: Texture: ogretext.png: Loading 1 faces(PF_A8B8G8R8,256x128x1) with hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x128x1. 129 17:15:00: Parsing script OgreLoadingPanel.overlay 130 17:15:00: Finished parsing scripts for resource group Bootstrap 131 17:15:00: Parsing scripts for resource group General 132 17:15:00: Parsing script GameTools.program 133 17:15:00: Parsing script bottle.material 134 17:15:00: Error in material BottlePhotonMap at line 190 of bottle.material: Bad cubic_texture attribute, final parameter must be 'combinedUVW' or 'separateUV'. 135 17:15:00: Error in material Bottle2PhotonMap at line 222 of bottle.material: Bad cubic_texture attribute, final parameter must be 'combinedUVW' or 'separateUV'. 136 17:15:00: An exception has been thrown! 137 138 ----------------------------------- 139 Details: 140 ----------------------------------- 141 Error #: 7 142 Function: GpuProgramParameters::getParamIndex 143 Description: Cannot find a parameter named worldViewProj. 144 File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 145 Line: 768 146 Stack unwinding: <<beginning of stack>> 147 17:15:00: Error in material BottleCauMap at line 249 of bottle.material: Invalid param_named_auto attribute - An exception has been thrown! 148 149 ----------------------------------- 150 Details: 151 ----------------------------------- 152 Error #: 7 153 Function: GpuProgramParameters::getParamIndex 154 Description: Cannot find a parameter named worldViewProj. 155 File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 156 Line: 768 157 Stack unwinding: <<beginning of stack>> 158 17:15:00: An exception has been thrown! 159 160 ----------------------------------- 161 Details: 162 ----------------------------------- 163 Error #: 7 164 Function: GpuProgramParameters::getParamIndex 165 Description: Cannot find a parameter named resolution. 166 File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 167 Line: 768 168 Stack unwinding: <<beginning of stack>> 169 17:15:00: Error in material BottleCauMap at line 252 of bottle.material: Invalid param_named_auto attribute - An exception has been thrown! 170 171 ----------------------------------- 172 Details: 173 ----------------------------------- 174 Error #: 7 175 Function: GpuProgramParameters::getParamIndex 176 Description: Cannot find a parameter named resolution. 177 File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 178 Line: 768 179 Stack unwinding: <<beginning of stack>> 180 17:15:00: An exception has been thrown! 181 182 ----------------------------------- 183 Details: 184 ----------------------------------- 185 Error #: 7 186 Function: GpuProgramParameters::getParamIndex 187 Description: Cannot find a parameter named worldViewProj. 188 File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 189 Line: 768 190 Stack unwinding: <<beginning of stack>> 191 17:15:00: Error in material Bottle2CauMap at line 292 of bottle.material: Invalid param_named_auto attribute - An exception has been thrown! 192 193 ----------------------------------- 194 Details: 195 ----------------------------------- 196 Error #: 7 197 Function: GpuProgramParameters::getParamIndex 198 Description: Cannot find a parameter named worldViewProj. 199 File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 200 Line: 768 201 Stack unwinding: <<beginning of stack>> 202 17:15:00: An exception has been thrown! 203 204 ----------------------------------- 205 Details: 206 ----------------------------------- 207 Error #: 7 208 Function: GpuProgramParameters::getParamIndex 209 Description: Cannot find a parameter named resolution. 210 File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 211 Line: 768 212 Stack unwinding: <<beginning of stack>> 213 17:15:00: Error in material Bottle2CauMap at line 295 of bottle.material: Invalid param_named_auto attribute - An exception has been thrown! 214 215 ----------------------------------- 216 Details: 217 ----------------------------------- 218 Error #: 7 219 Function: GpuProgramParameters::getParamIndex 220 Description: Cannot find a parameter named resolution. 221 File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 222 Line: 768 223 Stack unwinding: <<beginning of stack>> 224 17:15:00: Parsing script car.material 225 17:15:03: An exception has been thrown! 226 227 ----------------------------------- 228 Details: 229 ----------------------------------- 230 Error #: 7 231 Function: GpuProgramParameters::getParamIndex 232 Description: Cannot find a parameter named REDUCED_CUBEMAP_SIZE. 233 File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 234 Line: 768 235 Stack unwinding: <<beginning of stack>> 236 17:15:03: Error in material canvas1 at line 201 of car.material: Invalid param_named attribute - An exception has been thrown! 237 238 ----------------------------------- 239 Details: 240 ----------------------------------- 241 Error #: 7 242 Function: GpuProgramParameters::getParamIndex 243 Description: Cannot find a parameter named REDUCED_CUBEMAP_SIZE. 244 File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 245 Line: 768 246 Stack unwinding: <<beginning of stack>> 247 17:15:03: Error in material canvas1 at line 212 of car.material: Bad cubic_texture attribute, final parameter must be 'combinedUVW' or 'separateUV'. 248 17:15:03: Error in material canvas1 at line 220 of car.material: Bad cubic_texture attribute, final parameter must be 'combinedUVW' or 'separateUV'. 249 17:15:03: Error in material mirror at line 337 of car.material: Bad cubic_texture attribute, final parameter must be 'combinedUVW' or 'separateUV'. 250 17:15:03: Error in material mirror at line 345 of car.material: Bad cubic_texture attribute, final parameter must be 'combinedUVW' or 'separateUV'. 251 17:15:03: Error in material elsolampabura at line 405 of car.material: Bad cubic_texture attribute, final parameter must be 'combinedUVW' or 'separateUV'. 252 17:15:03: Error in material elsolampabura at line 410 of car.material: Unrecognised command: Cube 253 17:15:03: Error in material elsolampabura at line 413 of car.material: Bad cubic_texture attribute, final parameter must be 'combinedUVW' or 'separateUV'. 254 17:15:03: Error in material hatsolampa at line 490 of car.material: Bad cubic_texture attribute, final parameter must be 'combinedUVW' or 'separateUV'. 255 17:15:03: Error in material hatsolampa at line 498 of car.material: Bad cubic_texture attribute, final parameter must be 'combinedUVW' or 'separateUV'. 256 17:15:03: Parsing script EnvMetals.material 257 17:15:03: An exception has been thrown! 258 259 ----------------------------------- 260 Details: 261 ----------------------------------- 262 Error #: 7 263 Function: GpuProgramParameters::getParamIndex 264 Description: Cannot find a parameter named lightPosition. 265 File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 266 Line: 768 267 Stack unwinding: <<beginning of stack>> 268 17:15:03: Error in material EnvMetals/Copper at line 42 of EnvMetals.material: Invalid param_named_auto attribute - An exception has been thrown! 269 270 ----------------------------------- 271 Details: 272 ----------------------------------- 273 Error #: 7 274 Function: GpuProgramParameters::getParamIndex 275 Description: Cannot find a parameter named lightPosition. 276 File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 277 Line: 768 278 Stack unwinding: <<beginning of stack>> 279 17:15:03: An exception has been thrown! 280 281 ----------------------------------- 282 Details: 283 ----------------------------------- 284 Error #: 7 285 Function: GpuProgramParameters::getParamIndex 286 Description: Cannot find a parameter named lightPosition. 287 File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 288 Line: 768 289 Stack unwinding: <<beginning of stack>> 290 17:15:03: Error in material EnvMetals/Gold at line 102 of EnvMetals.material: Invalid param_named_auto attribute - An exception has been thrown! 291 292 ----------------------------------- 293 Details: 294 ----------------------------------- 295 Error #: 7 296 Function: GpuProgramParameters::getParamIndex 297 Description: Cannot find a parameter named lightPosition. 298 File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 299 Line: 768 300 Stack unwinding: <<beginning of stack>> 301 17:15:03: An exception has been thrown! 302 303 ----------------------------------- 304 Details: 305 ----------------------------------- 306 Error #: 7 307 Function: GpuProgramParameters::getParamIndex 308 Description: Cannot find a parameter named lightPosition. 309 File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 310 Line: 768 311 Stack unwinding: <<beginning of stack>> 312 17:15:03: Error in material EnvMetals/Silver at line 171 of EnvMetals.material: Invalid param_named_auto attribute - An exception has been thrown! 313 314 ----------------------------------- 315 Details: 316 ----------------------------------- 317 Error #: 7 318 Function: GpuProgramParameters::getParamIndex 319 Description: Cannot find a parameter named lightPosition. 320 File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 321 Line: 768 322 Stack unwinding: <<beginning of stack>> 323 17:15:03: An exception has been thrown! 324 325 ----------------------------------- 326 Details: 327 ----------------------------------- 328 Error #: 7 329 Function: GpuProgramParameters::getParamIndex 330 Description: Cannot find a parameter named lightPosition. 331 File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 332 Line: 768 333 Stack unwinding: <<beginning of stack>> 334 17:15:03: Error in material EnvMetals/Alu at line 234 of EnvMetals.material: Invalid param_named_auto attribute - An exception has been thrown! 335 336 ----------------------------------- 337 Details: 338 ----------------------------------- 339 Error #: 7 340 Function: GpuProgramParameters::getParamIndex 341 Description: Cannot find a parameter named lightPosition. 342 File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 343 Line: 768 344 Stack unwinding: <<beginning of stack>> 345 17:15:03: Parsing script explosive.material 346 17:15:03: An exception has been thrown! 347 348 ----------------------------------- 349 Details: 350 ----------------------------------- 351 Error #: 7 352 Function: GpuProgramParameters::getParamIndex 353 Description: Cannot find a parameter named world_IT. 354 File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 355 Line: 768 356 Stack unwinding: <<beginning of stack>> 357 17:15:03: Error in material tartaly at line 12 of explosive.material: Invalid param_named attribute - An exception has been thrown! 358 359 ----------------------------------- 360 Details: 361 ----------------------------------- 362 Error #: 7 363 Function: GpuProgramParameters::getParamIndex 364 Description: Cannot find a parameter named world_IT. 365 File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 366 Line: 768 367 Stack unwinding: <<beginning of stack>> 368 17:15:03: An exception has been thrown! 369 370 ----------------------------------- 371 Details: 372 ----------------------------------- 373 Error #: 7 374 Function: GpuProgramParameters::getParamIndex 375 Description: Cannot find a parameter named world_IT. 376 File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 377 Line: 768 378 Stack unwinding: <<beginning of stack>> 379 17:15:03: Error in material tartalytarto at line 45 of explosive.material: Invalid param_named attribute - An exception has been thrown! 380 381 ----------------------------------- 382 Details: 383 ----------------------------------- 384 Error #: 7 385 Function: GpuProgramParameters::getParamIndex 386 Description: Cannot find a parameter named world_IT. 387 File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 388 Line: 768 389 Stack unwinding: <<beginning of stack>> 390 17:15:03: Parsing script Fire.material 391 17:15:03: An exception has been thrown! 392 393 ----------------------------------- 394 Details: 395 ----------------------------------- 396 Error #: 7 397 Function: GpuProgramParameters::getParamIndex 398 Description: Cannot find a parameter named worldViewProj. 399 File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 400 Line: 768 401 Stack unwinding: <<beginning of stack>> 402 17:15:03: Error in material Fire at line 39 of Fire.material: Invalid param_named_auto attribute - An exception has been thrown! 403 404 ----------------------------------- 405 Details: 406 ----------------------------------- 407 Error #: 7 408 Function: GpuProgramParameters::getParamIndex 409 Description: Cannot find a parameter named worldViewProj. 410 File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 411 Line: 768 412 Stack unwinding: <<beginning of stack>> 413 17:15:03: Parsing script FireHeatCompositor.material 414 17:15:03: An exception has been thrown! 415 416 ----------------------------------- 417 Details: 418 ----------------------------------- 419 Error #: 7 420 Function: GpuProgramParameters::getParamIndex 421 Description: Cannot find a parameter named width. 422 File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 423 Line: 768 424 Stack unwinding: <<beginning of stack>> 425 17:15:03: Error in material FireHeatCompositor at line 20 of FireHeatCompositor.material: Invalid param_named_auto attribute - An exception has been thrown! 426 427 ----------------------------------- 428 Details: 429 ----------------------------------- 430 Error #: 7 431 Function: GpuProgramParameters::getParamIndex 432 Description: Cannot find a parameter named width. 433 File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 434 Line: 768 435 Stack unwinding: <<beginning of stack>> 436 17:15:03: An exception has been thrown! 437 438 ----------------------------------- 439 Details: 440 ----------------------------------- 441 Error #: 7 442 Function: GpuProgramParameters::getParamIndex 443 Description: Cannot find a parameter named height. 444 File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 445 Line: 768 446 Stack unwinding: <<beginning of stack>> 447 17:15:03: Error in material FireHeatCompositor at line 21 of FireHeatCompositor.material: Invalid param_named_auto attribute - An exception has been thrown! 448 449 ----------------------------------- 450 Details: 451 ----------------------------------- 452 Error #: 7 453 Function: GpuProgramParameters::getParamIndex 454 Description: Cannot find a parameter named height. 455 File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 456 Line: 768 457 Stack unwinding: <<beginning of stack>> 458 17:15:03: Parsing script GameTools.material 459 17:15:03: An exception has been thrown! 460 461 ----------------------------------- 462 Details: 463 ----------------------------------- 464 Error #: 7 465 Function: GpuProgramParameters::getParamIndex 466 Description: Cannot find a parameter named Gain. 467 File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 468 Line: 768 469 Stack unwinding: <<beginning of stack>> 470 17:15:03: Error in material GameTools/ToneMap at line 283 of GameTools.material: Invalid param_named attribute - An exception has been thrown! 471 472 ----------------------------------- 473 Details: 474 ----------------------------------- 475 Error #: 7 476 Function: GpuProgramParameters::getParamIndex 477 Description: Cannot find a parameter named Gain. 478 File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 479 Line: 768 480 Stack unwinding: <<beginning of stack>> 481 17:15:03: An exception has been thrown! 482 483 ----------------------------------- 484 Details: 485 ----------------------------------- 486 Error #: 7 487 Function: GpuProgramParameters::getParamIndex 488 Description: Cannot find a parameter named world_IT. 489 File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 490 Line: 768 491 Stack unwinding: <<beginning of stack>> 492 17:15:03: Error in material GameTools/CausticSoftShadowReciever at line 436 of GameTools.material: Invalid param_named_auto attribute - An exception has been thrown! 493 494 ----------------------------------- 495 Details: 496 ----------------------------------- 497 Error #: 7 498 Function: GpuProgramParameters::getParamIndex 499 Description: Cannot find a parameter named world_IT. 500 File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 501 Line: 768 502 Stack unwinding: <<beginning of stack>> 503 17:15:03: An exception has been thrown! 504 505 ----------------------------------- 506 Details: 507 ----------------------------------- 508 Error #: 7 509 Function: GpuProgramParameters::getParamIndex 510 Description: Cannot find a parameter named cubeMapCameraPosition. 511 File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 512 Line: 768 513 Stack unwinding: <<beginning of stack>> 514 17:15:03: Error in material GameTools/CausticSoftShadowReciever at line 443 of GameTools.material: Invalid param_named attribute - An exception has been thrown! 515 516 ----------------------------------- 517 Details: 518 ----------------------------------- 519 Error #: 7 520 Function: GpuProgramParameters::getParamIndex 521 Description: Cannot find a parameter named cubeMapCameraPosition. 522 File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 523 Line: 768 524 Stack unwinding: <<beginning of stack>> 525 17:15:03: Error in material GameTools/CausticSoftShadowReciever at line 464 of GameTools.material: Unrecognised command: texture_unit/bump 526 17:15:03: Error in material GameTools/CausticSoftShadowReciever at line 465 of GameTools.material: Unrecognised command: { 527 17:15:03: Error in material GameTools/CausticSoftShadowReciever at line 466 of GameTools.material: Unrecognised command: texture 528 17:15:03: Error at line 470 of GameTools.material: Unexpected terminating brace. 529 17:15:03: An exception has been thrown! 530 531 ----------------------------------- 532 Details: 533 ----------------------------------- 534 Error #: 7 535 Function: GpuProgramParameters::getParamIndex 536 Description: Cannot find a parameter named CUBEMAP_SIZE. 537 File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 538 Line: 768 539 Stack unwinding: <<beginning of stack>> 540 17:15:03: Error in material GameTools/CubeMap/Reduce at line 527 of GameTools.material: Invalid param_named attribute - An exception has been thrown! 541 542 ----------------------------------- 543 Details: 544 ----------------------------------- 545 Error #: 7 546 Function: GpuProgramParameters::getParamIndex 547 Description: Cannot find a parameter named CUBEMAP_SIZE. 548 File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 549 Line: 768 550 Stack unwinding: <<beginning of stack>> 551 17:15:03: An exception has been thrown! 552 553 ----------------------------------- 554 Details: 555 ----------------------------------- 556 Error #: 7 557 Function: GpuProgramParameters::getParamIndex 558 Description: Cannot find a parameter named lightPosition. 559 File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 560 Line: 768 561 Stack unwinding: <<beginning of stack>> 562 17:15:03: Error in material GameTools/CubeMap/Localized at line 591 of GameTools.material: Invalid param_named_auto attribute - An exception has been thrown! 563 564 ----------------------------------- 565 Details: 566 ----------------------------------- 567 Error #: 7 568 Function: GpuProgramParameters::getParamIndex 569 Description: Cannot find a parameter named lightPosition. 570 File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 571 Line: 768 572 Stack unwinding: <<beginning of stack>> 573 17:15:03: An exception has been thrown! 574 575 ----------------------------------- 576 Details: 577 ----------------------------------- 578 Error #: 7 579 Function: GpuProgramParameters::getParamIndex 580 Description: Cannot find a parameter named lightPosition. 581 File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 582 Line: 768 583 Stack unwinding: <<beginning of stack>> 584 17:15:03: Error in material GameTools/CubeMap/LocalizedBump at line 631 of GameTools.material: Invalid param_named_auto attribute - An exception has been thrown! 585 586 ----------------------------------- 587 Details: 588 ----------------------------------- 589 Error #: 7 590 Function: GpuProgramParameters::getParamIndex 591 Description: Cannot find a parameter named lightPosition. 592 File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 593 Line: 768 594 Stack unwinding: <<beginning of stack>> 595 17:15:05: An exception has been thrown! 596 597 ----------------------------------- 598 Details: 599 ----------------------------------- 600 Error #: 7 601 Function: GpuProgramParameters::getParamIndex 602 Description: Cannot find a parameter named cameraPos. 603 File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 604 Line: 768 605 Stack unwinding: <<beginning of stack>> 606 17:15:05: Error in material GameTools/CubeMap/Diffuse at line 715 of GameTools.material: Invalid param_named_auto attribute - An exception has been thrown! 607 608 ----------------------------------- 609 Details: 610 ----------------------------------- 611 Error #: 7 612 Function: GpuProgramParameters::getParamIndex 613 Description: Cannot find a parameter named cameraPos. 614 File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 615 Line: 768 616 Stack unwinding: <<beginning of stack>> 617 17:15:05: An exception has been thrown! 618 619 ----------------------------------- 620 Details: 621 ----------------------------------- 622 Error #: 7 623 Function: GpuProgramParameters::getParamIndex 624 Description: Cannot find a parameter named REDUCED_CUBEMAP_SIZE. 625 File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 626 Line: 768 627 Stack unwinding: <<beginning of stack>> 628 17:15:05: Error in material GameTools/CubeMap/Diffuse at line 716 of GameTools.material: Invalid param_named attribute - An exception has been thrown! 629 630 ----------------------------------- 631 Details: 632 ----------------------------------- 633 Error #: 7 634 Function: GpuProgramParameters::getParamIndex 635 Description: Cannot find a parameter named REDUCED_CUBEMAP_SIZE. 636 File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 637 Line: 768 638 Stack unwinding: <<beginning of stack>> 639 17:15:05: Error in material GameTools/CubeMap/Diffuse at line 723 of GameTools.material: Bad cubic_texture attribute, final parameter must be 'combinedUVW' or 'separateUV'. 640 17:15:05: Error in material GameTools/CubeMap/Diffuse at line 731 of GameTools.material: Bad cubic_texture attribute, final parameter must be 'combinedUVW' or 'separateUV'. 641 17:15:05: An exception has been thrown! 642 643 ----------------------------------- 644 Details: 645 ----------------------------------- 646 Error #: 7 647 Function: GpuProgramParameters::getParamIndex 648 Description: Cannot find a parameter named n. 649 File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 650 Line: 768 651 Stack unwinding: <<beginning of stack>> 652 17:15:05: Error in material GameTools/CubeMap/LocalizedMetal at line 757 of GameTools.material: Invalid param_named attribute - An exception has been thrown! 653 654 ----------------------------------- 655 Details: 656 ----------------------------------- 657 Error #: 7 658 Function: GpuProgramParameters::getParamIndex 659 Description: Cannot find a parameter named n. 660 File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 661 Line: 768 662 Stack unwinding: <<beginning of stack>> 663 17:15:05: An exception has been thrown! 664 665 ----------------------------------- 666 Details: 667 ----------------------------------- 668 Error #: 7 669 Function: GpuProgramParameters::getParamIndex 670 Description: Cannot find a parameter named k. 671 File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 672 Line: 768 673 Stack unwinding: <<beginning of stack>> 674 17:15:05: Error in material GameTools/CubeMap/LocalizedMetal at line 758 of GameTools.material: Invalid param_named attribute - An exception has been thrown! 675 676 ----------------------------------- 677 Details: 678 ----------------------------------- 679 Error #: 7 680 Function: GpuProgramParameters::getParamIndex 681 Description: Cannot find a parameter named k. 682 File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 683 Line: 768 684 Stack unwinding: <<beginning of stack>> 685 17:15:05: Error in material GameTools/PhotonMapCaustic at line 827 of GameTools.material: Bad cubic_texture attribute, final parameter must be 'combinedUVW' or 'separateUV'. 686 17:15:05: Error in material GameTools/SceneCameraDepthShader at line 882 of GameTools.material: Unrecognised command: scene_blend 687 17:15:05: An exception has been thrown! 688 689 ----------------------------------- 690 Details: 691 ----------------------------------- 692 Error #: 7 693 Function: GpuProgramParameters::getParamIndex 694 Description: Cannot find a parameter named farplane. 695 File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 696 Line: 768 697 Stack unwinding: <<beginning of stack>> 698 17:15:05: Error in material GameTools/SceneCameraDepthShader at line 890 of GameTools.material: Invalid param_named_auto attribute - An exception has been thrown! 699 700 ----------------------------------- 701 Details: 702 ----------------------------------- 703 Error #: 7 704 Function: GpuProgramParameters::getParamIndex 705 Description: Cannot find a parameter named farplane. 706 File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 707 Line: 768 708 Stack unwinding: <<beginning of stack>> 709 17:15:05: Error in material GameTools/ShadowMapDepth at line 906 of GameTools.material: Unrecognised command: scene_blend 710 17:15:05: Error in material GameTools/ShadowMapDepth at line 910 of GameTools.material: Bad cull_hardware attribute, valid parameters are 'none', 'clockwise' or 'anticlockwise'. 711 17:15:05: Error in material GameTools/Cau at line 934 of GameTools.material: Expecting '{' but got cull_hardware none instead. 712 17:15:05: An exception has been thrown! 713 714 ----------------------------------- 715 Details: 716 ----------------------------------- 717 Error #: 7 718 Function: GpuProgramParameters::getParamIndex 719 Description: Cannot find a parameter named worldViewProj. 720 File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 721 Line: 768 722 Stack unwinding: <<beginning of stack>> 723 17:15:05: Error in material GameTools/Cau at line 944 of GameTools.material: Invalid param_named_auto attribute - An exception has been thrown! 724 725 ----------------------------------- 726 Details: 727 ----------------------------------- 728 Error #: 7 729 Function: GpuProgramParameters::getParamIndex 730 Description: Cannot find a parameter named worldViewProj. 731 File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 732 Line: 768 733 Stack unwinding: <<beginning of stack>> 734 17:15:05: An exception has been thrown! 735 736 ----------------------------------- 737 Details: 738 ----------------------------------- 739 Error #: 7 740 Function: GpuProgramParameters::getParamIndex 741 Description: Cannot find a parameter named resolution. 742 File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 743 Line: 768 744 Stack unwinding: <<beginning of stack>> 745 17:15:05: Error in material GameTools/Cau at line 947 of GameTools.material: Invalid param_named_auto attribute - An exception has been thrown! 746 747 ----------------------------------- 748 Details: 749 ----------------------------------- 750 Error #: 7 751 Function: GpuProgramParameters::getParamIndex 752 Description: Cannot find a parameter named resolution. 753 File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 754 Line: 768 755 Stack unwinding: <<beginning of stack>> 756 17:15:05: An exception has been thrown! 757 758 ----------------------------------- 759 Details: 760 ----------------------------------- 761 Error #: 7 762 Function: GpuProgramParameters::getParamIndex 763 Description: Cannot find a parameter named worldViewProj. 764 File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 765 Line: 768 766 Stack unwinding: <<beginning of stack>> 767 17:15:05: Error in material GameTools/SpriteShader at line 986 of GameTools.material: Invalid param_named_auto attribute - An exception has been thrown! 768 769 ----------------------------------- 770 Details: 771 ----------------------------------- 772 Error #: 7 773 Function: GpuProgramParameters::getParamIndex 774 Description: Cannot find a parameter named worldViewProj. 775 File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 776 Line: 768 777 Stack unwinding: <<beginning of stack>> 778 17:15:05: An exception has been thrown! 779 780 ----------------------------------- 781 Details: 782 ----------------------------------- 783 Error #: 7 784 Function: GpuProgramParameters::getParamIndex 785 Description: Cannot find a parameter named worldViewProj. 786 File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 787 Line: 768 788 Stack unwinding: <<beginning of stack>> 789 17:15:05: Error in material GameTools/SBB at line 1029 of GameTools.material: Invalid param_named_auto attribute - An exception has been thrown! 790 791 ----------------------------------- 792 Details: 793 ----------------------------------- 794 Error #: 7 795 Function: GpuProgramParameters::getParamIndex 796 Description: Cannot find a parameter named worldViewProj. 797 File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 798 Line: 768 799 Stack unwinding: <<beginning of stack>> 800 17:15:05: Parsing script Ogre.material 801 17:15:05: Parsing script scene1.material 802 17:15:05: An exception has been thrown! 803 804 ----------------------------------- 805 Details: 806 ----------------------------------- 807 Error #: 7 808 Function: GpuProgramParameters::getParamIndex 809 Description: Cannot find a parameter named world_IT. 810 File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 811 Line: 768 812 Stack unwinding: <<beginning of stack>> 813 17:15:05: Error in material padlo at line 28 of scene1.material: Invalid param_named_auto attribute - An exception has been thrown! 814 815 ----------------------------------- 816 Details: 817 ----------------------------------- 818 Error #: 7 819 Function: GpuProgramParameters::getParamIndex 820 Description: Cannot find a parameter named world_IT. 821 File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 822 Line: 768 823 Stack unwinding: <<beginning of stack>> 824 17:15:05: An exception has been thrown! 825 826 ----------------------------------- 827 Details: 828 ----------------------------------- 829 Error #: 7 830 Function: GpuProgramParameters::getParamIndex 831 Description: Cannot find a parameter named world_IT. 832 File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 833 Line: 768 834 Stack unwinding: <<beginning of stack>> 835 17:15:05: Error in material fal at line 67 of scene1.material: Invalid param_named_auto attribute - An exception has been thrown! 836 837 ----------------------------------- 838 Details: 839 ----------------------------------- 840 Error #: 7 841 Function: GpuProgramParameters::getParamIndex 842 Description: Cannot find a parameter named world_IT. 843 File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 844 Line: 768 845 Stack unwinding: <<beginning of stack>> 846 17:15:05: Parsing script wheel.material 847 17:15:05: An exception has been thrown! 848 849 ----------------------------------- 850 Details: 851 ----------------------------------- 852 Error #: 7 853 Function: GpuProgramParameters::getParamIndex 854 Description: Cannot find a parameter named world_IT. 855 File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 856 Line: 768 857 Stack unwinding: <<beginning of stack>> 858 17:15:05: Error in material tire1 at line 17 of wheel.material: Invalid param_named_auto attribute - An exception has been thrown! 859 860 ----------------------------------- 861 Details: 862 ----------------------------------- 863 Error #: 7 864 Function: GpuProgramParameters::getParamIndex 865 Description: Cannot find a parameter named world_IT. 866 File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 867 Line: 768 868 Stack unwinding: <<beginning of stack>> 869 17:15:05: An exception has been thrown! 870 871 ----------------------------------- 872 Details: 873 ----------------------------------- 874 Error #: 7 875 Function: GpuProgramParameters::getParamIndex 876 Description: Cannot find a parameter named lightPosition. 877 File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 878 Line: 768 879 Stack unwinding: <<beginning of stack>> 880 17:15:05: Error in material wheel at line 87 of wheel.material: Invalid param_named_auto attribute - An exception has been thrown! 881 882 ----------------------------------- 883 Details: 884 ----------------------------------- 885 Error #: 7 886 Function: GpuProgramParameters::getParamIndex 887 Description: Cannot find a parameter named lightPosition. 888 File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 889 Line: 768 890 Stack unwinding: <<beginning of stack>> 891 17:15:05: Parsing script FireHeat.compositor 892 17:15:05: Parsing script GameTools_Glow.compositor 893 17:15:05: Parsing script GameTools_ToneMap.compositor 894 17:15:05: Parsing script sample.fontdef 895 17:15:05: Bad attribute line: glyph 0.152344 0.125 0.160156 0.1875 in font Ogre 896 17:15:05: Parsing script GameTools.particle 897 17:15:05: Bad particle system attribute line: 'billboard_type point' in GameTools/DemoParticle1 (tried renderer) 898 17:15:05: Parsing script Particles.particle 899 17:15:05: Bad particle system attribute line: 'billboard_type point' in CarDemo_Fire (tried renderer) 900 17:15:05: Parsing script Compositor.overlay 901 17:15:05: Parsing script DP3.overlay 902 17:15:05: Parsing script Example-CubeMapping.overlay 903 17:15:05: Parsing script Example-DynTex.overlay 904 17:15:05: Parsing script Example-Water.overlay 905 17:15:05: Parsing script Help.overlay 906 17:15:05: Texture: helpscreen.tga: Loading 1 faces(PF_R8G8B8,1024x768x1) with 10 generated mipmaps from Image. Internal format is PF_X8R8G8B8,1024x768x1. 907 17:15:05: Parsing script Shadows.overlay 908 17:15:05: Finished parsing scripts for resource group General 909 17:15:05: Parsing scripts for resource group Internal 910 17:15:05: Finished parsing scripts for resource group Internal 911 17:15:05: Creating viewport on target 'rtt/2271872', rendering from camera 'PlayerCam', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 912 17:15:05: Viewport for camera 'PlayerCam', actual dimensions L: 0 T: 0 W: 800 H: 600 913 17:15:05: Creating viewport on target 'rtt/2272320', rendering from camera 'PlayerCam', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 914 17:15:05: Viewport for camera 'PlayerCam', actual dimensions L: 0 T: 0 W: 800 H: 600 915 17:15:05: Creating viewport on target 'rtt/2272736', rendering from camera 'PlayerCam', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 916 17:15:05: Viewport for camera 'PlayerCam', actual dimensions L: 0 T: 0 W: 256 H: 256 917 17:15:05: Creating viewport on target 'rtt/2273184', rendering from camera 'PlayerCam', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 918 17:15:05: Viewport for camera 'PlayerCam', actual dimensions L: 0 T: 0 W: 256 H: 256 919 17:15:05: Creating viewport on target 'rtt/2273632', rendering from camera 'PlayerCam', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 920 17:15:05: Viewport for camera 'PlayerCam', actual dimensions L: 0 T: 0 W: 256 H: 256 921 17:15:05: Creating viewport on target 'rtt/2274080', rendering from camera 'PlayerCam', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 922 17:15:05: Viewport for camera 'PlayerCam', actual dimensions L: 0 T: 0 W: 256 H: 256 923 17:15:05: Texture: cloudy_noon_fr.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 924 17:15:05: Texture: cloudy_noon_bk.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 925 17:15:05: Texture: cloudy_noon_lf.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 926 17:15:05: Texture: cloudy_noon_rt.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 927 17:15:05: Texture: cloudy_noon_up.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 928 17:15:05: Texture: cloudy_noon_dn.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 929 17:15:05: [NxOgre] NxOgre Log started. 930 17:15:05: [NxOgre] Starting up PhysX SDK 931 17:15:05: [NxOgre] Started. 932 17:15:05: [NxOgre] Creating scene 'Main'. 933 17:15:05: Mesh: Loading carbound2.mesh. 934 17:15:05: Can't assign material lambert1 to SubEntity of myCar_Car_Body because this Material does not exist. Have you forgotten to define it in a .material script? 935 17:15:05: Mesh: Loading carHi.mesh. 936 17:15:05: An exception has been thrown! 937 938 ----------------------------------- 939 Details: 940 ----------------------------------- 941 Error #: 8 942 Function: ResourceGroupManager::openResource 943 Description: Cannot locate resource cubemap_rt.jpg in resource group General or any other group.. 944 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 945 Line: 583 946 Stack unwinding: <<beginning of stack>> 947 17:15:05: Error loading texture cubemap.jpg. Texture layer will be blank. Loading the texture failed with the following exception: An exception has been thrown! 948 949 ----------------------------------- 950 Details: 951 ----------------------------------- 952 Error #: 8 953 Function: ResourceGroupManager::openResource 954 Description: Cannot locate resource cubemap_rt.jpg in resource group General or any other group.. 955 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 956 Line: 583 957 Stack unwinding: <<beginning of stack>> 958 17:15:05: An exception has been thrown! 959 960 ----------------------------------- 961 Details: 962 ----------------------------------- 963 Error #: 8 964 Function: ResourceGroupManager::openResource 965 Description: Cannot locate resource cubemap_rt.jpg in resource group General or any other group.. 966 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 967 Line: 583 968 Stack unwinding: <<beginning of stack>> 969 17:15:05: Error loading texture cubemap.jpg. Texture layer will be blank. Loading the texture failed with the following exception: An exception has been thrown! 970 971 ----------------------------------- 972 Details: 973 ----------------------------------- 974 Error #: 8 975 Function: ResourceGroupManager::openResource 976 Description: Cannot locate resource cubemap_rt.jpg in resource group General or any other group.. 977 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 978 Line: 583 979 Stack unwinding: <<beginning of stack>> 980 17:15:05: An exception has been thrown! 981 982 ----------------------------------- 983 Details: 984 ----------------------------------- 985 Error #: 8 986 Function: ResourceGroupManager::openResource 987 Description: Cannot locate resource cubemap_rt.jpg in resource group General or any other group.. 988 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 989 Line: 583 990 Stack unwinding: <<beginning of stack>> 991 17:15:05: Error loading texture cubemap.jpg. Texture layer will be blank. Loading the texture failed with the following exception: An exception has been thrown! 992 993 ----------------------------------- 994 Details: 995 ----------------------------------- 996 Error #: 8 997 Function: ResourceGroupManager::openResource 998 Description: Cannot locate resource cubemap_rt.jpg in resource group General or any other group.. 999 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 1000 Line: 583 1001 Stack unwinding: <<beginning of stack>> 1002 17:15:05: An exception has been thrown! 1003 1004 ----------------------------------- 1005 Details: 1006 ----------------------------------- 1007 Error #: 8 1008 Function: ResourceGroupManager::openResource 1009 Description: Cannot locate resource cubemap_rt.jpg in resource group General or any other group.. 1010 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 1011 Line: 583 1012 Stack unwinding: <<beginning of stack>> 1013 17:15:05: Error loading texture cubemap.jpg. Texture layer will be blank. Loading the texture failed with the following exception: An exception has been thrown! 1014 1015 ----------------------------------- 1016 Details: 1017 ----------------------------------- 1018 Error #: 8 1019 Function: ResourceGroupManager::openResource 1020 Description: Cannot locate resource cubemap_rt.jpg in resource group General or any other group.. 1021 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 1022 Line: 583 1023 Stack unwinding: <<beginning of stack>> 1024 17:15:05: An exception has been thrown! 1025 1026 ----------------------------------- 1027 Details: 1028 ----------------------------------- 1029 Error #: 8 1030 Function: ResourceGroupManager::openResource 1031 Description: Cannot locate resource cubemap_rt.jpg in resource group General or any other group.. 1032 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 1033 Line: 583 1034 Stack unwinding: <<beginning of stack>> 1035 17:15:05: Error loading texture cubemap.jpg. Texture layer will be blank. Loading the texture failed with the following exception: An exception has been thrown! 1036 1037 ----------------------------------- 1038 Details: 1039 ----------------------------------- 1040 Error #: 8 1041 Function: ResourceGroupManager::openResource 1042 Description: Cannot locate resource cubemap_rt.jpg in resource group General or any other group.. 1043 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 1044 Line: 583 1045 Stack unwinding: <<beginning of stack>> 1046 17:15:05: An exception has been thrown! 1047 1048 ----------------------------------- 1049 Details: 1050 ----------------------------------- 1051 Error #: 8 1052 Function: ResourceGroupManager::openResource 1053 Description: Cannot locate resource cubemap_rt.jpg in resource group General or any other group.. 1054 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 1055 Line: 583 1056 Stack unwinding: <<beginning of stack>> 1057 17:15:05: Error loading texture cubemap.jpg. Texture layer will be blank. Loading the texture failed with the following exception: An exception has been thrown! 1058 1059 ----------------------------------- 1060 Details: 1061 ----------------------------------- 1062 Error #: 8 1063 Function: ResourceGroupManager::openResource 1064 Description: Cannot locate resource cubemap_rt.jpg in resource group General or any other group.. 1065 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 1066 Line: 583 1067 Stack unwinding: <<beginning of stack>> 1068 17:15:05: An exception has been thrown! 1069 1070 ----------------------------------- 1071 Details: 1072 ----------------------------------- 1073 Error #: 8 1074 Function: ResourceGroupManager::openResource 1075 Description: Cannot locate resource cubemap_rt.jpg in resource group General or any other group.. 1076 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 1077 Line: 583 1078 Stack unwinding: <<beginning of stack>> 1079 17:15:05: Error loading texture cubemap.jpg. Texture layer will be blank. Loading the texture failed with the following exception: An exception has been thrown! 1080 1081 ----------------------------------- 1082 Details: 1083 ----------------------------------- 1084 Error #: 8 1085 Function: ResourceGroupManager::openResource 1086 Description: Cannot locate resource cubemap_rt.jpg in resource group General or any other group.. 1087 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 1088 Line: 583 1089 Stack unwinding: <<beginning of stack>> 1090 17:15:05: An exception has been thrown! 1091 1092 ----------------------------------- 1093 Details: 1094 ----------------------------------- 1095 Error #: 8 1096 Function: ResourceGroupManager::openResource 1097 Description: Cannot locate resource cubemap_rt.jpg in resource group General or any other group.. 1098 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 1099 Line: 583 1100 Stack unwinding: <<beginning of stack>> 1101 17:15:05: Error loading texture cubemap.jpg. Texture layer will be blank. Loading the texture failed with the following exception: An exception has been thrown! 1102 1103 ----------------------------------- 1104 Details: 1105 ----------------------------------- 1106 Error #: 8 1107 Function: ResourceGroupManager::openResource 1108 Description: Cannot locate resource cubemap_rt.jpg in resource group General or any other group.. 1109 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 1110 Line: 583 1111 Stack unwinding: <<beginning of stack>> 1112 17:15:05: Texture: canvas.tga: Loading 1 faces(PF_R8G8B8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 1113 17:15:05: D3D9 : Loading 2D Texture, image name : 'canvasnormal.dds' with 2147483647 mip map levels 1114 17:15:05: An exception has been thrown! 1115 1116 ----------------------------------- 1117 Details: 1118 ----------------------------------- 1119 Error #: 8 1120 Function: ResourceGroupManager::openResource 1121 Description: Cannot locate resource cubemap_rt.jpg in resource group General or any other group.. 1122 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 1123 Line: 583 1124 Stack unwinding: <<beginning of stack>> 1125 17:15:05: Error loading texture cubemap.jpg. Texture layer will be blank. Loading the texture failed with the following exception: An exception has been thrown! 1126 1127 ----------------------------------- 1128 Details: 1129 ----------------------------------- 1130 Error #: 8 1131 Function: ResourceGroupManager::openResource 1132 Description: Cannot locate resource cubemap_rt.jpg in resource group General or any other group.. 1133 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 1134 Line: 583 1135 Stack unwinding: <<beginning of stack>> 1136 17:15:05: An exception has been thrown! 1137 1138 ----------------------------------- 1139 Details: 1140 ----------------------------------- 1141 Error #: 8 1142 Function: ResourceGroupManager::openResource 1143 Description: Cannot locate resource cubemap_rt.jpg in resource group General or any other group.. 1144 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 1145 Line: 583 1146 Stack unwinding: <<beginning of stack>> 1147 17:15:05: Error loading texture cubemap.jpg. Texture layer will be blank. Loading the texture failed with the following exception: An exception has been thrown! 1148 1149 ----------------------------------- 1150 Details: 1151 ----------------------------------- 1152 Error #: 8 1153 Function: ResourceGroupManager::openResource 1154 Description: Cannot locate resource cubemap_rt.jpg in resource group General or any other group.. 1155 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 1156 Line: 583 1157 Stack unwinding: <<beginning of stack>> 1158 17:15:05: An exception has been thrown! 1159 1160 ----------------------------------- 1161 Details: 1162 ----------------------------------- 1163 Error #: 8 1164 Function: ResourceGroupManager::openResource 1165 Description: Cannot locate resource cubemap_rt.jpg in resource group General or any other group.. 1166 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 1167 Line: 583 1168 Stack unwinding: <<beginning of stack>> 1169 17:15:05: Error loading texture cubemap.jpg. Texture layer will be blank. Loading the texture failed with the following exception: An exception has been thrown! 1170 1171 ----------------------------------- 1172 Details: 1173 ----------------------------------- 1174 Error #: 8 1175 Function: ResourceGroupManager::openResource 1176 Description: Cannot locate resource cubemap_rt.jpg in resource group General or any other group.. 1177 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 1178 Line: 583 1179 Stack unwinding: <<beginning of stack>> 1180 17:15:05: An exception has been thrown! 1181 1182 ----------------------------------- 1183 Details: 1184 ----------------------------------- 1185 Error #: 8 1186 Function: ResourceGroupManager::openResource 1187 Description: Cannot locate resource cubemap_rt.jpg in resource group General or any other group.. 1188 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 1189 Line: 583 1190 Stack unwinding: <<beginning of stack>> 1191 17:15:05: Error loading texture cubemap.jpg. Texture layer will be blank. Loading the texture failed with the following exception: An exception has been thrown! 1192 1193 ----------------------------------- 1194 Details: 1195 ----------------------------------- 1196 Error #: 8 1197 Function: ResourceGroupManager::openResource 1198 Description: Cannot locate resource cubemap_rt.jpg in resource group General or any other group.. 1199 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 1200 Line: 583 1201 Stack unwinding: <<beginning of stack>> 1202 17:15:05: Mesh: Loading wheel.mesh. 1203 17:15:05: Texture: tire.tga: Loading 1 faces(PF_R8G8B8,256x256x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1. 1204 17:15:05: D3D9 : Loading 2D Texture, image name : 'tirenormal.dds' with 2147483647 mip map levels 1205 17:15:05: An exception has been thrown! 1206 1207 ----------------------------------- 1208 Details: 1209 ----------------------------------- 1210 Error #: 8 1211 Function: ResourceGroupManager::openResource 1212 Description: Cannot locate resource cubemap_rt.jpg in resource group General or any other group.. 1213 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 1214 Line: 583 1215 Stack unwinding: <<beginning of stack>> 1216 17:15:05: Error loading texture cubemap.jpg. Texture layer will be blank. Loading the texture failed with the following exception: An exception has been thrown! 1217 1218 ----------------------------------- 1219 Details: 1220 ----------------------------------- 1221 Error #: 8 1222 Function: ResourceGroupManager::openResource 1223 Description: Cannot locate resource cubemap_rt.jpg in resource group General or any other group.. 1224 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 1225 Line: 583 1226 Stack unwinding: <<beginning of stack>> 1227 17:15:05: An exception has been thrown! 1228 1229 ----------------------------------- 1230 Details: 1231 ----------------------------------- 1232 Error #: 8 1233 Function: ResourceGroupManager::openResource 1234 Description: Cannot locate resource cubemap_rt.jpg in resource group General or any other group.. 1235 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 1236 Line: 583 1237 Stack unwinding: <<beginning of stack>> 1238 17:15:05: Error loading texture cubemap.jpg. Texture layer will be blank. Loading the texture failed with the following exception: An exception has been thrown! 1239 1240 ----------------------------------- 1241 Details: 1242 ----------------------------------- 1243 Error #: 8 1244 Function: ResourceGroupManager::openResource 1245 Description: Cannot locate resource cubemap_rt.jpg in resource group General or any other group.. 1246 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 1247 Line: 583 1248 Stack unwinding: <<beginning of stack>> 1249 17:15:05: An exception has been thrown! 1250 1251 ----------------------------------- 1252 Details: 1253 ----------------------------------- 1254 Error #: 8 1255 Function: ResourceGroupManager::openResource 1256 Description: Cannot locate resource cubemap_rt.jpg in resource group General or any other group.. 1257 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 1258 Line: 583 1259 Stack unwinding: <<beginning of stack>> 1260 17:15:05: Error loading texture cubemap.jpg. Texture layer will be blank. Loading the texture failed with the following exception: An exception has been thrown! 1261 1262 ----------------------------------- 1263 Details: 1264 ----------------------------------- 1265 Error #: 8 1266 Function: ResourceGroupManager::openResource 1267 Description: Cannot locate resource cubemap_rt.jpg in resource group General or any other group.. 1268 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 1269 Line: 583 1270 Stack unwinding: <<beginning of stack>> 1271 17:15:05: An exception has been thrown! 1272 1273 ----------------------------------- 1274 Details: 1275 ----------------------------------- 1276 Error #: 8 1277 Function: ResourceGroupManager::openResource 1278 Description: Cannot locate resource cubemap_rt.jpg in resource group General or any other group.. 1279 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 1280 Line: 583 1281 Stack unwinding: <<beginning of stack>> 1282 17:15:05: Error loading texture cubemap.jpg. Texture layer will be blank. Loading the texture failed with the following exception: An exception has been thrown! 1283 1284 ----------------------------------- 1285 Details: 1286 ----------------------------------- 1287 Error #: 8 1288 Function: ResourceGroupManager::openResource 1289 Description: Cannot locate resource cubemap_rt.jpg in resource group General or any other group.. 1290 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 1291 Line: 583 1292 Stack unwinding: <<beginning of stack>> 1293 17:15:05: An exception has been thrown! 1294 1295 ----------------------------------- 1296 Details: 1297 ----------------------------------- 1298 Error #: 8 1299 Function: ResourceGroupManager::openResource 1300 Description: Cannot locate resource cubemap_rt.jpg in resource group General or any other group.. 1301 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 1302 Line: 583 1303 Stack unwinding: <<beginning of stack>> 1304 17:15:05: Error loading texture cubemap.jpg. Texture layer will be blank. Loading the texture failed with the following exception: An exception has been thrown! 1305 1306 ----------------------------------- 1307 Details: 1308 ----------------------------------- 1309 Error #: 8 1310 Function: ResourceGroupManager::openResource 1311 Description: Cannot locate resource cubemap_rt.jpg in resource group General or any other group.. 1312 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 1313 Line: 583 1314 Stack unwinding: <<beginning of stack>> 1315 17:15:05: An exception has been thrown! 1316 1317 ----------------------------------- 1318 Details: 1319 ----------------------------------- 1320 Error #: 8 1321 Function: ResourceGroupManager::openResource 1322 Description: Cannot locate resource cubemap_rt.jpg in resource group General or any other group.. 1323 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 1324 Line: 583 1325 Stack unwinding: <<beginning of stack>> 1326 17:15:05: Error loading texture cubemap.jpg. Texture layer will be blank. Loading the texture failed with the following exception: An exception has been thrown! 1327 1328 ----------------------------------- 1329 Details: 1330 ----------------------------------- 1331 Error #: 8 1332 Function: ResourceGroupManager::openResource 1333 Description: Cannot locate resource cubemap_rt.jpg in resource group General or any other group.. 1334 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 1335 Line: 583 1336 Stack unwinding: <<beginning of stack>> 1337 17:15:05: An exception has been thrown! 1338 1339 ----------------------------------- 1340 Details: 1341 ----------------------------------- 1342 Error #: 8 1343 Function: ResourceGroupManager::openResource 1344 Description: Cannot locate resource cubemap_rt.jpg in resource group General or any other group.. 1345 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 1346 Line: 583 1347 Stack unwinding: <<beginning of stack>> 1348 17:15:05: Error loading texture cubemap.jpg. Texture layer will be blank. Loading the texture failed with the following exception: An exception has been thrown! 1349 1350 ----------------------------------- 1351 Details: 1352 ----------------------------------- 1353 Error #: 8 1354 Function: ResourceGroupManager::openResource 1355 Description: Cannot locate resource cubemap_rt.jpg in resource group General or any other group.. 1356 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 1357 Line: 583 1358 Stack unwinding: <<beginning of stack>> 1359 17:15:05: An exception has been thrown! 1360 1361 ----------------------------------- 1362 Details: 1363 ----------------------------------- 1364 Error #: 8 1365 Function: ResourceGroupManager::openResource 1366 Description: Cannot locate resource cubemap_rt.jpg in resource group General or any other group.. 1367 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 1368 Line: 583 1369 Stack unwinding: <<beginning of stack>> 1370 17:15:05: Error loading texture cubemap.jpg. Texture layer will be blank. Loading the texture failed with the following exception: An exception has been thrown! 1371 1372 ----------------------------------- 1373 Details: 1374 ----------------------------------- 1375 Error #: 8 1376 Function: ResourceGroupManager::openResource 1377 Description: Cannot locate resource cubemap_rt.jpg in resource group General or any other group.. 1378 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 1379 Line: 583 1380 Stack unwinding: <<beginning of stack>> 1381 17:15:05: An exception has been thrown! 1382 1383 ----------------------------------- 1384 Details: 1385 ----------------------------------- 1386 Error #: 8 1387 Function: ResourceGroupManager::openResource 1388 Description: Cannot locate resource cubemap_rt.jpg in resource group General or any other group.. 1389 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 1390 Line: 583 1391 Stack unwinding: <<beginning of stack>> 1392 17:15:05: Error loading texture cubemap.jpg. Texture layer will be blank. Loading the texture failed with the following exception: An exception has been thrown! 1393 1394 ----------------------------------- 1395 Details: 1396 ----------------------------------- 1397 Error #: 8 1398 Function: ResourceGroupManager::openResource 1399 Description: Cannot locate resource cubemap_rt.jpg in resource group General or any other group.. 1400 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 1401 Line: 583 1402 Stack unwinding: <<beginning of stack>> 1403 17:15:05: An exception has been thrown! 1404 1405 ----------------------------------- 1406 Details: 1407 ----------------------------------- 1408 Error #: 8 1409 Function: ResourceGroupManager::openResource 1410 Description: Cannot locate resource cubemap_rt.jpg in resource group General or any other group.. 1411 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 1412 Line: 583 1413 Stack unwinding: <<beginning of stack>> 1414 17:15:05: Error loading texture cubemap.jpg. Texture layer will be blank. Loading the texture failed with the following exception: An exception has been thrown! 1415 1416 ----------------------------------- 1417 Details: 1418 ----------------------------------- 1419 Error #: 8 1420 Function: ResourceGroupManager::openResource 1421 Description: Cannot locate resource cubemap_rt.jpg in resource group General or any other group.. 1422 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 1423 Line: 583 1424 Stack unwinding: <<beginning of stack>> 1425 17:15:05: An exception has been thrown! 1426 1427 ----------------------------------- 1428 Details: 1429 ----------------------------------- 1430 Error #: 8 1431 Function: ResourceGroupManager::openResource 1432 Description: Cannot locate resource cubemap_rt.jpg in resource group General or any other group.. 1433 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 1434 Line: 583 1435 Stack unwinding: <<beginning of stack>> 1436 17:15:05: Error loading texture cubemap.jpg. Texture layer will be blank. Loading the texture failed with the following exception: An exception has been thrown! 1437 1438 ----------------------------------- 1439 Details: 1440 ----------------------------------- 1441 Error #: 8 1442 Function: ResourceGroupManager::openResource 1443 Description: Cannot locate resource cubemap_rt.jpg in resource group General or any other group.. 1444 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 1445 Line: 583 1446 Stack unwinding: <<beginning of stack>> 1447 17:15:05: An exception has been thrown! 1448 1449 ----------------------------------- 1450 Details: 1451 ----------------------------------- 1452 Error #: 8 1453 Function: ResourceGroupManager::openResource 1454 Description: Cannot locate resource cubemap_rt.jpg in resource group General or any other group.. 1455 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 1456 Line: 583 1457 Stack unwinding: <<beginning of stack>> 1458 17:15:05: Error loading texture cubemap.jpg. Texture layer will be blank. Loading the texture failed with the following exception: An exception has been thrown! 1459 1460 ----------------------------------- 1461 Details: 1462 ----------------------------------- 1463 Error #: 8 1464 Function: ResourceGroupManager::openResource 1465 Description: Cannot locate resource cubemap_rt.jpg in resource group General or any other group.. 1466 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 1467 Line: 583 1468 Stack unwinding: <<beginning of stack>> 1469 17:15:05: Mesh: Loading scenebound.mesh. 1470 17:15:05: Texture: kekfallow1.jpg: Loading 1 faces(PF_B8G8R8,1024x682x1) with 10 generated mipmaps from Image. Internal format is PF_X8R8G8B8,1024x682x1. 1471 17:15:06: D3D9 : Loading 2D Texture, image name : 'kekfalnormal.dds' with 2147483647 mip map levels 1472 17:15:06: 5 1473 17:15:06: 6 1474 17:15:06: Mesh: Loading scene1.mesh. 1475 17:15:06: Texture: asphalt.jpg: Loading 1 faces(PF_B8G8R8,574x574x1) with 9 generated mipmaps from Image. Internal format is PF_X8R8G8B8,574x574x1. 1476 17:15:06: Texture: talajdetail.jpg: Loading 1 faces(PF_B8G8R8,512x1024x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x1024x1. 1477 17:15:06: D3D9 : Loading 2D Texture, image name : 'scenetalajnormal.dds' with 2147483647 mip map levels 1478 17:15:06: Texture: fabric3.jpg: Loading 1 faces(PF_B8G8R8,549x515x1) with 9 generated mipmaps from Image. Internal format is PF_X8R8G8B8,549x515x1. 1479 17:15:06: Texture: fabric2.jpg: Loading 1 faces(PF_B8G8R8,549x515x1) with 9 generated mipmaps from Image. Internal format is PF_X8R8G8B8,549x515x1. 1480 17:15:06: Texture: fabric1.jpg: Loading 1 faces(PF_B8G8R8,549x515x1) with 9 generated mipmaps from Image. Internal format is PF_X8R8G8B8,549x515x1. 1481 17:15:06: Texture: fabric4.jpg: Loading 1 faces(PF_B8G8R8,549x515x1) with 9 generated mipmaps from Image. Internal format is PF_X8R8G8B8,549x515x1. 1482 17:15:06: Texture: logo4.tga: Loading 1 faces(PF_R8G8B8,256x256x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1. 1483 17:15:06: Texture: logo3.tga: Loading 1 faces(PF_R8G8B8,256x256x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1. 1484 17:15:06: Texture: logo1.tga: Loading 1 faces(PF_R8G8B8,256x256x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1. 1485 17:15:06: Texture: logo2.tga: Loading 1 faces(PF_R8G8B8,256x256x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1. 1486 17:15:06: Mesh: Loading bottlebound.mesh. 1487 17:15:06: An exception has been thrown! 1488 1489 ----------------------------------- 1490 Details: 1491 ----------------------------------- 1492 Error #: 8 1493 Function: ResourceGroupManager::openResource 1494 Description: Cannot locate resource cubemap_rt.jpg in resource group General or any other group.. 1495 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 1496 Line: 583 1497 Stack unwinding: <<beginning of stack>> 1498 17:15:06: Error loading texture cubemap.jpg. Texture layer will be blank. Loading the texture failed with the following exception: An exception has been thrown! 1499 1500 ----------------------------------- 1501 Details: 1502 ----------------------------------- 1503 Error #: 8 1504 Function: ResourceGroupManager::openResource 1505 Description: Cannot locate resource cubemap_rt.jpg in resource group General or any other group.. 1506 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 1507 Line: 583 1508 Stack unwinding: <<beginning of stack>> 1509 17:15:06: An exception has been thrown! 1510 1511 ----------------------------------- 1512 Details: 1513 ----------------------------------- 1514 Error #: 8 1515 Function: ResourceGroupManager::openResource 1516 Description: Cannot locate resource cubemap_rt.jpg in resource group General or any other group.. 1517 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 1518 Line: 583 1519 Stack unwinding: <<beginning of stack>> 1520 17:15:06: Error loading texture cubemap.jpg. Texture layer will be blank. Loading the texture failed with the following exception: An exception has been thrown! 1521 1522 ----------------------------------- 1523 Details: 1524 ----------------------------------- 1525 Error #: 8 1526 Function: ResourceGroupManager::openResource 1527 Description: Cannot locate resource cubemap_rt.jpg in resource group General or any other group.. 1528 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 1529 Line: 583 1530 Stack unwinding: <<beginning of stack>> 1531 17:15:06: An exception has been thrown! 1532 1533 ----------------------------------- 1534 Details: 1535 ----------------------------------- 1536 Error #: 8 1537 Function: ResourceGroupManager::openResource 1538 Description: Cannot locate resource cubemap_rt.jpg in resource group General or any other group.. 1539 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 1540 Line: 583 1541 Stack unwinding: <<beginning of stack>> 1542 17:15:06: Error loading texture cubemap.jpg. Texture layer will be blank. Loading the texture failed with the following exception: An exception has been thrown! 1543 1544 ----------------------------------- 1545 Details: 1546 ----------------------------------- 1547 Error #: 8 1548 Function: ResourceGroupManager::openResource 1549 Description: Cannot locate resource cubemap_rt.jpg in resource group General or any other group.. 1550 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 1551 Line: 583 1552 Stack unwinding: <<beginning of stack>> 1553 17:15:06: An exception has been thrown! 1554 1555 ----------------------------------- 1556 Details: 1557 ----------------------------------- 1558 Error #: 8 1559 Function: ResourceGroupManager::openResource 1560 Description: Cannot locate resource cubemap_rt.jpg in resource group General or any other group.. 1561 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 1562 Line: 583 1563 Stack unwinding: <<beginning of stack>> 1564 17:15:06: Error loading texture cubemap.jpg. Texture layer will be blank. Loading the texture failed with the following exception: An exception has been thrown! 1565 1566 ----------------------------------- 1567 Details: 1568 ----------------------------------- 1569 Error #: 8 1570 Function: ResourceGroupManager::openResource 1571 Description: Cannot locate resource cubemap_rt.jpg in resource group General or any other group.. 1572 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 1573 Line: 583 1574 Stack unwinding: <<beginning of stack>> 1575 17:15:06: Mesh: Loading bottle.mesh. 1576 17:15:06: An exception has been thrown! 1577 1578 ----------------------------------- 1579 Details: 1580 ----------------------------------- 1581 Error #: 8 1582 Function: ResourceGroupManager::openResource 1583 Description: Cannot locate resource cubemap_rt.jpg in resource group General or any other group.. 1584 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 1585 Line: 583 1586 Stack unwinding: <<beginning of stack>> 1587 17:15:06: Error loading texture cubemap.jpg. Texture layer will be blank. Loading the texture failed with the following exception: An exception has been thrown! 1588 1589 ----------------------------------- 1590 Details: 1591 ----------------------------------- 1592 Error #: 8 1593 Function: ResourceGroupManager::openResource 1594 Description: Cannot locate resource cubemap_rt.jpg in resource group General or any other group.. 1595 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 1596 Line: 583 1597 Stack unwinding: <<beginning of stack>> 1598 17:15:06: An exception has been thrown! 1599 1600 ----------------------------------- 1601 Details: 1602 ----------------------------------- 1603 Error #: 8 1604 Function: ResourceGroupManager::openResource 1605 Description: Cannot locate resource cubemap_rt.jpg in resource group General or any other group.. 1606 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 1607 Line: 583 1608 Stack unwinding: <<beginning of stack>> 1609 17:15:06: Error loading texture cubemap.jpg. Texture layer will be blank. Loading the texture failed with the following exception: An exception has been thrown! 1610 1611 ----------------------------------- 1612 Details: 1613 ----------------------------------- 1614 Error #: 8 1615 Function: ResourceGroupManager::openResource 1616 Description: Cannot locate resource cubemap_rt.jpg in resource group General or any other group.. 1617 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 1618 Line: 583 1619 Stack unwinding: <<beginning of stack>> 1620 17:15:06: An exception has been thrown! 1621 1622 ----------------------------------- 1623 Details: 1624 ----------------------------------- 1625 Error #: 8 1626 Function: ResourceGroupManager::openResource 1627 Description: Cannot locate resource cubemap_rt.jpg in resource group General or any other group.. 1628 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 1629 Line: 583 1630 Stack unwinding: <<beginning of stack>> 1631 17:15:06: Error loading texture cubemap.jpg. Texture layer will be blank. Loading the texture failed with the following exception: An exception has been thrown! 1632 1633 ----------------------------------- 1634 Details: 1635 ----------------------------------- 1636 Error #: 8 1637 Function: ResourceGroupManager::openResource 1638 Description: Cannot locate resource cubemap_rt.jpg in resource group General or any other group.. 1639 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 1640 Line: 583 1641 Stack unwinding: <<beginning of stack>> 1642 17:15:06: An exception has been thrown! 1643 1644 ----------------------------------- 1645 Details: 1646 ----------------------------------- 1647 Error #: 8 1648 Function: ResourceGroupManager::openResource 1649 Description: Cannot locate resource cubemap_rt.jpg in resource group General or any other group.. 1650 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 1651 Line: 583 1652 Stack unwinding: <<beginning of stack>> 1653 17:15:06: Error loading texture cubemap.jpg. Texture layer will be blank. Loading the texture failed with the following exception: An exception has been thrown! 1654 1655 ----------------------------------- 1656 Details: 1657 ----------------------------------- 1658 Error #: 8 1659 Function: ResourceGroupManager::openResource 1660 Description: Cannot locate resource cubemap_rt.jpg in resource group General or any other group.. 1661 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 1662 Line: 583 1663 Stack unwinding: <<beginning of stack>> 1664 17:15:06: Mesh: Loading explosive.mesh. 1665 17:15:06: Texture: explosive.tga: Loading 1 faces(PF_R8G8B8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 1666 17:15:06: D3D9 : Loading 2D Texture, image name : 'explosivenormal.dds' with 2147483647 mip map levels 1667 17:15:06: Texture: metal.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 1668 17:15:06: D3D9 : Loading 2D Texture, image name : 'metalnormal.dds' with 2147483647 mip map levels 1669 17:15:06: Creating viewport on target 'rtt/49314016', rendering from camera 'bottle0_SE_0_COLORCUBEMAPCUBEMAPFACE_0_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1670 17:15:06: Viewport for camera 'bottle0_SE_0_COLORCUBEMAPCUBEMAPFACE_0_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1671 17:15:06: Creating viewport on target 'rtt/49314080', rendering from camera 'bottle0_SE_0_COLORCUBEMAPCUBEMAPFACE_1_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1672 17:15:06: Viewport for camera 'bottle0_SE_0_COLORCUBEMAPCUBEMAPFACE_1_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1673 17:15:06: Creating viewport on target 'rtt/49314144', rendering from camera 'bottle0_SE_0_COLORCUBEMAPCUBEMAPFACE_2_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1674 17:15:06: Viewport for camera 'bottle0_SE_0_COLORCUBEMAPCUBEMAPFACE_2_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1675 17:15:06: Creating viewport on target 'rtt/49314208', rendering from camera 'bottle0_SE_0_COLORCUBEMAPCUBEMAPFACE_3_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1676 17:15:06: Viewport for camera 'bottle0_SE_0_COLORCUBEMAPCUBEMAPFACE_3_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1677 17:15:06: Creating viewport on target 'rtt/49314272', rendering from camera 'bottle0_SE_0_COLORCUBEMAPCUBEMAPFACE_4_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1678 17:15:06: Viewport for camera 'bottle0_SE_0_COLORCUBEMAPCUBEMAPFACE_4_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1679 17:15:06: Creating viewport on target 'rtt/49314336', rendering from camera 'bottle0_SE_0_COLORCUBEMAPCUBEMAPFACE_5_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1680 17:15:06: Viewport for camera 'bottle0_SE_0_COLORCUBEMAPCUBEMAPFACE_5_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1681 17:15:06: WARNING: Texture instance 'bottle0_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. 1682 17:15:06: Creating viewport on target 'rtt/49315648', rendering from camera 'bottle0_SE_0_DISTANCECUBEMAPCUBEMAPFACE_0_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1683 17:15:06: Viewport for camera 'bottle0_SE_0_DISTANCECUBEMAPCUBEMAPFACE_0_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1684 17:15:06: Creating viewport on target 'rtt/49315712', rendering from camera 'bottle0_SE_0_DISTANCECUBEMAPCUBEMAPFACE_1_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1685 17:15:06: Viewport for camera 'bottle0_SE_0_DISTANCECUBEMAPCUBEMAPFACE_1_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1686 17:15:06: Creating viewport on target 'rtt/49315776', rendering from camera 'bottle0_SE_0_DISTANCECUBEMAPCUBEMAPFACE_2_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1687 17:15:06: Viewport for camera 'bottle0_SE_0_DISTANCECUBEMAPCUBEMAPFACE_2_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1688 17:15:06: Creating viewport on target 'rtt/49315840', rendering from camera 'bottle0_SE_0_DISTANCECUBEMAPCUBEMAPFACE_3_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1689 17:15:06: Viewport for camera 'bottle0_SE_0_DISTANCECUBEMAPCUBEMAPFACE_3_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1690 17:15:06: Creating viewport on target 'rtt/49315904', rendering from camera 'bottle0_SE_0_DISTANCECUBEMAPCUBEMAPFACE_4_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1691 17:15:06: Viewport for camera 'bottle0_SE_0_DISTANCECUBEMAPCUBEMAPFACE_4_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1692 17:15:06: Creating viewport on target 'rtt/49315968', rendering from camera 'bottle0_SE_0_DISTANCECUBEMAPCUBEMAPFACE_5_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1693 17:15:06: Viewport for camera 'bottle0_SE_0_DISTANCECUBEMAPCUBEMAPFACE_5_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1694 17:15:06: WARNING: Texture instance 'bottle0_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. 1695 17:15:06: Creating viewport on target 'rtt/49316992', rendering from camera 'bottle0_SE_0_CAUSTICCUBEMAPCUBEMAPFACE_0_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1696 17:15:06: Viewport for camera 'bottle0_SE_0_CAUSTICCUBEMAPCUBEMAPFACE_0_CAMERA', actual dimensions L: 0 T: 0 W: 128 H: 128 1697 17:15:06: Creating viewport on target 'rtt/49317056', rendering from camera 'bottle0_SE_0_CAUSTICCUBEMAPCUBEMAPFACE_1_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1698 17:15:06: Viewport for camera 'bottle0_SE_0_CAUSTICCUBEMAPCUBEMAPFACE_1_CAMERA', actual dimensions L: 0 T: 0 W: 128 H: 128 1699 17:15:06: Creating viewport on target 'rtt/49317120', rendering from camera 'bottle0_SE_0_CAUSTICCUBEMAPCUBEMAPFACE_2_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1700 17:15:06: Viewport for camera 'bottle0_SE_0_CAUSTICCUBEMAPCUBEMAPFACE_2_CAMERA', actual dimensions L: 0 T: 0 W: 128 H: 128 1701 17:15:06: Creating viewport on target 'rtt/49317184', rendering from camera 'bottle0_SE_0_CAUSTICCUBEMAPCUBEMAPFACE_3_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1702 17:15:06: Viewport for camera 'bottle0_SE_0_CAUSTICCUBEMAPCUBEMAPFACE_3_CAMERA', actual dimensions L: 0 T: 0 W: 128 H: 128 1703 17:15:06: Creating viewport on target 'rtt/49317248', rendering from camera 'bottle0_SE_0_CAUSTICCUBEMAPCUBEMAPFACE_4_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1704 17:15:06: Viewport for camera 'bottle0_SE_0_CAUSTICCUBEMAPCUBEMAPFACE_4_CAMERA', actual dimensions L: 0 T: 0 W: 128 H: 128 1705 17:15:06: Creating viewport on target 'rtt/49317312', rendering from camera 'bottle0_SE_0_CAUSTICCUBEMAPCUBEMAPFACE_5_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1706 17:15:06: Viewport for camera 'bottle0_SE_0_CAUSTICCUBEMAPCUBEMAPFACE_5_CAMERA', actual dimensions L: 0 T: 0 W: 128 H: 128 1707 17:15:06: Creating viewport on target 'rtt/49317472', rendering from camera 'bottle0_SE_0_PHOTONMAP_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1708 17:15:06: Viewport for camera 'bottle0_SE_0_PHOTONMAP_CAMERA', actual dimensions L: 0 T: 0 W: 128 H: 128 1709 17:15:06: bottle0_SE_0_CAUSTICCUBEMAP map: bottle0_SE_0_PHOTONMAP material: BottleCauMapbottle0_SE_0_clone 1710 17:15:06: Creating viewport on target 'rtt/49318528', rendering from camera 'bottle1_SE_0_COLORCUBEMAPCUBEMAPFACE_0_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1711 17:15:06: Viewport for camera 'bottle1_SE_0_COLORCUBEMAPCUBEMAPFACE_0_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1712 17:15:06: Creating viewport on target 'rtt/49318592', rendering from camera 'bottle1_SE_0_COLORCUBEMAPCUBEMAPFACE_1_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1713 17:15:06: Viewport for camera 'bottle1_SE_0_COLORCUBEMAPCUBEMAPFACE_1_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1714 17:15:06: Creating viewport on target 'rtt/49318656', rendering from camera 'bottle1_SE_0_COLORCUBEMAPCUBEMAPFACE_2_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1715 17:15:06: Viewport for camera 'bottle1_SE_0_COLORCUBEMAPCUBEMAPFACE_2_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1716 17:15:06: Creating viewport on target 'rtt/49318720', rendering from camera 'bottle1_SE_0_COLORCUBEMAPCUBEMAPFACE_3_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1717 17:15:06: Viewport for camera 'bottle1_SE_0_COLORCUBEMAPCUBEMAPFACE_3_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1718 17:15:06: Creating viewport on target 'rtt/49318784', rendering from camera 'bottle1_SE_0_COLORCUBEMAPCUBEMAPFACE_4_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1719 17:15:06: Viewport for camera 'bottle1_SE_0_COLORCUBEMAPCUBEMAPFACE_4_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1720 17:15:06: Creating viewport on target 'rtt/49318848', rendering from camera 'bottle1_SE_0_COLORCUBEMAPCUBEMAPFACE_5_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1721 17:15:06: Viewport for camera 'bottle1_SE_0_COLORCUBEMAPCUBEMAPFACE_5_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1722 17:15:06: WARNING: Texture instance 'bottle1_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. 1723 17:15:06: Creating viewport on target 'rtt/50386560', rendering from camera 'bottle1_SE_0_DISTANCECUBEMAPCUBEMAPFACE_0_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1724 17:15:06: Viewport for camera 'bottle1_SE_0_DISTANCECUBEMAPCUBEMAPFACE_0_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1725 17:15:06: Creating viewport on target 'rtt/50386624', rendering from camera 'bottle1_SE_0_DISTANCECUBEMAPCUBEMAPFACE_1_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1726 17:15:06: Viewport for camera 'bottle1_SE_0_DISTANCECUBEMAPCUBEMAPFACE_1_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1727 17:15:06: Creating viewport on target 'rtt/50386688', rendering from camera 'bottle1_SE_0_DISTANCECUBEMAPCUBEMAPFACE_2_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1728 17:15:06: Viewport for camera 'bottle1_SE_0_DISTANCECUBEMAPCUBEMAPFACE_2_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1729 17:15:06: Creating viewport on target 'rtt/50386752', rendering from camera 'bottle1_SE_0_DISTANCECUBEMAPCUBEMAPFACE_3_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1730 17:15:06: Viewport for camera 'bottle1_SE_0_DISTANCECUBEMAPCUBEMAPFACE_3_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1731 17:15:06: Creating viewport on target 'rtt/50386816', rendering from camera 'bottle1_SE_0_DISTANCECUBEMAPCUBEMAPFACE_4_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1732 17:15:06: Viewport for camera 'bottle1_SE_0_DISTANCECUBEMAPCUBEMAPFACE_4_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1733 17:15:06: Creating viewport on target 'rtt/50386880', rendering from camera 'bottle1_SE_0_DISTANCECUBEMAPCUBEMAPFACE_5_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1734 17:15:06: Viewport for camera 'bottle1_SE_0_DISTANCECUBEMAPCUBEMAPFACE_5_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1735 17:15:06: WARNING: Texture instance 'bottle1_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. 1736 17:15:06: Creating viewport on target 'rtt/50387904', rendering from camera 'bottle1_SE_0_CAUSTICCUBEMAPCUBEMAPFACE_0_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1737 17:15:06: Viewport for camera 'bottle1_SE_0_CAUSTICCUBEMAPCUBEMAPFACE_0_CAMERA', actual dimensions L: 0 T: 0 W: 128 H: 128 1738 17:15:06: Creating viewport on target 'rtt/50387968', rendering from camera 'bottle1_SE_0_CAUSTICCUBEMAPCUBEMAPFACE_1_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1739 17:15:06: Viewport for camera 'bottle1_SE_0_CAUSTICCUBEMAPCUBEMAPFACE_1_CAMERA', actual dimensions L: 0 T: 0 W: 128 H: 128 1740 17:15:06: Creating viewport on target 'rtt/50388032', rendering from camera 'bottle1_SE_0_CAUSTICCUBEMAPCUBEMAPFACE_2_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1741 17:15:06: Viewport for camera 'bottle1_SE_0_CAUSTICCUBEMAPCUBEMAPFACE_2_CAMERA', actual dimensions L: 0 T: 0 W: 128 H: 128 1742 17:15:06: Creating viewport on target 'rtt/50388096', rendering from camera 'bottle1_SE_0_CAUSTICCUBEMAPCUBEMAPFACE_3_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1743 17:15:06: Viewport for camera 'bottle1_SE_0_CAUSTICCUBEMAPCUBEMAPFACE_3_CAMERA', actual dimensions L: 0 T: 0 W: 128 H: 128 1744 17:15:06: Creating viewport on target 'rtt/50388160', rendering from camera 'bottle1_SE_0_CAUSTICCUBEMAPCUBEMAPFACE_4_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1745 17:15:06: Viewport for camera 'bottle1_SE_0_CAUSTICCUBEMAPCUBEMAPFACE_4_CAMERA', actual dimensions L: 0 T: 0 W: 128 H: 128 1746 17:15:06: Creating viewport on target 'rtt/50388224', rendering from camera 'bottle1_SE_0_CAUSTICCUBEMAPCUBEMAPFACE_5_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1747 17:15:06: Viewport for camera 'bottle1_SE_0_CAUSTICCUBEMAPCUBEMAPFACE_5_CAMERA', actual dimensions L: 0 T: 0 W: 128 H: 128 1748 17:15:06: Creating viewport on target 'rtt/50388672', rendering from camera 'bottle1_SE_0_PHOTONMAP_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1749 17:15:06: Viewport for camera 'bottle1_SE_0_PHOTONMAP_CAMERA', actual dimensions L: 0 T: 0 W: 128 H: 128 1750 17:15:06: bottle1_SE_0_CAUSTICCUBEMAP map: bottle1_SE_0_PHOTONMAP material: Bottle2CauMapbottle1_SE_0_clone 1751 17:15:06: Creating viewport on target 'rtt/50389696', rendering from camera 'myCar_SE_0_COLORCUBEMAPCUBEMAPFACE_0_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1752 17:15:06: Viewport for camera 'myCar_SE_0_COLORCUBEMAPCUBEMAPFACE_0_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1753 17:15:06: Creating viewport on target 'rtt/50389760', rendering from camera 'myCar_SE_0_COLORCUBEMAPCUBEMAPFACE_1_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1754 17:15:06: Viewport for camera 'myCar_SE_0_COLORCUBEMAPCUBEMAPFACE_1_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1755 17:15:06: Creating viewport on target 'rtt/50389824', rendering from camera 'myCar_SE_0_COLORCUBEMAPCUBEMAPFACE_2_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1756 17:15:06: Viewport for camera 'myCar_SE_0_COLORCUBEMAPCUBEMAPFACE_2_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1757 17:15:06: Creating viewport on target 'rtt/50389888', rendering from camera 'myCar_SE_0_COLORCUBEMAPCUBEMAPFACE_3_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1758 17:15:06: Viewport for camera 'myCar_SE_0_COLORCUBEMAPCUBEMAPFACE_3_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1759 17:15:06: Creating viewport on target 'rtt/50389952', rendering from camera 'myCar_SE_0_COLORCUBEMAPCUBEMAPFACE_4_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1760 17:15:06: Viewport for camera 'myCar_SE_0_COLORCUBEMAPCUBEMAPFACE_4_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1761 17:15:06: Creating viewport on target 'rtt/50390016', rendering from camera 'myCar_SE_0_COLORCUBEMAPCUBEMAPFACE_5_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1762 17:15:06: Viewport for camera 'myCar_SE_0_COLORCUBEMAPCUBEMAPFACE_5_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1763 17:15:06: WARNING: Texture instance 'myCar_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. 1764 17:15:06: Creating viewport on target 'rtt/50391072', rendering from camera 'myCar_SE_0_DISTANCECUBEMAPCUBEMAPFACE_0_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1765 17:15:06: Viewport for camera 'myCar_SE_0_DISTANCECUBEMAPCUBEMAPFACE_0_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1766 17:15:06: Creating viewport on target 'rtt/50391136', rendering from camera 'myCar_SE_0_DISTANCECUBEMAPCUBEMAPFACE_1_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1767 17:15:06: Viewport for camera 'myCar_SE_0_DISTANCECUBEMAPCUBEMAPFACE_1_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1768 17:15:06: Creating viewport on target 'rtt/50391200', rendering from camera 'myCar_SE_0_DISTANCECUBEMAPCUBEMAPFACE_2_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1769 17:15:06: Viewport for camera 'myCar_SE_0_DISTANCECUBEMAPCUBEMAPFACE_2_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1770 17:15:06: Creating viewport on target 'rtt/50391264', rendering from camera 'myCar_SE_0_DISTANCECUBEMAPCUBEMAPFACE_3_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1771 17:15:06: Viewport for camera 'myCar_SE_0_DISTANCECUBEMAPCUBEMAPFACE_3_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1772 17:15:06: Creating viewport on target 'rtt/50391328', rendering from camera 'myCar_SE_0_DISTANCECUBEMAPCUBEMAPFACE_4_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1773 17:15:06: Viewport for camera 'myCar_SE_0_DISTANCECUBEMAPCUBEMAPFACE_4_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1774 17:15:06: Creating viewport on target 'rtt/50391392', rendering from camera 'myCar_SE_0_DISTANCECUBEMAPCUBEMAPFACE_5_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1775 17:15:06: Viewport for camera 'myCar_SE_0_DISTANCECUBEMAPCUBEMAPFACE_5_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1776 17:15:06: WARNING: Texture instance 'myCar_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. 1777 17:15:06: Creating viewport on target 'rtt/50392416', rendering from camera 'myCar_SE_2_COLORCUBEMAP_REDUCEDCUBEMAPFACE_0_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1778 17:15:06: Viewport for camera 'myCar_SE_2_COLORCUBEMAP_REDUCEDCUBEMAPFACE_0_CAMERA', actual dimensions L: 0 T: 0 W: 8 H: 8 1779 17:15:06: Creating viewport on target 'rtt/50392480', rendering from camera 'myCar_SE_2_COLORCUBEMAP_REDUCEDCUBEMAPFACE_1_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1780 17:15:06: Viewport for camera 'myCar_SE_2_COLORCUBEMAP_REDUCEDCUBEMAPFACE_1_CAMERA', actual dimensions L: 0 T: 0 W: 8 H: 8 1781 17:15:06: Creating viewport on target 'rtt/50392544', rendering from camera 'myCar_SE_2_COLORCUBEMAP_REDUCEDCUBEMAPFACE_2_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1782 17:15:06: Viewport for camera 'myCar_SE_2_COLORCUBEMAP_REDUCEDCUBEMAPFACE_2_CAMERA', actual dimensions L: 0 T: 0 W: 8 H: 8 1783 17:15:06: Creating viewport on target 'rtt/50392608', rendering from camera 'myCar_SE_2_COLORCUBEMAP_REDUCEDCUBEMAPFACE_3_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1784 17:15:06: Viewport for camera 'myCar_SE_2_COLORCUBEMAP_REDUCEDCUBEMAPFACE_3_CAMERA', actual dimensions L: 0 T: 0 W: 8 H: 8 1785 17:15:06: Creating viewport on target 'rtt/50392672', rendering from camera 'myCar_SE_2_COLORCUBEMAP_REDUCEDCUBEMAPFACE_4_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1786 17:15:06: Viewport for camera 'myCar_SE_2_COLORCUBEMAP_REDUCEDCUBEMAPFACE_4_CAMERA', actual dimensions L: 0 T: 0 W: 8 H: 8 1787 17:15:06: Creating viewport on target 'rtt/50392736', rendering from camera 'myCar_SE_2_COLORCUBEMAP_REDUCEDCUBEMAPFACE_5_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1788 17:15:06: Viewport for camera 'myCar_SE_2_COLORCUBEMAP_REDUCEDCUBEMAPFACE_5_CAMERA', actual dimensions L: 0 T: 0 W: 8 H: 8 1789 17:15:06: WARNING: Texture instance 'myCar_SE_2_COLORCUBEMAP_REDUCED' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 1790 17:15:06: Creating viewport on target 'rtt/50393792', rendering from camera 'myCarWheel0_SE_1_COLORCUBEMAPCUBEMAPFACE_0_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1791 17:15:06: Viewport for camera 'myCarWheel0_SE_1_COLORCUBEMAPCUBEMAPFACE_0_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1792 17:15:06: Creating viewport on target 'rtt/50393856', rendering from camera 'myCarWheel0_SE_1_COLORCUBEMAPCUBEMAPFACE_1_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1793 17:15:06: Viewport for camera 'myCarWheel0_SE_1_COLORCUBEMAPCUBEMAPFACE_1_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1794 17:15:06: Creating viewport on target 'rtt/50393920', rendering from camera 'myCarWheel0_SE_1_COLORCUBEMAPCUBEMAPFACE_2_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1795 17:15:06: Viewport for camera 'myCarWheel0_SE_1_COLORCUBEMAPCUBEMAPFACE_2_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1796 17:15:06: Creating viewport on target 'rtt/50393984', rendering from camera 'myCarWheel0_SE_1_COLORCUBEMAPCUBEMAPFACE_3_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1797 17:15:06: Viewport for camera 'myCarWheel0_SE_1_COLORCUBEMAPCUBEMAPFACE_3_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1798 17:15:06: Creating viewport on target 'rtt/50394048', rendering from camera 'myCarWheel0_SE_1_COLORCUBEMAPCUBEMAPFACE_4_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1799 17:15:06: Viewport for camera 'myCarWheel0_SE_1_COLORCUBEMAPCUBEMAPFACE_4_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1800 17:15:06: Creating viewport on target 'rtt/50394112', rendering from camera 'myCarWheel0_SE_1_COLORCUBEMAPCUBEMAPFACE_5_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1801 17:15:06: Viewport for camera 'myCarWheel0_SE_1_COLORCUBEMAPCUBEMAPFACE_5_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1802 17:15:06: WARNING: Texture instance 'myCarWheel0_SE_1_COLORCUBEMAP' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 1803 17:15:06: Creating viewport on target 'rtt/50395136', rendering from camera 'myCarWheel0_SE_1_DISTANCECUBEMAPCUBEMAPFACE_0_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1804 17:15:06: Viewport for camera 'myCarWheel0_SE_1_DISTANCECUBEMAPCUBEMAPFACE_0_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1805 17:15:06: Creating viewport on target 'rtt/50395200', rendering from camera 'myCarWheel0_SE_1_DISTANCECUBEMAPCUBEMAPFACE_1_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1806 17:15:06: Viewport for camera 'myCarWheel0_SE_1_DISTANCECUBEMAPCUBEMAPFACE_1_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1807 17:15:06: Creating viewport on target 'rtt/50395264', rendering from camera 'myCarWheel0_SE_1_DISTANCECUBEMAPCUBEMAPFACE_2_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1808 17:15:06: Viewport for camera 'myCarWheel0_SE_1_DISTANCECUBEMAPCUBEMAPFACE_2_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1809 17:15:06: Creating viewport on target 'rtt/50395328', rendering from camera 'myCarWheel0_SE_1_DISTANCECUBEMAPCUBEMAPFACE_3_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1810 17:15:06: Viewport for camera 'myCarWheel0_SE_1_DISTANCECUBEMAPCUBEMAPFACE_3_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1811 17:15:06: Creating viewport on target 'rtt/50395392', rendering from camera 'myCarWheel0_SE_1_DISTANCECUBEMAPCUBEMAPFACE_4_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1812 17:15:06: Viewport for camera 'myCarWheel0_SE_1_DISTANCECUBEMAPCUBEMAPFACE_4_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1813 17:15:06: Creating viewport on target 'rtt/50395456', rendering from camera 'myCarWheel0_SE_1_DISTANCECUBEMAPCUBEMAPFACE_5_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1814 17:15:06: Viewport for camera 'myCarWheel0_SE_1_DISTANCECUBEMAPCUBEMAPFACE_5_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1815 17:15:06: WARNING: Texture instance 'myCarWheel0_SE_1_DISTANCECUBEMAP' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 1816 17:15:06: Creating viewport on target 'rtt/50396512', rendering from camera 'myCarWheel0_SE_1_CAUSTICCUBEMAPCUBEMAPFACE_0_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1817 17:15:06: Viewport for camera 'myCarWheel0_SE_1_CAUSTICCUBEMAPCUBEMAPFACE_0_CAMERA', actual dimensions L: 0 T: 0 W: 128 H: 128 1818 17:15:06: Creating viewport on target 'rtt/50396576', rendering from camera 'myCarWheel0_SE_1_CAUSTICCUBEMAPCUBEMAPFACE_1_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1819 17:15:06: Viewport for camera 'myCarWheel0_SE_1_CAUSTICCUBEMAPCUBEMAPFACE_1_CAMERA', actual dimensions L: 0 T: 0 W: 128 H: 128 1820 17:15:06: Creating viewport on target 'rtt/50396640', rendering from camera 'myCarWheel0_SE_1_CAUSTICCUBEMAPCUBEMAPFACE_2_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1821 17:15:06: Viewport for camera 'myCarWheel0_SE_1_CAUSTICCUBEMAPCUBEMAPFACE_2_CAMERA', actual dimensions L: 0 T: 0 W: 128 H: 128 1822 17:15:06: Creating viewport on target 'rtt/50396704', rendering from camera 'myCarWheel0_SE_1_CAUSTICCUBEMAPCUBEMAPFACE_3_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1823 17:15:06: Viewport for camera 'myCarWheel0_SE_1_CAUSTICCUBEMAPCUBEMAPFACE_3_CAMERA', actual dimensions L: 0 T: 0 W: 128 H: 128 1824 17:15:06: Creating viewport on target 'rtt/50396768', rendering from camera 'myCarWheel0_SE_1_CAUSTICCUBEMAPCUBEMAPFACE_4_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1825 17:15:06: Viewport for camera 'myCarWheel0_SE_1_CAUSTICCUBEMAPCUBEMAPFACE_4_CAMERA', actual dimensions L: 0 T: 0 W: 128 H: 128 1826 17:15:06: Creating viewport on target 'rtt/50396832', rendering from camera 'myCarWheel0_SE_1_CAUSTICCUBEMAPCUBEMAPFACE_5_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1827 17:15:06: Viewport for camera 'myCarWheel0_SE_1_CAUSTICCUBEMAPCUBEMAPFACE_5_CAMERA', actual dimensions L: 0 T: 0 W: 128 H: 128 1828 17:15:06: Creating viewport on target 'rtt/50397280', rendering from camera 'myCarWheel0_SE_1_PHOTONMAP_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1829 17:15:06: Viewport for camera 'myCarWheel0_SE_1_PHOTONMAP_CAMERA', actual dimensions L: 0 T: 0 W: 64 H: 64 1830 17:15:06: myCarWheel0_SE_1_CAUSTICCUBEMAP map: myCarWheel0_SE_1_PHOTONMAP material: GameTools/CaumyCarWheel0_SE_1_clone 1831 17:15:06: Creating viewport on target 'rtt/50398304', rendering from camera 'myCarWheel1_SE_1_COLORCUBEMAPCUBEMAPFACE_0_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1832 17:15:06: Viewport for camera 'myCarWheel1_SE_1_COLORCUBEMAPCUBEMAPFACE_0_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1833 17:15:06: Creating viewport on target 'rtt/50398368', rendering from camera 'myCarWheel1_SE_1_COLORCUBEMAPCUBEMAPFACE_1_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1834 17:15:06: Viewport for camera 'myCarWheel1_SE_1_COLORCUBEMAPCUBEMAPFACE_1_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1835 17:15:06: Creating viewport on target 'rtt/50398432', rendering from camera 'myCarWheel1_SE_1_COLORCUBEMAPCUBEMAPFACE_2_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1836 17:15:06: Viewport for camera 'myCarWheel1_SE_1_COLORCUBEMAPCUBEMAPFACE_2_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1837 17:15:06: Creating viewport on target 'rtt/50398496', rendering from camera 'myCarWheel1_SE_1_COLORCUBEMAPCUBEMAPFACE_3_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1838 17:15:06: Viewport for camera 'myCarWheel1_SE_1_COLORCUBEMAPCUBEMAPFACE_3_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1839 17:15:06: Creating viewport on target 'rtt/50398560', rendering from camera 'myCarWheel1_SE_1_COLORCUBEMAPCUBEMAPFACE_4_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1840 17:15:06: Viewport for camera 'myCarWheel1_SE_1_COLORCUBEMAPCUBEMAPFACE_4_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1841 17:15:06: Creating viewport on target 'rtt/50398624', rendering from camera 'myCarWheel1_SE_1_COLORCUBEMAPCUBEMAPFACE_5_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1842 17:15:06: Viewport for camera 'myCarWheel1_SE_1_COLORCUBEMAPCUBEMAPFACE_5_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1843 17:15:06: WARNING: Texture instance 'myCarWheel1_SE_1_COLORCUBEMAP' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 1844 17:15:06: Creating viewport on target 'rtt/50399680', rendering from camera 'myCarWheel1_SE_1_DISTANCECUBEMAPCUBEMAPFACE_0_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1845 17:15:06: Viewport for camera 'myCarWheel1_SE_1_DISTANCECUBEMAPCUBEMAPFACE_0_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1846 17:15:06: Creating viewport on target 'rtt/50399744', rendering from camera 'myCarWheel1_SE_1_DISTANCECUBEMAPCUBEMAPFACE_1_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1847 17:15:06: Viewport for camera 'myCarWheel1_SE_1_DISTANCECUBEMAPCUBEMAPFACE_1_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1848 17:15:06: Creating viewport on target 'rtt/50399808', rendering from camera 'myCarWheel1_SE_1_DISTANCECUBEMAPCUBEMAPFACE_2_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1849 17:15:06: Viewport for camera 'myCarWheel1_SE_1_DISTANCECUBEMAPCUBEMAPFACE_2_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1850 17:15:06: Creating viewport on target 'rtt/50399872', rendering from camera 'myCarWheel1_SE_1_DISTANCECUBEMAPCUBEMAPFACE_3_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1851 17:15:06: Viewport for camera 'myCarWheel1_SE_1_DISTANCECUBEMAPCUBEMAPFACE_3_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1852 17:15:06: Creating viewport on target 'rtt/50399936', rendering from camera 'myCarWheel1_SE_1_DISTANCECUBEMAPCUBEMAPFACE_4_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1853 17:15:06: Viewport for camera 'myCarWheel1_SE_1_DISTANCECUBEMAPCUBEMAPFACE_4_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1854 17:15:06: Creating viewport on target 'rtt/50400000', rendering from camera 'myCarWheel1_SE_1_DISTANCECUBEMAPCUBEMAPFACE_5_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1855 17:15:06: Viewport for camera 'myCarWheel1_SE_1_DISTANCECUBEMAPCUBEMAPFACE_5_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1856 17:15:06: WARNING: Texture instance 'myCarWheel1_SE_1_DISTANCECUBEMAP' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 1857 17:15:06: Creating viewport on target 'rtt/50401024', rendering from camera 'myCarWheel1_SE_1_CAUSTICCUBEMAPCUBEMAPFACE_0_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1858 17:15:06: Viewport for camera 'myCarWheel1_SE_1_CAUSTICCUBEMAPCUBEMAPFACE_0_CAMERA', actual dimensions L: 0 T: 0 W: 128 H: 128 1859 17:15:06: Creating viewport on target 'rtt/50401088', rendering from camera 'myCarWheel1_SE_1_CAUSTICCUBEMAPCUBEMAPFACE_1_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1860 17:15:06: Viewport for camera 'myCarWheel1_SE_1_CAUSTICCUBEMAPCUBEMAPFACE_1_CAMERA', actual dimensions L: 0 T: 0 W: 128 H: 128 1861 17:15:06: Creating viewport on target 'rtt/50401152', rendering from camera 'myCarWheel1_SE_1_CAUSTICCUBEMAPCUBEMAPFACE_2_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1862 17:15:06: Viewport for camera 'myCarWheel1_SE_1_CAUSTICCUBEMAPCUBEMAPFACE_2_CAMERA', actual dimensions L: 0 T: 0 W: 128 H: 128 1863 17:15:06: Creating viewport on target 'rtt/50401216', rendering from camera 'myCarWheel1_SE_1_CAUSTICCUBEMAPCUBEMAPFACE_3_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1864 17:15:06: Viewport for camera 'myCarWheel1_SE_1_CAUSTICCUBEMAPCUBEMAPFACE_3_CAMERA', actual dimensions L: 0 T: 0 W: 128 H: 128 1865 17:15:06: Creating viewport on target 'rtt/50401280', rendering from camera 'myCarWheel1_SE_1_CAUSTICCUBEMAPCUBEMAPFACE_4_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1866 17:15:06: Viewport for camera 'myCarWheel1_SE_1_CAUSTICCUBEMAPCUBEMAPFACE_4_CAMERA', actual dimensions L: 0 T: 0 W: 128 H: 128 1867 17:15:06: Creating viewport on target 'rtt/50401344', rendering from camera 'myCarWheel1_SE_1_CAUSTICCUBEMAPCUBEMAPFACE_5_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1868 17:15:06: Viewport for camera 'myCarWheel1_SE_1_CAUSTICCUBEMAPCUBEMAPFACE_5_CAMERA', actual dimensions L: 0 T: 0 W: 128 H: 128 1869 17:15:06: Creating viewport on target 'rtt/50401792', rendering from camera 'myCarWheel1_SE_1_PHOTONMAP_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1870 17:15:06: Viewport for camera 'myCarWheel1_SE_1_PHOTONMAP_CAMERA', actual dimensions L: 0 T: 0 W: 64 H: 64 1871 17:15:06: myCarWheel1_SE_1_CAUSTICCUBEMAP map: myCarWheel1_SE_1_PHOTONMAP material: GameTools/CaumyCarWheel1_SE_1_clone 1872 17:15:06: Creating viewport on target 'rtt/50402816', rendering from camera 'myCarWheel2_SE_1_COLORCUBEMAPCUBEMAPFACE_0_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1873 17:15:06: Viewport for camera 'myCarWheel2_SE_1_COLORCUBEMAPCUBEMAPFACE_0_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1874 17:15:06: Creating viewport on target 'rtt/50402880', rendering from camera 'myCarWheel2_SE_1_COLORCUBEMAPCUBEMAPFACE_1_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1875 17:15:06: Viewport for camera 'myCarWheel2_SE_1_COLORCUBEMAPCUBEMAPFACE_1_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1876 17:15:06: Creating viewport on target 'rtt/50402944', rendering from camera 'myCarWheel2_SE_1_COLORCUBEMAPCUBEMAPFACE_2_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1877 17:15:06: Viewport for camera 'myCarWheel2_SE_1_COLORCUBEMAPCUBEMAPFACE_2_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1878 17:15:06: Creating viewport on target 'rtt/50403008', rendering from camera 'myCarWheel2_SE_1_COLORCUBEMAPCUBEMAPFACE_3_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1879 17:15:06: Viewport for camera 'myCarWheel2_SE_1_COLORCUBEMAPCUBEMAPFACE_3_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1880 17:15:06: Creating viewport on target 'rtt/50403072', rendering from camera 'myCarWheel2_SE_1_COLORCUBEMAPCUBEMAPFACE_4_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1881 17:15:06: Viewport for camera 'myCarWheel2_SE_1_COLORCUBEMAPCUBEMAPFACE_4_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1882 17:15:06: Creating viewport on target 'rtt/50403136', rendering from camera 'myCarWheel2_SE_1_COLORCUBEMAPCUBEMAPFACE_5_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1883 17:15:06: Viewport for camera 'myCarWheel2_SE_1_COLORCUBEMAPCUBEMAPFACE_5_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1884 17:15:06: WARNING: Texture instance 'myCarWheel2_SE_1_COLORCUBEMAP' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 1885 17:15:06: Creating viewport on target 'rtt/50404192', rendering from camera 'myCarWheel2_SE_1_DISTANCECUBEMAPCUBEMAPFACE_0_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1886 17:15:06: Viewport for camera 'myCarWheel2_SE_1_DISTANCECUBEMAPCUBEMAPFACE_0_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1887 17:15:06: Creating viewport on target 'rtt/50404256', rendering from camera 'myCarWheel2_SE_1_DISTANCECUBEMAPCUBEMAPFACE_1_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1888 17:15:06: Viewport for camera 'myCarWheel2_SE_1_DISTANCECUBEMAPCUBEMAPFACE_1_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1889 17:15:06: Creating viewport on target 'rtt/50404320', rendering from camera 'myCarWheel2_SE_1_DISTANCECUBEMAPCUBEMAPFACE_2_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1890 17:15:06: Viewport for camera 'myCarWheel2_SE_1_DISTANCECUBEMAPCUBEMAPFACE_2_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1891 17:15:06: Creating viewport on target 'rtt/50404384', rendering from camera 'myCarWheel2_SE_1_DISTANCECUBEMAPCUBEMAPFACE_3_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1892 17:15:06: Viewport for camera 'myCarWheel2_SE_1_DISTANCECUBEMAPCUBEMAPFACE_3_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1893 17:15:06: Creating viewport on target 'rtt/50404448', rendering from camera 'myCarWheel2_SE_1_DISTANCECUBEMAPCUBEMAPFACE_4_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1894 17:15:06: Viewport for camera 'myCarWheel2_SE_1_DISTANCECUBEMAPCUBEMAPFACE_4_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1895 17:15:06: Creating viewport on target 'rtt/50404512', rendering from camera 'myCarWheel2_SE_1_DISTANCECUBEMAPCUBEMAPFACE_5_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1896 17:15:06: Viewport for camera 'myCarWheel2_SE_1_DISTANCECUBEMAPCUBEMAPFACE_5_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1897 17:15:06: WARNING: Texture instance 'myCarWheel2_SE_1_DISTANCECUBEMAP' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 1898 17:15:06: Creating viewport on target 'rtt/50405536', rendering from camera 'myCarWheel2_SE_1_CAUSTICCUBEMAPCUBEMAPFACE_0_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1899 17:15:06: Viewport for camera 'myCarWheel2_SE_1_CAUSTICCUBEMAPCUBEMAPFACE_0_CAMERA', actual dimensions L: 0 T: 0 W: 128 H: 128 1900 17:15:06: Creating viewport on target 'rtt/50405600', rendering from camera 'myCarWheel2_SE_1_CAUSTICCUBEMAPCUBEMAPFACE_1_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1901 17:15:06: Viewport for camera 'myCarWheel2_SE_1_CAUSTICCUBEMAPCUBEMAPFACE_1_CAMERA', actual dimensions L: 0 T: 0 W: 128 H: 128 1902 17:15:06: Creating viewport on target 'rtt/50405664', rendering from camera 'myCarWheel2_SE_1_CAUSTICCUBEMAPCUBEMAPFACE_2_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1903 17:15:06: Viewport for camera 'myCarWheel2_SE_1_CAUSTICCUBEMAPCUBEMAPFACE_2_CAMERA', actual dimensions L: 0 T: 0 W: 128 H: 128 1904 17:15:06: Creating viewport on target 'rtt/50405728', rendering from camera 'myCarWheel2_SE_1_CAUSTICCUBEMAPCUBEMAPFACE_3_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1905 17:15:06: Viewport for camera 'myCarWheel2_SE_1_CAUSTICCUBEMAPCUBEMAPFACE_3_CAMERA', actual dimensions L: 0 T: 0 W: 128 H: 128 1906 17:15:06: Creating viewport on target 'rtt/50405792', rendering from camera 'myCarWheel2_SE_1_CAUSTICCUBEMAPCUBEMAPFACE_4_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1907 17:15:06: Viewport for camera 'myCarWheel2_SE_1_CAUSTICCUBEMAPCUBEMAPFACE_4_CAMERA', actual dimensions L: 0 T: 0 W: 128 H: 128 1908 17:15:06: Creating viewport on target 'rtt/50405856', rendering from camera 'myCarWheel2_SE_1_CAUSTICCUBEMAPCUBEMAPFACE_5_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1909 17:15:06: Viewport for camera 'myCarWheel2_SE_1_CAUSTICCUBEMAPCUBEMAPFACE_5_CAMERA', actual dimensions L: 0 T: 0 W: 128 H: 128 1910 17:15:06: Creating viewport on target 'rtt/50406304', rendering from camera 'myCarWheel2_SE_1_PHOTONMAP_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1911 17:15:06: Viewport for camera 'myCarWheel2_SE_1_PHOTONMAP_CAMERA', actual dimensions L: 0 T: 0 W: 64 H: 64 1912 17:15:06: myCarWheel2_SE_1_CAUSTICCUBEMAP map: myCarWheel2_SE_1_PHOTONMAP material: GameTools/CaumyCarWheel2_SE_1_clone 1913 17:15:06: Creating viewport on target 'rtt/50407360', rendering from camera 'myCarWheel3_SE_1_COLORCUBEMAPCUBEMAPFACE_0_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1914 17:15:06: Viewport for camera 'myCarWheel3_SE_1_COLORCUBEMAPCUBEMAPFACE_0_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1915 17:15:06: Creating viewport on target 'rtt/50407424', rendering from camera 'myCarWheel3_SE_1_COLORCUBEMAPCUBEMAPFACE_1_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1916 17:15:06: Viewport for camera 'myCarWheel3_SE_1_COLORCUBEMAPCUBEMAPFACE_1_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1917 17:15:06: Creating viewport on target 'rtt/50407488', rendering from camera 'myCarWheel3_SE_1_COLORCUBEMAPCUBEMAPFACE_2_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1918 17:15:06: Viewport for camera 'myCarWheel3_SE_1_COLORCUBEMAPCUBEMAPFACE_2_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1919 17:15:06: Creating viewport on target 'rtt/50407552', rendering from camera 'myCarWheel3_SE_1_COLORCUBEMAPCUBEMAPFACE_3_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1920 17:15:06: Viewport for camera 'myCarWheel3_SE_1_COLORCUBEMAPCUBEMAPFACE_3_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1921 17:15:06: Creating viewport on target 'rtt/50407616', rendering from camera 'myCarWheel3_SE_1_COLORCUBEMAPCUBEMAPFACE_4_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1922 17:15:06: Viewport for camera 'myCarWheel3_SE_1_COLORCUBEMAPCUBEMAPFACE_4_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1923 17:15:06: Creating viewport on target 'rtt/50407680', rendering from camera 'myCarWheel3_SE_1_COLORCUBEMAPCUBEMAPFACE_5_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1924 17:15:06: Viewport for camera 'myCarWheel3_SE_1_COLORCUBEMAPCUBEMAPFACE_5_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1925 17:15:06: WARNING: Texture instance 'myCarWheel3_SE_1_COLORCUBEMAP' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 1926 17:15:06: Creating viewport on target 'rtt/50408704', rendering from camera 'myCarWheel3_SE_1_DISTANCECUBEMAPCUBEMAPFACE_0_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1927 17:15:06: Viewport for camera 'myCarWheel3_SE_1_DISTANCECUBEMAPCUBEMAPFACE_0_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1928 17:15:06: Creating viewport on target 'rtt/50408768', rendering from camera 'myCarWheel3_SE_1_DISTANCECUBEMAPCUBEMAPFACE_1_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1929 17:15:06: Viewport for camera 'myCarWheel3_SE_1_DISTANCECUBEMAPCUBEMAPFACE_1_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1930 17:15:06: Creating viewport on target 'rtt/50408832', rendering from camera 'myCarWheel3_SE_1_DISTANCECUBEMAPCUBEMAPFACE_2_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1931 17:15:06: Viewport for camera 'myCarWheel3_SE_1_DISTANCECUBEMAPCUBEMAPFACE_2_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1932 17:15:06: Creating viewport on target 'rtt/50408896', rendering from camera 'myCarWheel3_SE_1_DISTANCECUBEMAPCUBEMAPFACE_3_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1933 17:15:06: Viewport for camera 'myCarWheel3_SE_1_DISTANCECUBEMAPCUBEMAPFACE_3_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1934 17:15:06: Creating viewport on target 'rtt/50408960', rendering from camera 'myCarWheel3_SE_1_DISTANCECUBEMAPCUBEMAPFACE_4_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1935 17:15:06: Viewport for camera 'myCarWheel3_SE_1_DISTANCECUBEMAPCUBEMAPFACE_4_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1936 17:15:06: Creating viewport on target 'rtt/50409024', rendering from camera 'myCarWheel3_SE_1_DISTANCECUBEMAPCUBEMAPFACE_5_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1937 17:15:06: Viewport for camera 'myCarWheel3_SE_1_DISTANCECUBEMAPCUBEMAPFACE_5_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1938 17:15:06: WARNING: Texture instance 'myCarWheel3_SE_1_DISTANCECUBEMAP' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 1939 17:15:06: Creating viewport on target 'rtt/50410080', rendering from camera 'myCarWheel3_SE_1_CAUSTICCUBEMAPCUBEMAPFACE_0_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1940 17:15:06: Viewport for camera 'myCarWheel3_SE_1_CAUSTICCUBEMAPCUBEMAPFACE_0_CAMERA', actual dimensions L: 0 T: 0 W: 128 H: 128 1941 17:15:06: Creating viewport on target 'rtt/50410144', rendering from camera 'myCarWheel3_SE_1_CAUSTICCUBEMAPCUBEMAPFACE_1_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1942 17:15:06: Viewport for camera 'myCarWheel3_SE_1_CAUSTICCUBEMAPCUBEMAPFACE_1_CAMERA', actual dimensions L: 0 T: 0 W: 128 H: 128 1943 17:15:06: Creating viewport on target 'rtt/50410208', rendering from camera 'myCarWheel3_SE_1_CAUSTICCUBEMAPCUBEMAPFACE_2_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1944 17:15:06: Viewport for camera 'myCarWheel3_SE_1_CAUSTICCUBEMAPCUBEMAPFACE_2_CAMERA', actual dimensions L: 0 T: 0 W: 128 H: 128 1945 17:15:06: Creating viewport on target 'rtt/50410272', rendering from camera 'myCarWheel3_SE_1_CAUSTICCUBEMAPCUBEMAPFACE_3_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1946 17:15:06: Viewport for camera 'myCarWheel3_SE_1_CAUSTICCUBEMAPCUBEMAPFACE_3_CAMERA', actual dimensions L: 0 T: 0 W: 128 H: 128 1947 17:15:06: Creating viewport on target 'rtt/50410336', rendering from camera 'myCarWheel3_SE_1_CAUSTICCUBEMAPCUBEMAPFACE_4_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1948 17:15:06: Viewport for camera 'myCarWheel3_SE_1_CAUSTICCUBEMAPCUBEMAPFACE_4_CAMERA', actual dimensions L: 0 T: 0 W: 128 H: 128 1949 17:15:06: Creating viewport on target 'rtt/50410400', rendering from camera 'myCarWheel3_SE_1_CAUSTICCUBEMAPCUBEMAPFACE_5_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1950 17:15:06: Viewport for camera 'myCarWheel3_SE_1_CAUSTICCUBEMAPCUBEMAPFACE_5_CAMERA', actual dimensions L: 0 T: 0 W: 128 H: 128 1951 17:15:06: Creating viewport on target 'rtt/50410816', rendering from camera 'myCarWheel3_SE_1_PHOTONMAP_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1952 17:15:06: Viewport for camera 'myCarWheel3_SE_1_PHOTONMAP_CAMERA', actual dimensions L: 0 T: 0 W: 64 H: 64 1953 17:15:06: myCarWheel3_SE_1_CAUSTICCUBEMAP map: myCarWheel3_SE_1_PHOTONMAP material: GameTools/CaumyCarWheel3_SE_1_clone 1954 17:15:06: Texture: smokealpha_0.tga: Loading 1 faces(PF_R8G8B8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 1955 17:15:06: Texture: smokealpha_1.tga: Loading 1 faces(PF_R8G8B8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 1956 17:15:06: Texture: smokealpha_2.tga: Loading 1 faces(PF_R8G8B8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 1957 17:15:06: Texture: smokealpha_3.tga: Loading 1 faces(PF_R8G8B8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 1958 17:15:06: Texture: smokealpha_4.tga: Loading 1 faces(PF_R8G8B8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 1959 17:15:06: Texture: smokealpha_5.tga: Loading 1 faces(PF_R8G8B8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 1960 17:15:06: Texture: smokealpha_6.tga: Loading 1 faces(PF_R8G8B8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 1961 17:15:06: Texture: smokealpha_7.tga: Loading 1 faces(PF_R8G8B8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 1962 17:15:06: Texture: smokealpha_8.tga: Loading 1 faces(PF_R8G8B8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 1963 17:15:06: Texture: smokealpha_9.tga: Loading 1 faces(PF_R8G8B8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 1964 17:15:06: Texture: smokealpha_10.tga: Loading 1 faces(PF_R8G8B8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 1965 17:15:06: Texture: smokealpha_11.tga: Loading 1 faces(PF_R8G8B8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 1966 17:15:07: Texture: smokealpha_12.tga: Loading 1 faces(PF_R8G8B8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 1967 17:15:07: Texture: smokealpha_13.tga: Loading 1 faces(PF_R8G8B8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 1968 17:15:07: Texture: smokealpha_14.tga: Loading 1 faces(PF_R8G8B8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 1969 17:15:07: Texture: smokealpha_15.tga: Loading 1 faces(PF_R8G8B8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 1970 17:15:07: Texture: smokealpha_16.tga: Loading 1 faces(PF_R8G8B8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 1971 17:15:07: Texture: smokealpha_17.tga: Loading 1 faces(PF_R8G8B8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 1972 17:15:07: Texture: smokealpha_18.tga: Loading 1 faces(PF_R8G8B8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 1973 17:15:07: Texture: smokealpha_19.tga: Loading 1 faces(PF_R8G8B8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 1974 17:15:07: Texture: smokealpha_20.tga: Loading 1 faces(PF_R8G8B8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 1975 17:15:07: Texture: smokealpha_21.tga: Loading 1 faces(PF_R8G8B8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 1976 17:15:07: Texture: smokealpha_22.tga: Loading 1 faces(PF_R8G8B8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 1977 17:15:07: Texture: smokealpha_23.tga: Loading 1 faces(PF_R8G8B8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 1978 17:15:07: Texture: smokealpha_24.tga: Loading 1 faces(PF_R8G8B8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 1979 17:15:07: Texture: smokealpha_25.tga: Loading 1 faces(PF_R8G8B8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 1980 17:15:07: Texture: smokealpha_26.tga: Loading 1 faces(PF_R8G8B8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 1981 17:15:07: Texture: smokealpha_27.tga: Loading 1 faces(PF_R8G8B8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 1982 17:15:07: Texture: smokealpha_28.tga: Loading 1 faces(PF_R8G8B8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 1983 17:15:07: Texture: smokealpha_29.tga: Loading 1 faces(PF_R8G8B8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 1984 17:15:07: Texture: smokealpha_30.tga: Loading 1 faces(PF_R8G8B8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 1985 17:15:07: Texture: smokealpha_31.tga: Loading 1 faces(PF_R8G8B8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 1986 17:15:07: Texture: planck.tga: Loading 1 faces(PF_R8G8B8,512x40x1) with 9 generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x40x1. 1987 17:15:07: Texture: gradient.tga: Loading 1 faces(PF_L8,128x128x1) with 7 generated mipmaps from Image. Internal format is PF_L8,128x128x1. 1988 17:15:07: Texture: noise.tga: Loading 1 faces(PF_R8G8B8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 1989 17:15:07: Creating viewport on target 'rtt/50708672', rendering from camera 'PlayerCam', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1990 17:15:07: Viewport for camera 'PlayerCam', actual dimensions L: 0 T: 0 W: 800 H: 600 1991 17:15:07: 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. 1992 17:15:07: Creating viewport on target 'ILLUM_FIRE_TEXTURE', rendering from camera 'PlayerCam', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1993 17:15:07: Viewport for camera 'PlayerCam', actual dimensions L: 0 T: 0 W: 400 H: 300 1994 17:15:07: Win32Input8: DirectInput Activation Starts 1995 17:15:07: Win32Input8: Establishing keyboard input. 1996 17:15:07: Win32Input8: Keyboard input established. 1997 17:15:07: Win32Input8: Initializing mouse input in immediate mode. 1998 17:15:07: Win32Input8: Mouse input in immediate mode initialized. 1999 17:15:07: Win32Input8: DirectInput OK. 2000 17:15:07: Creating viewport on target 'rtt/125740832', rendering from camera 'MainLightDEPTH_SHADOW_MAP1_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 2001 17:15:07: Viewport for camera 'MainLightDEPTH_SHADOW_MAP1_CAMERA', actual dimensions L: 0 T: 0 W: 512 H: 512 2002 17:15:07: Creating viewport on target 'rtt/125770304', rendering from camera 'MainLightDEPTH_SHADOW_MAP2_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 2003 17:15:07: Viewport for camera 'MainLightDEPTH_SHADOW_MAP2_CAMERA', actual dimensions L: 0 T: 0 W: 512 H: 512 2004 17:15:07: WARNING: Texture instance 'MainLightDEPTH_SHADOW_MAP1' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 2005 17:15:07: WARNING: Texture instance 'MainLightDEPTH_SHADOW_MAP2' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 2006 17:15:07: WARNING: Texture instance 'bottle0_SE_0_PHOTONMAP' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 2007 17:15:07: D3D9 : Loading 2D Texture, image name : 'PowerOfPhotonHitTexel.dds' with 2147483647 mip map levels 2008 17:15:07: WARNING: Texture instance 'bottle0_SE_0_CAUSTICCUBEMAP' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 2009 17:15:07: WARNING: Texture instance 'bottle1_SE_0_PHOTONMAP' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 2010 17:15:07: WARNING: Texture instance 'bottle1_SE_0_CAUSTICCUBEMAP' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 2011 17:15:07: WARNING: Texture instance 'myCarWheel3_SE_1_PHOTONMAP' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 2012 17:15:07: WARNING: Texture instance 'myCarWheel3_SE_1_CAUSTICCUBEMAP' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 2013 17:15:07: WARNING: Texture instance 'myCarWheel2_SE_1_PHOTONMAP' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 2014 17:15:07: WARNING: Texture instance 'myCarWheel2_SE_1_CAUSTICCUBEMAP' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 2015 17:15:07: WARNING: Texture instance 'myCarWheel1_SE_1_PHOTONMAP' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 2016 17:15:07: WARNING: Texture instance 'myCarWheel1_SE_1_CAUSTICCUBEMAP' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 2017 17:15:07: WARNING: Texture instance 'myCarWheel0_SE_1_PHOTONMAP' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 2018 17:15:07: WARNING: Texture instance 'myCarWheel0_SE_1_CAUSTICCUBEMAP' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 2019 17:15:07: WARNING: Texture instance 'ILLUM_FIRE_COLOR_TEXTURE' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 2020 17:15:07: WARNING: Texture instance 'ILLUM_FIRE_HEAT_TEXTURE' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 2021 17:15:07: WARNING: Texture instance 'CompositorInstanceTexture0' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 2022 17:15:07: An exception has been thrown! 2023 2024 ----------------------------------- 2025 Details: 2026 ----------------------------------- 2027 Error #: 8 2028 Function: ResourceGroupManager::openResource 2029 Description: Cannot locate resource rockwall.tga in resource group General or any other group.. 2030 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 2031 Line: 583 2032 Stack unwinding: <<beginning of stack>> 2033 17:15:07: Error loading texture rockwall.tga. Texture layer will be blank. Loading the texture failed with the following exception: An exception has been thrown! 2034 2035 ----------------------------------- 2036 Details: 2037 ----------------------------------- 2038 Error #: 8 2039 Function: ResourceGroupManager::openResource 2040 Description: Cannot locate resource rockwall.tga in resource group General or any other group.. 2041 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 2042 Line: 583 2043 Stack unwinding: <<beginning of stack>> 2044 17:15:07: An exception has been thrown! 2045 2046 ----------------------------------- 2047 Details: 2048 ----------------------------------- 2049 Error #: 8 2050 Function: ResourceGroupManager::openResource 2051 Description: Cannot locate resource rockwall.tga in resource group General or any other group.. 2052 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 2053 Line: 583 2054 Stack unwinding: <<beginning of stack>> 2055 17:15:07: Error loading texture rockwall.tga. Texture layer will be blank. Loading the texture failed with the following exception: An exception has been thrown! 2056 2057 ----------------------------------- 2058 Details: 2059 ----------------------------------- 2060 Error #: 8 2061 Function: ResourceGroupManager::openResource 2062 Description: Cannot locate resource rockwall.tga in resource group General or any other group.. 2063 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 2064 Line: 583 2065 Stack unwinding: <<beginning of stack>> 2066 17:15:07: An exception has been thrown! 2067 2068 ----------------------------------- 2069 Details: 2070 ----------------------------------- 2071 Error #: 8 2072 Function: ResourceGroupManager::openResource 2073 Description: Cannot locate resource rockwall.tga in resource group General or any other group.. 2074 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 2075 Line: 583 2076 Stack unwinding: <<beginning of stack>> 2077 17:15:07: Error loading texture rockwall.tga. Texture layer will be blank. Loading the texture failed with the following exception: An exception has been thrown! 2078 2079 ----------------------------------- 2080 Details: 2081 ----------------------------------- 2082 Error #: 8 2083 Function: ResourceGroupManager::openResource 2084 Description: Cannot locate resource rockwall.tga in resource group General or any other group.. 2085 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 2086 Line: 583 2087 Stack unwinding: <<beginning of stack>> 2088 17:15:07: An exception has been thrown! 2089 2090 ----------------------------------- 2091 Details: 2092 ----------------------------------- 2093 Error #: 8 2094 Function: ResourceGroupManager::openResource 2095 Description: Cannot locate resource rockwall.tga in resource group General or any other group.. 2096 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 2097 Line: 583 2098 Stack unwinding: <<beginning of stack>> 2099 17:15:07: Error loading texture rockwall.tga. Texture layer will be blank. Loading the texture failed with the following exception: An exception has been thrown! 2100 2101 ----------------------------------- 2102 Details: 2103 ----------------------------------- 2104 Error #: 8 2105 Function: ResourceGroupManager::openResource 2106 Description: Cannot locate resource rockwall.tga in resource group General or any other group.. 2107 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 2108 Line: 583 2109 Stack unwinding: <<beginning of stack>> 2110 17:15:07: WARNING: Texture instance 'CompositorInstanceTexture1' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 2111 17:15:07: WARNING: Texture instance 'CompositorInstanceTexture5' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 2112 17:15:07: An exception has been thrown! 2113 2114 ----------------------------------- 2115 Details: 2116 ----------------------------------- 2117 Error #: 8 2118 Function: ResourceGroupManager::openResource 2119 Description: Cannot locate resource rockwall.tga in resource group General or any other group.. 2120 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 2121 Line: 583 2122 Stack unwinding: <<beginning of stack>> 2123 17:15:07: Error loading texture rockwall.tga. Texture layer will be blank. Loading the texture failed with the following exception: An exception has been thrown! 2124 2125 ----------------------------------- 2126 Details: 2127 ----------------------------------- 2128 Error #: 8 2129 Function: ResourceGroupManager::openResource 2130 Description: Cannot locate resource rockwall.tga in resource group General or any other group.. 2131 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 2132 Line: 583 2133 Stack unwinding: <<beginning of stack>> 2134 17:15:07: An exception has been thrown! 2135 2136 ----------------------------------- 2137 Details: 2138 ----------------------------------- 2139 Error #: 8 2140 Function: ResourceGroupManager::openResource 2141 Description: Cannot locate resource rockwall.tga in resource group General or any other group.. 2142 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 2143 Line: 583 2144 Stack unwinding: <<beginning of stack>> 2145 17:15:07: Error loading texture rockwall.tga. Texture layer will be blank. Loading the texture failed with the following exception: An exception has been thrown! 2146 2147 ----------------------------------- 2148 Details: 2149 ----------------------------------- 2150 Error #: 8 2151 Function: ResourceGroupManager::openResource 2152 Description: Cannot locate resource rockwall.tga in resource group General or any other group.. 2153 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 2154 Line: 583 2155 Stack unwinding: <<beginning of stack>> 2156 17:15:07: WARNING: Texture instance 'CompositorInstanceTexture2' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 2157 17:15:07: An exception has been thrown! 2158 2159 ----------------------------------- 2160 Details: 2161 ----------------------------------- 2162 Error #: 8 2163 Function: ResourceGroupManager::openResource 2164 Description: Cannot locate resource rockwall.tga in resource group General or any other group.. 2165 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 2166 Line: 583 2167 Stack unwinding: <<beginning of stack>> 2168 17:15:07: Error loading texture rockwall.tga. Texture layer will be blank. Loading the texture failed with the following exception: An exception has been thrown! 2169 2170 ----------------------------------- 2171 Details: 2172 ----------------------------------- 2173 Error #: 8 2174 Function: ResourceGroupManager::openResource 2175 Description: Cannot locate resource rockwall.tga in resource group General or any other group.. 2176 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 2177 Line: 583 2178 Stack unwinding: <<beginning of stack>> 2179 17:15:07: An exception has been thrown! 2180 2181 ----------------------------------- 2182 Details: 2183 ----------------------------------- 2184 Error #: 8 2185 Function: ResourceGroupManager::openResource 2186 Description: Cannot locate resource rockwall.tga in resource group General or any other group.. 2187 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 2188 Line: 583 2189 Stack unwinding: <<beginning of stack>> 2190 17:15:07: Error loading texture rockwall.tga. Texture layer will be blank. Loading the texture failed with the following exception: An exception has been thrown! 2191 2192 ----------------------------------- 2193 Details: 2194 ----------------------------------- 2195 Error #: 8 2196 Function: ResourceGroupManager::openResource 2197 Description: Cannot locate resource rockwall.tga in resource group General or any other group.. 2198 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 2199 Line: 583 2200 Stack unwinding: <<beginning of stack>> 2201 17:15:07: WARNING: Texture instance 'CompositorInstanceTexture3' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 2202 17:15:07: An exception has been thrown! 2203 2204 ----------------------------------- 2205 Details: 2206 ----------------------------------- 2207 Error #: 8 2208 Function: ResourceGroupManager::openResource 2209 Description: Cannot locate resource rockwall.tga in resource group General or any other group.. 2210 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 2211 Line: 583 2212 Stack unwinding: <<beginning of stack>> 2213 17:15:07: Error loading texture rockwall.tga. Texture layer will be blank. Loading the texture failed with the following exception: An exception has been thrown! 2214 2215 ----------------------------------- 2216 Details: 2217 ----------------------------------- 2218 Error #: 8 2219 Function: ResourceGroupManager::openResource 2220 Description: Cannot locate resource rockwall.tga in resource group General or any other group.. 2221 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 2222 Line: 583 2223 Stack unwinding: <<beginning of stack>> 2224 17:15:07: An exception has been thrown! 2225 2226 ----------------------------------- 2227 Details: 2228 ----------------------------------- 2229 Error #: 8 2230 Function: ResourceGroupManager::openResource 2231 Description: Cannot locate resource rockwall.tga in resource group General or any other group.. 2232 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 2233 Line: 583 2234 Stack unwinding: <<beginning of stack>> 2235 17:15:07: Error loading texture rockwall.tga. Texture layer will be blank. Loading the texture failed with the following exception: An exception has been thrown! 2236 2237 ----------------------------------- 2238 Details: 2239 ----------------------------------- 2240 Error #: 8 2241 Function: ResourceGroupManager::openResource 2242 Description: Cannot locate resource rockwall.tga in resource group General or any other group.. 2243 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 2244 Line: 583 2245 Stack unwinding: <<beginning of stack>> 2246 17:15:07: WARNING: Texture instance 'CompositorInstanceTexture4' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 2247 17:15:07: An exception has been thrown! 2248 2249 ----------------------------------- 2250 Details: 2251 ----------------------------------- 2252 Error #: 8 2253 Function: ResourceGroupManager::openResource 2254 Description: Cannot locate resource rockwall.tga in resource group General or any other group.. 2255 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 2256 Line: 583 2257 Stack unwinding: <<beginning of stack>> 2258 17:15:07: Error loading texture rockwall.tga. Texture layer will be blank. Loading the texture failed with the following exception: An exception has been thrown! 2259 2260 ----------------------------------- 2261 Details: 2262 ----------------------------------- 2263 Error #: 8 2264 Function: ResourceGroupManager::openResource 2265 Description: Cannot locate resource rockwall.tga in resource group General or any other group.. 2266 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 2267 Line: 583 2268 Stack unwinding: <<beginning of stack>> 2269 17:15:07: An exception has been thrown! 2270 2271 ----------------------------------- 2272 Details: 2273 ----------------------------------- 2274 Error #: 8 2275 Function: ResourceGroupManager::openResource 2276 Description: Cannot locate resource rockwall.tga in resource group General or any other group.. 2277 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 2278 Line: 583 2279 Stack unwinding: <<beginning of stack>> 2280 17:15:07: Error loading texture rockwall.tga. Texture layer will be blank. Loading the texture failed with the following exception: An exception has been thrown! 2281 2282 ----------------------------------- 2283 Details: 2284 ----------------------------------- 2285 Error #: 8 2286 Function: ResourceGroupManager::openResource 2287 Description: Cannot locate resource rockwall.tga in resource group General or any other group.. 2288 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 2289 Line: 583 2290 Stack unwinding: <<beginning of stack>> 2291 17:15:07: An exception has been thrown! 2292 2293 ----------------------------------- 2294 Details: 2295 ----------------------------------- 2296 Error #: 8 2297 Function: ResourceGroupManager::openResource 2298 Description: Cannot locate resource rockwall.tga in resource group General or any other group.. 2299 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 2300 Line: 583 2301 Stack unwinding: <<beginning of stack>> 2302 17:15:07: Error loading texture rockwall.tga. Texture layer will be blank. Loading the texture failed with the following exception: An exception has been thrown! 2303 2304 ----------------------------------- 2305 Details: 2306 ----------------------------------- 2307 Error #: 8 2308 Function: ResourceGroupManager::openResource 2309 Description: Cannot locate resource rockwall.tga in resource group General or any other group.. 2310 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 2311 Line: 583 2312 Stack unwinding: <<beginning of stack>> 2313 17:15:07: An exception has been thrown! 2314 2315 ----------------------------------- 2316 Details: 2317 ----------------------------------- 2318 Error #: 8 2319 Function: ResourceGroupManager::openResource 2320 Description: Cannot locate resource rockwall.tga in resource group General or any other group.. 2321 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 2322 Line: 583 2323 Stack unwinding: <<beginning of stack>> 2324 17:15:07: Error loading texture rockwall.tga. Texture layer will be blank. Loading the texture failed with the following exception: An exception has been thrown! 2325 2326 ----------------------------------- 2327 Details: 2328 ----------------------------------- 2329 Error #: 8 2330 Function: ResourceGroupManager::openResource 2331 Description: Cannot locate resource rockwall.tga in resource group General or any other group.. 2332 File: \ogre_gametools\OgreMain\src\OgreResourceGroupManager.cpp 2333 Line: 583 2334 Stack unwinding: <<beginning of stack>> 2335 17:15:17: bottle0_SE_0_CAUSTICCUBEMAP map: bottle0_SE_0_PHOTONMAP material: BottleCauMapbottle0_SE_0_clone 2336 17:15:21: bottle0_SE_0_CAUSTICCUBEMAP map: bottle0_SE_0_PHOTONMAP material: BottleCauMapbottle0_SE_0_clone 2337 17:15:36: bottle1_SE_0_CAUSTICCUBEMAP map: bottle1_SE_0_PHOTONMAP material: Bottle2CauMapbottle1_SE_0_clone 2338 17:15:40: bottle0_SE_0_CAUSTICCUBEMAP map: bottle0_SE_0_PHOTONMAP material: BottleCauMapbottle0_SE_0_clone 2339 17:15:40: bottle0_SE_0_CAUSTICCUBEMAP map: bottle0_SE_0_PHOTONMAP material: BottleCauMapbottle0_SE_0_clone 2340 17:15:40: bottle0_SE_0_CAUSTICCUBEMAP map: bottle0_SE_0_PHOTONMAP material: BottleCauMapbottle0_SE_0_clone 2341 17:15:41: bottle0_SE_0_CAUSTICCUBEMAP map: bottle0_SE_0_PHOTONMAP material: BottleCauMapbottle0_SE_0_clone 2342 17:15:41: bottle0_SE_0_CAUSTICCUBEMAP map: bottle0_SE_0_PHOTONMAP material: BottleCauMapbottle0_SE_0_clone 2343 17:15:41: bottle0_SE_0_CAUSTICCUBEMAP map: bottle0_SE_0_PHOTONMAP material: BottleCauMapbottle0_SE_0_clone 2344 17:15:41: bottle0_SE_0_CAUSTICCUBEMAP map: bottle0_SE_0_PHOTONMAP material: BottleCauMapbottle0_SE_0_clone 2345 17:15:41: bottle0_SE_0_CAUSTICCUBEMAP map: bottle0_SE_0_PHOTONMAP material: BottleCauMapbottle0_SE_0_clone 2346 17:15:41: bottle0_SE_0_CAUSTICCUBEMAP map: bottle0_SE_0_PHOTONMAP material: BottleCauMapbottle0_SE_0_clone 2347 17:15:41: bottle0_SE_0_CAUSTICCUBEMAP map: bottle0_SE_0_PHOTONMAP material: BottleCauMapbottle0_SE_0_clone 2348 17:15:41: bottle0_SE_0_CAUSTICCUBEMAP map: bottle0_SE_0_PHOTONMAP material: BottleCauMapbottle0_SE_0_clone 2349 17:15:41: bottle0_SE_0_CAUSTICCUBEMAP map: bottle0_SE_0_PHOTONMAP material: BottleCauMapbottle0_SE_0_clone 2350 17:15:41: bottle0_SE_0_CAUSTICCUBEMAP map: bottle0_SE_0_PHOTONMAP material: BottleCauMapbottle0_SE_0_clone 2351 17:15:41: bottle0_SE_0_CAUSTICCUBEMAP map: bottle0_SE_0_PHOTONMAP material: BottleCauMapbottle0_SE_0_clone 2352 17:15:41: bottle0_SE_0_CAUSTICCUBEMAP map: bottle0_SE_0_PHOTONMAP material: BottleCauMapbottle0_SE_0_clone 2353 17:15:41: bottle0_SE_0_CAUSTICCUBEMAP map: bottle0_SE_0_PHOTONMAP material: BottleCauMapbottle0_SE_0_clone 2354 17:15:41: bottle0_SE_0_CAUSTICCUBEMAP map: bottle0_SE_0_PHOTONMAP material: BottleCauMapbottle0_SE_0_clone 2355 17:15:41: bottle0_SE_0_CAUSTICCUBEMAP map: bottle0_SE_0_PHOTONMAP material: BottleCauMapbottle0_SE_0_clone 2356 17:15:55: Unregistering ResourceManager for type BspLevel 2357 17:15:55: Render Target 'rtt/2271872' Average FPS: 26.9774 Best FPS: 30.3624 Worst FPS: 0.369823 2358 17:15:55: Render Target 'rtt/2272320' Average FPS: 27.0762 Best FPS: 30.3327 Worst FPS: 0.362056 2359 17:15:55: Render Target 'rtt/2273632' Average FPS: 27.1014 Best FPS: 30.2734 Worst FPS: 0.358551 2360 17:15:55: Render Target 'rtt/2273184' Average FPS: 26.9693 Best FPS: 30.3327 Worst FPS: 0.360881 2361 17:15:55: Render Target 'rtt/2274080' Average FPS: 27.1046 Best FPS: 30.2734 Worst FPS: 0.367918 2362 17:15:55: Render Target 'rtt/2272736' Average FPS: 26.9658 Best FPS: 30.3327 Worst FPS: 0.361664 2363 17:15:55: Render Target 'rtt/125770304' Average FPS: 27.2779 Best FPS: 30.7235 Worst FPS: 4.86855 2364 17:15:55: Render Target 'rtt/125740832' Average FPS: 27.4133 Best FPS: 31.1587 Worst FPS: 4.86855 2365 17:15:55: Render Target 'rtt/50709376' Average FPS: 27.2332 Best FPS: 30.185 Worst FPS: 2.72975 2366 17:15:55: Render Target 'rtt/50709024' Average FPS: 27.2332 Best FPS: 30.185 Worst FPS: 2.72975 2367 17:15:55: Render Target 'rtt/50708672' Average FPS: 10.5646 Best FPS: 23.166 Worst FPS: 0.0604631 2368 17:15:55: Render Target 'rtt/50410816' Average FPS: 27.4374 Best FPS: 31.3418 Worst FPS: 0.949668 2369 17:15:55: Render Target 'rtt/50410080' Average FPS: 4.61682 Best FPS: 5.17241 Worst FPS: 0.811688 2370 17:15:55: Render Target 'rtt/50410144' Average FPS: 4.56026 Best FPS: 5.06757 Worst FPS: 0.592066 2371 17:15:55: Render Target 'rtt/50410208' Average FPS: 4.57054 Best FPS: 5.11073 Worst FPS: 0.551268 2372 17:15:55: Render Target 'rtt/50410272' Average FPS: 4.58171 Best FPS: 5.04202 Worst FPS: 0.526039 2373 17:15:55: Render Target 'rtt/50410336' Average FPS: 4.58814 Best FPS: 5.09771 Worst FPS: 0.497265 2374 17:15:55: Render Target 'rtt/50410400' Average FPS: 4.57601 Best FPS: 5.07185 Worst FPS: 0.450653 2375 17:15:55: Render Target 'rtt/50408704' Average FPS: 4.06065 Best FPS: 4.99501 Worst FPS: 0.883002 2376 17:15:55: Render Target 'rtt/50408768' Average FPS: 3.56134 Best FPS: 4.51264 Worst FPS: 0.601685 2377 17:15:55: Render Target 'rtt/50408832' Average FPS: 4.55734 Best FPS: 4.80769 Worst FPS: 0.561482 2378 17:15:55: Render Target 'rtt/50408896' Average FPS: 4.0475 Best FPS: 4.79846 Worst FPS: 0.537924 2379 17:15:55: Render Target 'rtt/50408960' Average FPS: 3.28358 Best FPS: 4.40141 Worst FPS: 0.509424 2380 17:15:55: Render Target 'rtt/50409024' Average FPS: 3.8278 Best FPS: 4.7081 Worst FPS: 0.456204 2381 17:15:55: Render Target 'rtt/50407360' Average FPS: 4.37283 Best FPS: 4.91642 Worst FPS: 0.882613 2382 17:15:55: Render Target 'rtt/50407424' Average FPS: 4.06458 Best FPS: 4.83559 Worst FPS: 0.600601 2383 17:15:55: Render Target 'rtt/50407488' Average FPS: 4.06045 Best FPS: 5.05902 Worst FPS: 0.560538 2384 17:15:55: Render Target 'rtt/50407552' Average FPS: 4.40043 Best FPS: 4.88281 Worst FPS: 0.537057 2385 17:15:55: Render Target 'rtt/50407616' Average FPS: 3.88032 Best FPS: 4.38212 Worst FPS: 0.508647 2386 17:15:55: Render Target 'rtt/50407680' Average FPS: 4.22782 Best FPS: 4.91159 Worst FPS: 0.455581 2387 17:15:55: Render Target 'rtt/50406304' Average FPS: 27.4827 Best FPS: 31.4342 Worst FPS: 0.942507 2388 17:15:55: Render Target 'rtt/50405536' Average FPS: 4.61767 Best FPS: 5.13259 Worst FPS: 0.810373 2389 17:15:55: Render Target 'rtt/50405600' Average FPS: 4.57647 Best FPS: 5.06757 Worst FPS: 0.590319 2390 17:15:55: Render Target 'rtt/50405664' Average FPS: 4.56591 Best FPS: 5.11073 Worst FPS: 0.548847 2391 17:15:55: Render Target 'rtt/50405728' Average FPS: 4.58749 Best FPS: 5.04202 Worst FPS: 0.524659 2392 17:15:55: Render Target 'rtt/50405792' Average FPS: 4.58885 Best FPS: 5.06329 Worst FPS: 0.496032 2393 17:15:55: Render Target 'rtt/50405856' Average FPS: 4.58912 Best FPS: 5.13699 Worst FPS: 0.44843 2394 17:15:55: Render Target 'rtt/50404192' Average FPS: 3.55015 Best FPS: 5.07614 Worst FPS: 0.829876 2395 17:15:55: Render Target 'rtt/50404256' Average FPS: 4.5255 Best FPS: 4.81696 Worst FPS: 0.59988 2396 17:15:55: Render Target 'rtt/50404320' Average FPS: 4.53464 Best FPS: 5.08044 Worst FPS: 0.560538 2397 17:15:55: Render Target 'rtt/50404384' Average FPS: 3.99597 Best FPS: 4.40141 Worst FPS: 0.536769 2398 17:15:55: Render Target 'rtt/50404448' Average FPS: 3.86983 Best FPS: 4.66418 Worst FPS: 0.508388 2399 17:15:55: Render Target 'rtt/50404512' Average FPS: 3.69279 Best FPS: 4.61255 Worst FPS: 0.455373 2400 17:15:55: Render Target 'rtt/50402816' Average FPS: 3.78673 Best FPS: 4.69484 Worst FPS: 0.862069 2401 17:15:55: Render Target 'rtt/50402880' Average FPS: 4.59448 Best FPS: 5.07185 Worst FPS: 0.60024 2402 17:15:55: Render Target 'rtt/50402944' Average FPS: 3.55595 Best FPS: 4.80769 Worst FPS: 0.560538 2403 17:15:55: Render Target 'rtt/50403008' Average FPS: 4.53745 Best FPS: 4.81232 Worst FPS: 0.536769 2404 17:15:55: Render Target 'rtt/50403072' Average FPS: 4.10505 Best FPS: 5.03356 Worst FPS: 0.508388 2405 17:15:55: Render Target 'rtt/50403136' Average FPS: 3.91546 Best FPS: 4.86224 Worst FPS: 0.455789 2406 17:15:55: Render Target 'rtt/50401792' Average FPS: 27.4872 Best FPS: 31.4033 Worst FPS: 0.937207 2407 17:15:55: Render Target 'rtt/50401024' Average FPS: 4.61578 Best FPS: 5.13259 Worst FPS: 0.833333 2408 17:15:55: Render Target 'rtt/50401088' Average FPS: 4.57687 Best FPS: 5.08475 Worst FPS: 0.587544 2409 17:15:55: Render Target 'rtt/50401152' Average FPS: 4.56625 Best FPS: 5.10204 Worst FPS: 0.548246 2410 17:15:55: Render Target 'rtt/50401216' Average FPS: 4.57594 Best FPS: 5.04202 Worst FPS: 0.524109 2411 17:15:55: Render Target 'rtt/50401280' Average FPS: 4.58601 Best FPS: 5.06329 Worst FPS: 0.49554 2412 17:15:55: Render Target 'rtt/50401344' Average FPS: 4.58899 Best FPS: 5.06757 Worst FPS: 0.447828 2413 17:15:55: Render Target 'rtt/50399680' Average FPS: 4.02075 Best FPS: 5.07614 Worst FPS: 0.881446 2414 17:15:55: Render Target 'rtt/50399744' Average FPS: 4.1371 Best FPS: 4.83559 Worst FPS: 0.59952 2415 17:15:55: Render Target 'rtt/50399808' Average FPS: 4.49517 Best FPS: 4.84496 Worst FPS: 0.560224 2416 17:15:55: Render Target 'rtt/50399872' Average FPS: 3.41158 Best FPS: 5.07614 Worst FPS: 0.536193 2417 17:15:55: Render Target 'rtt/50399936' Average FPS: 4.36843 Best FPS: 4.83559 Worst FPS: 0.50813 2418 17:15:55: Render Target 'rtt/50400000' Average FPS: 4.05718 Best FPS: 5.08044 Worst FPS: 0.456413 2419 17:15:55: Render Target 'rtt/50398304' Average FPS: 4.00013 Best FPS: 4.4964 Worst FPS: 0.440529 2420 17:15:55: Render Target 'rtt/50398368' Average FPS: 3.89773 Best FPS: 4.92611 Worst FPS: 0.599161 2421 17:15:55: Render Target 'rtt/50398432' Average FPS: 4.53378 Best FPS: 5.06757 Worst FPS: 0.55991 2422 17:15:55: Render Target 'rtt/50398496' Average FPS: 4.31188 Best FPS: 4.82625 Worst FPS: 0.536193 2423 17:15:55: Render Target 'rtt/50398560' Average FPS: 3.89951 Best FPS: 4.7081 Worst FPS: 0.507872 2424 17:15:55: Render Target 'rtt/50398624' Average FPS: 3.56888 Best FPS: 4.52899 Worst FPS: 0.45683 2425 17:15:55: Render Target 'rtt/50397280' Average FPS: 27.3296 Best FPS: 31.3418 Worst FPS: 0.907441 2426 17:15:55: Render Target 'rtt/50396512' Average FPS: 4.61765 Best FPS: 5.13259 Worst FPS: 0.83682 2427 17:15:55: Render Target 'rtt/50396576' Average FPS: 4.57695 Best FPS: 5.08475 Worst FPS: 0.58651 2428 17:15:55: Render Target 'rtt/50396640' Average FPS: 4.56561 Best FPS: 5.10204 Worst FPS: 0.547345 2429 17:15:55: Render Target 'rtt/50396704' Average FPS: 4.57435 Best FPS: 5.07614 Worst FPS: 0.523286 2430 17:15:55: Render Target 'rtt/50396768' Average FPS: 4.58375 Best FPS: 5.07185 Worst FPS: 0.49456 2431 17:15:55: Render Target 'rtt/50396832' Average FPS: 4.58209 Best FPS: 5.06757 Worst FPS: 0.447227 2432 17:15:55: Render Target 'rtt/50395136' Average FPS: 4.00811 Best FPS: 4.49236 Worst FPS: 0.878735 2433 17:15:55: Render Target 'rtt/50395200' Average FPS: 4.31785 Best FPS: 5.02513 Worst FPS: 0.597729 2434 17:15:55: Render Target 'rtt/50395264' Average FPS: 3.61178 Best FPS: 4.93097 Worst FPS: 0.558036 2435 17:15:55: Render Target 'rtt/50395328' Average FPS: 4.28823 Best FPS: 4.81232 Worst FPS: 0.534759 2436 17:15:55: Render Target 'rtt/50395392' Average FPS: 4.32614 Best FPS: 5.16351 Worst FPS: 0.506586 2437 17:15:55: Render Target 'rtt/50395456' Average FPS: 3.37043 Best FPS: 5.12383 Worst FPS: 0.453926 2438 17:15:55: Render Target 'rtt/50393792' Average FPS: 4.46382 Best FPS: 4.78469 Worst FPS: 0.878349 2439 17:15:55: Render Target 'rtt/50393856' Average FPS: 4.54513 Best FPS: 5.06329 Worst FPS: 0.597372 2440 17:15:55: Render Target 'rtt/50393920' Average FPS: 4.55214 Best FPS: 4.84496 Worst FPS: 0.557724 2441 17:15:55: Render Target 'rtt/50393984' Average FPS: 3.4117 Best FPS: 4.98504 Worst FPS: 0.534474 2442 17:15:55: Render Target 'rtt/50394048' Average FPS: 4.34474 Best FPS: 5.09771 Worst FPS: 0.506329 2443 17:15:55: Render Target 'rtt/50394112' Average FPS: 4.02715 Best FPS: 4.73485 Worst FPS: 0.453721 2444 17:15:55: Render Target 'rtt/50392416' Average FPS: 2.56641 Best FPS: 4.329 Worst FPS: 0.291886 2445 17:15:55: Render Target 'rtt/50392480' Average FPS: 1.72221 Best FPS: 3.89105 Worst FPS: 0.327011 2446 17:15:55: Render Target 'rtt/50392544' Average FPS: 2.3841 Best FPS: 4.39367 Worst FPS: 0.568505 2447 17:15:55: Render Target 'rtt/50392608' Average FPS: 2.02403 Best FPS: 3.95648 Worst FPS: 0.279174 2448 17:15:55: Render Target 'rtt/50392672' Average FPS: 2.57651 Best FPS: 4.40529 Worst FPS: 0.507357 2449 17:15:55: Render Target 'rtt/50392736' Average FPS: 0.55981 Best FPS: 3.96825 Worst FPS: 0.288934 2450 17:15:55: Render Target 'rtt/50391072' Average FPS: 4.57944 Best FPS: 5.07185 Worst FPS: 0.879894 2451 17:15:55: Render Target 'rtt/50391136' Average FPS: 4.58313 Best FPS: 5.06329 Worst FPS: 0.598086 2452 17:15:55: Render Target 'rtt/50391200' Average FPS: 4.58016 Best FPS: 5.08044 Worst FPS: 0.568505 2453 17:15:55: Render Target 'rtt/50391264' Average FPS: 4.57014 Best FPS: 5.05476 Worst FPS: 0.535045 2454 17:15:55: Render Target 'rtt/50391328' Average FPS: 4.58118 Best FPS: 5.04202 Worst FPS: 0.507099 2455 17:15:55: Render Target 'rtt/50391392' Average FPS: 4.55968 Best FPS: 5.04626 Worst FPS: 0.456621 2456 17:15:55: Render Target 'rtt/50389696' Average FPS: 4.57912 Best FPS: 5.07185 Worst FPS: 0.879507 2457 17:15:55: Render Target 'rtt/50389760' Average FPS: 4.58309 Best FPS: 5.06329 Worst FPS: 0.597729 2458 17:15:55: Render Target 'rtt/50389824' Average FPS: 4.57954 Best FPS: 5.08475 Worst FPS: 0.568182 2459 17:15:55: Render Target 'rtt/50389888' Average FPS: 4.56956 Best FPS: 5.05476 Worst FPS: 0.535045 2460 17:15:55: Render Target 'rtt/50389952' Average FPS: 4.5809 Best FPS: 5.04202 Worst FPS: 0.507099 2461 17:15:55: Render Target 'rtt/50390016' Average FPS: 4.55946 Best FPS: 5.04626 Worst FPS: 0.45683 2462 17:15:55: Render Target 'rtt/50388672' Average FPS: 27.4113 Best FPS: 31.4961 Worst FPS: 0.970874 2463 17:15:55: Render Target 'rtt/50387904' Average FPS: 27.4213 Best FPS: 31.4961 Worst FPS: 0.966184 2464 17:15:55: Render Target 'rtt/50387968' Average FPS: 27.4778 Best FPS: 31.4961 Worst FPS: 0.966184 2465 17:15:55: Render Target 'rtt/50388032' Average FPS: 27.4786 Best FPS: 31.4961 Worst FPS: 0.966184 2466 17:15:55: Render Target 'rtt/50388096' Average FPS: 27.4786 Best FPS: 31.4961 Worst FPS: 0.938086 2467 17:15:55: Render Target 'rtt/50388160' Average FPS: 27.3917 Best FPS: 31.3112 Worst FPS: 0.938086 2468 17:15:55: Render Target 'rtt/50388224' Average FPS: 27.434 Best FPS: 31.8091 Worst FPS: 0.938086 2469 17:15:55: Render Target 'rtt/50386560' Average FPS: 27.4971 Best FPS: 31.4961 Worst FPS: 0.974659 2470 17:15:55: Render Target 'rtt/50386624' Average FPS: 27.4986 Best FPS: 31.5271 Worst FPS: 0.974659 2471 17:15:55: Render Target 'rtt/50386688' Average FPS: 27.4285 Best FPS: 31.4961 Worst FPS: 0.974659 2472 17:15:55: Render Target 'rtt/50386752' Average FPS: 27.4363 Best FPS: 31.4961 Worst FPS: 0.974659 2473 17:15:55: Render Target 'rtt/50386816' Average FPS: 27.4146 Best FPS: 31.5271 Worst FPS: 0.969932 2474 17:15:55: Render Target 'rtt/50386880' Average FPS: 27.4149 Best FPS: 31.4961 Worst FPS: 0.969932 2475 17:15:55: Render Target 'rtt/49318528' Average FPS: 4.5642 Best FPS: 5.03356 Worst FPS: 0.296472 2476 17:15:55: Render Target 'rtt/49318592' Average FPS: 4.57188 Best FPS: 5.02513 Worst FPS: 0.293083 2477 17:15:55: Render Target 'rtt/49318656' Average FPS: 4.56232 Best FPS: 5.05051 Worst FPS: 0.288684 2478 17:15:55: Render Target 'rtt/49318720' Average FPS: 4.57959 Best FPS: 5.01253 Worst FPS: 0.285144 2479 17:15:55: Render Target 'rtt/49318784' Average FPS: 4.56227 Best FPS: 5.05051 Worst FPS: 0.281294 2480 17:15:55: Render Target 'rtt/49318848' Average FPS: 4.54956 Best FPS: 5.07614 Worst FPS: 0.278087 2481 17:15:55: Render Target 'rtt/49317472' Average FPS: 27.1215 Best FPS: 30.0388 Worst FPS: 1.18203 2482 17:15:55: Render Target 'rtt/49316992' Average FPS: 27.4373 Best FPS: 31.4342 Worst FPS: 0.978474 2483 17:15:55: Render Target 'rtt/49317056' Average FPS: 27.4407 Best FPS: 31.4342 Worst FPS: 0.978474 2484 17:15:55: Render Target 'rtt/49317120' Average FPS: 27.4445 Best FPS: 31.4342 Worst FPS: 0.978474 2485 17:15:55: Render Target 'rtt/49317184' Average FPS: 27.3232 Best FPS: 31.3726 Worst FPS: 0.978474 2486 17:15:55: Render Target 'rtt/49317248' Average FPS: 27.3248 Best FPS: 31.3726 Worst FPS: 0.976563 2487 17:15:55: Render Target 'rtt/49317312' Average FPS: 27.3263 Best FPS: 31.25 Worst FPS: 0.976563 2488 17:15:55: Render Target 'rtt/49315648' Average FPS: 27.0888 Best FPS: 30.2439 Worst FPS: 1.18133 2489 17:15:55: Render Target 'rtt/49315712' Average FPS: 27.1132 Best FPS: 30.0971 Worst FPS: 1.18133 2490 17:15:55: Render Target 'rtt/49315776' Average FPS: 27.1006 Best FPS: 30.1263 Worst FPS: 1.18133 2491 17:15:55: Render Target 'rtt/49315840' Average FPS: 27.0873 Best FPS: 30.1263 Worst FPS: 1.18133 2492 17:15:55: Render Target 'rtt/49315904' Average FPS: 27.0888 Best FPS: 30.2439 Worst FPS: 1.18064 2493 17:15:55: Render Target 'rtt/49315968' Average FPS: 27.0747 Best FPS: 30.0971 Worst FPS: 1.18064 2494 17:15:55: Render Target 'rtt/49314016' Average FPS: 4.58003 Best FPS: 5.05051 Worst FPS: 0.296736 2495 17:15:55: Render Target 'rtt/49314080' Average FPS: 4.59049 Best FPS: 5.07614 Worst FPS: 0.293341 2496 17:15:55: Render Target 'rtt/49314144' Average FPS: 4.55831 Best FPS: 5.08475 Worst FPS: 0.289017 2497 17:15:55: Render Target 'rtt/49314208' Average FPS: 4.58192 Best FPS: 5.07614 Worst FPS: 0.251762 2498 17:15:55: Render Target 'rtt/49314272' Average FPS: 4.57753 Best FPS: 5.05902 Worst FPS: 0.281611 2499 17:15:55: Render Target 'rtt/49314336' Average FPS: 4.5674 Best FPS: 5.08475 Worst FPS: 0.278319 2500 17:15:55: *-*-* OGRE Shutdown 2501 17:15:55: Unregistering ResourceManager for type Compositor 2502 17:15:55: Unregistering ResourceManager for type Font 2503 17:15:55: Unregistering ResourceManager for type Skeleton 2504 17:15:55: Unregistering ResourceManager for type Mesh 2505 17:15:55: Unregistering ResourceManager for type HighLevelGpuProgram 2506 17:15:55: Unloading library .\Plugin_CgProgramManager 2507 17:15:55: Unloading library .\Plugin_OctreeSceneManager 2508 17:15:55: Unloading library .\Plugin_BSPSceneManager 2509 17:15:55: Unloading library .\Plugin_ParticleFX 2510 17:15:55: Render Target 'ILLUM_FIRE_TEXTURE' Average FPS: 10.5653 Best FPS: 23.166 Worst FPS: 0.120919 2511 17:15:55: Render Target 'OGRE Render Window' Average FPS: 27.2428 Best FPS: 30.1556 Worst FPS: 2.72975 2512 17:15:55: D3D9 : Shutting down cleanly. 2513 17:15:55: Unregistering ResourceManager for type Texture 2514 17:15:55: Unregistering ResourceManager for type GpuProgram 2515 17:15:55: D3D9 : Direct3D9 Rendering Subsystem destroyed. 2516 17:15:55: Unloading library .\RenderSystem_Direct3D9 2517 17:15:55: Unregistering ResourceManager for type Material 2518 17:15:55: Unloading library OgrePlatform.dll -
GTP/trunk/App/Games/CarDriving_BME/ogre.cfg
r1049 r2514 5 5 Anti aliasing=None 6 6 Floating-point mode=Fastest 7 Full Screen= Yes8 Rendering Device=NVIDIA GeForce 7800 GT7 Full Screen=No 8 Rendering Device=NVIDIA GeForce Go 7900 GS 9 9 VSync=No 10 10 Video Mode=800 x 600 @ 32-bit colour
Note: See TracChangeset
for help on using the changeset viewer.