Changeset 1847 for GTP/trunk/App/Demos/Illum
- Timestamp:
- 12/05/06 08:57:19 (18 years ago)
- Location:
- GTP/trunk/App/Demos/Illum/Ogre
- Files:
-
- 2 added
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Illum/Ogre/Media/materials/programs/MetalTeapot.hlsl
r1831 r1847 235 235 V = normalize(V); 236 236 float3 R = normalize(reflect( V, IN.mNormal)); 237 //float3 R = normalize(refract( V, IN.mNormal, 0.98)); 237 238 238 239 newTexCoord = R; … … 280 281 float3 newX = mPos + R * d; 281 282 float3 newR = normalize(reflect( newV, newN)); 282 283 // float3 newR = normalize(refract( newV, newN, 0.98)); 284 283 285 Hit(newX, newR, DistanceMap, newTexCoord); 284 286 Color = readCubeMap(CubeMap, newTexCoord ); -
GTP/trunk/App/Demos/Illum/Ogre/bin/Debug/Ogre.log
r1831 r1847 1 1 4:30:22: Creating resource group General2 1 4:30:22: Creating resource group Internal3 1 4:30:22: Creating resource group Autodetect4 1 4:30:22: Registering ResourceManager for type Material5 1 4:30:22: Registering ResourceManager for type Mesh6 1 4:30:22: Registering ResourceManager for type Skeleton7 1 4:30:22: MovableObjectFactory for type 'ParticleSystem' registered.8 1 4:30:22: Loading library OgrePlatform_d.dll9 1 4:30:22: OverlayElementFactory for type Panel registered.10 1 4:30:22: OverlayElementFactory for type BorderPanel registered.11 1 4:30:22: OverlayElementFactory for type TextArea registered.12 1 4:30:22: Registering ResourceManager for type Font13 1 4:30:22: ArchiveFactory for archive type FileSystem registered.14 1 4:30:22: ArchiveFactory for archive type Zip registered.15 1 4:30:22: DevIL version: Developer's Image Library (DevIL) 1.6.7 Oct 28 200516 1 4:30:22: DevIL image formats: bmp dib cut dcx dds gif hdr ico cur jpg jpe jpeg lif mdl mng jng pcx pic pix png pbm pgm pnm ppm psd pdd psp pxr sgi bw rgb rgba tga vda icb vst tif tiff wal xpm raw17 1 4:30:22: Registering ResourceManager for type HighLevelGpuProgram18 1 4:30:22: Registering ResourceManager for type Compositor19 1 4:30:22: MovableObjectFactory for type 'Entity' registered.20 1 4:30:22: MovableObjectFactory for type 'Light' registered.21 1 4:30:22: MovableObjectFactory for type 'BillboardSet' registered.22 1 4:30:22: MovableObjectFactory for type 'ManualObject' registered.23 1 4:30:22: MovableObjectFactory for type 'BillboardChain' registered.24 1 4:30:22: MovableObjectFactory for type 'RibbonTrail' registered.25 1 4:30:22: Loading library .\RenderSystem_Direct3D926 1 4:30:22: D3D9 : Direct3D9 Rendering Subsystem created.27 1 4:30:22: D3D9: Driver Detection Starts28 1 4:30:22: D3D9: Driver Detection Ends29 1 4:30:22: Loading library .\Plugin_ParticleFX30 1 4:30:22: Particle Emitter Type 'Point' registered31 1 4:30:22: Particle Emitter Type 'Box' registered32 1 4:30:22: Particle Emitter Type 'Ellipsoid' registered33 1 4:30:22: Particle Emitter Type 'Cylinder' registered34 1 4:30:22: Particle Emitter Type 'Ring' registered35 1 4:30:22: Particle Emitter Type 'HollowEllipsoid' registered36 1 4:30:22: Particle Affector Type 'LinearForce' registered37 1 4:30:22: Particle Affector Type 'ColourFader' registered38 1 4:30:22: Particle Affector Type 'ColourFader2' registered39 1 4:30:22: Particle Affector Type 'ColourImage' registered40 1 4:30:22: Particle Affector Type 'ColourInterpolator' registered41 1 4:30:22: Particle Affector Type 'Scaler' registered42 1 4:30:22: Particle Affector Type 'Rotator' registered43 1 4:30:22: Particle Affector Type 'DirectionRandomiser' registered44 1 4:30:22: Particle Affector Type 'DeflectorPlane' registered45 1 4:30:22: Loading library .\Plugin_BSPSceneManager46 1 4:30:22: Registering ResourceManager for type BspLevel47 1 4:30:22: Loading library .\Plugin_OctreeSceneManager48 1 4:30:23: Loading library .\Plugin_CgProgramManager49 1 4:30:23: *-*-* OGRE Initialising50 1 4:30:23: *-*-* Version 1.2.0 (Dagon)51 1 4:30:23: Creating resource group Bootstrap52 1 4:30:23: Added resource location '../../Media/packs/OgreCore.zip' of type 'Zip' to resource group 'Bootstrap'53 1 4:30:23: Added resource location '../../Media' of type 'FileSystem' to resource group 'General'54 1 4:30:23: Added resource location '../../Media/fonts' of type 'FileSystem' to resource group 'General'55 1 4:30:23: Added resource location '../../Media/materials/programs' of type 'FileSystem' to resource group 'General'56 1 4:30:23: Added resource location '../../Media/materials/scripts' of type 'FileSystem' to resource group 'General'57 1 4:30:23: Added resource location '../../Media/materials/textures' of type 'FileSystem' to resource group 'General'58 1 4:30:23: Added resource location '../../Media/models' of type 'FileSystem' to resource group 'General'59 1 4:30:23: Added resource location '../../Media/overlays' of type 'FileSystem' to resource group 'General'60 1 4:30:23: Added resource location '../../Media/particle' of type 'FileSystem' to resource group 'General'61 1 4:30:23: Added resource location '../../Media/gui' of type 'FileSystem' to resource group 'General'62 1 4:30:23: Added resource location '../../Media/packs/cubemapsJS.zip' of type 'Zip' to resource group 'General'63 1 4:30:23: Added resource location '../../Media/packs/smokealphaclip.zip' of type 'Zip' to resource group 'General'64 1 4:30:23: D3D9 : RenderSystem Option: Allow NVPerfHUD = No65 1 4:30:23: D3D9 : RenderSystem Option: Anti aliasing = None66 1 4:30:23: D3D9 : RenderSystem Option: Floating-point mode = Fastest67 1 4:30:23: D3D9 : RenderSystem Option: Full Screen = No68 1 4:30:23: D3D9 : RenderSystem Option: Rendering Device = NVIDIA GeForce 7950 GX269 1 4:30:23: D3D9 : RenderSystem Option: VSync = No70 1 4:30:23: D3D9 : RenderSystem Option: Video Mode = 800 x 600 @ 32-bit colour71 1 4:30:26: D3D9 : Subsystem Initialising72 1 4:30:26: D3D9RenderSystem::createRenderWindow "OGRE Render Window", 800x600 windowed miscParams: FSAA=0 FSAAQuality=0 colourDepth=32 useNVPerfHUD=false vsync=false73 1 4:30:26: D3D9 : Created D3D9 Rendering Window 'OGRE Render Window' : 800x600, 32bpp74 1 4:30:26: D3D9 : WARNING - disabling VSync in windowed mode can cause timing issues at lower frame rates, turn VSync on if you observe this problem.75 1 4:30:26: Registering ResourceManager for type Texture76 1 4:30:26: Registering ResourceManager for type GpuProgram77 1 4:30:26: RenderSystem capabilities78 1 4:30:26: -------------------------79 1 4:30:26: * Hardware generation of mipmaps: yes80 1 4:30:26: * Texture blending: yes81 1 4:30:26: * Anisotropic texture filtering: yes82 1 4:30:26: * Dot product texture operation: yes83 1 4:30:26: * Cube mapping: yes84 1 4:30:26: * Hardware stencil buffer: yes85 1 4:30:26: - Stencil depth: 886 1 4:30:26: - Two sided stencil support: yes87 1 4:30:26: - Wrap stencil values: yes88 1 4:30:26: * Hardware vertex / index buffers: yes89 1 4:30:26: * Vertex programs: yes90 1 4:30:26: - Max vertex program version: vs_3_091 1 4:30:26: * Fragment programs: yes92 1 4:30:26: - Max fragment program version: ps_3_093 1 4:30:26: * Texture Compression: yes94 1 4:30:26: - DXT: yes95 1 4:30:26: - VTC: no96 1 4:30:26: * Scissor Rectangle: yes97 1 4:30:26: * Hardware Occlusion Query: yes98 1 4:30:26: * User clip planes: yes99 1 4:30:26: * VET_UBYTE4 vertex element type: yes100 1 4:30:26: * Infinite far plane projection: yes101 1 4:30:26: * Hardware render-to-texture: yes102 1 4:30:26: * Floating point textures: yes103 1 4:30:26: * Non-power-of-two textures: yes104 1 4:30:26: * Volume textures: yes105 1 4:30:26: * Multiple Render Targets: 4106 1 4:30:26: * Max Point Size: 8192107 1 4:30:26: ***************************************108 1 4:30:26: *** D3D9 : Subsystem Initialised OK ***109 1 4:30:26: ***************************************110 1 4:30:26: ResourceBackgroundQueue - threading disabled111 1 4:30:26: Particle Renderer Type 'billboard' registered112 1 4:30:26: Particle Renderer Type 'sprite' registered113 1 4:30:26: Creating viewport on target 'OGRE Render Window', rendering from camera 'PlayerCam', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0114 1 4:30:26: Viewport for camera 'PlayerCam', actual dimensions L: 0 T: 0 W: 800 H: 600115 1 4:30:26: Parsing scripts for resource group Autodetect116 1 4:30:26: Finished parsing scripts for resource group Autodetect117 1 4:30:26: Parsing scripts for resource group Bootstrap118 1 4:30:26: Parsing script OgreCore.material119 1 4:30:26: Parsing script OgreProfiler.material120 1 4:30:26: Parsing script Ogre.fontdef121 1 4:30:26: Parsing script OgreDebugPanel.overlay122 1 4:30:26: Texture: New_Ogre_Border_Center.png: Loading 1 faces(PF_A8B8G8R8,256x128x1) with hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x128x1.123 1 4:30:26: Texture: New_Ogre_Border.png: Loading 1 faces(PF_A8B8G8R8,256x256x1) with hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x256x1.124 1 4:30:26: Texture: New_Ogre_Border_Break.png: Loading 1 faces(PF_A8B8G8R8,32x32x1) with hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,32x32x1.125 1 4:30:26: Font TrebuchetMSBoldusing texture size 512x512126 1 4:30:26: Info: Freetype returned null for character 160 in font TrebuchetMSBold127 1 4:30:26: Texture: TrebuchetMSBoldTexture: Loading 1 faces(PF_BYTE_LA,512x512x1) with 0 generated mipmaps from Image. Internal format is PF_BYTE_LA,512x512x1.128 1 4:30:26: Texture: ogretext.png: Loading 1 faces(PF_A8B8G8R8,256x128x1) with hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x128x1.129 1 4:30:26: Parsing script OgreLoadingPanel.overlay130 1 4:30:26: Finished parsing scripts for resource group Bootstrap131 1 4:30:26: Parsing scripts for resource group General132 1 4:30:26: Parsing script GameTools.program133 1 4:30:26: Parsing script atlascube.material134 1 4:30:26: Parsing script difflab.material135 1 4:30:27: An exception has been thrown!1 18:32:57: Creating resource group General 2 18:32:57: Creating resource group Internal 3 18:32:57: Creating resource group Autodetect 4 18:32:57: Registering ResourceManager for type Material 5 18:32:57: Registering ResourceManager for type Mesh 6 18:32:57: Registering ResourceManager for type Skeleton 7 18:32:57: MovableObjectFactory for type 'ParticleSystem' registered. 8 18:32:57: Loading library OgrePlatform_d.dll 9 18:32:57: OverlayElementFactory for type Panel registered. 10 18:32:57: OverlayElementFactory for type BorderPanel registered. 11 18:32:57: OverlayElementFactory for type TextArea registered. 12 18:32:57: Registering ResourceManager for type Font 13 18:32:57: ArchiveFactory for archive type FileSystem registered. 14 18:32:57: ArchiveFactory for archive type Zip registered. 15 18:32:57: DevIL version: Developer's Image Library (DevIL) 1.6.7 Oct 28 2005 16 18:32:57: DevIL image formats: bmp dib cut dcx dds gif hdr ico cur jpg jpe jpeg lif mdl mng jng pcx pic pix png pbm pgm pnm ppm psd pdd psp pxr sgi bw rgb rgba tga vda icb vst tif tiff wal xpm raw 17 18:32:57: Registering ResourceManager for type HighLevelGpuProgram 18 18:32:57: Registering ResourceManager for type Compositor 19 18:32:57: MovableObjectFactory for type 'Entity' registered. 20 18:32:57: MovableObjectFactory for type 'Light' registered. 21 18:32:57: MovableObjectFactory for type 'BillboardSet' registered. 22 18:32:57: MovableObjectFactory for type 'ManualObject' registered. 23 18:32:57: MovableObjectFactory for type 'BillboardChain' registered. 24 18:32:57: MovableObjectFactory for type 'RibbonTrail' registered. 25 18:32:57: Loading library .\RenderSystem_Direct3D9 26 18:32:57: D3D9 : Direct3D9 Rendering Subsystem created. 27 18:32:57: D3D9: Driver Detection Starts 28 18:32:57: D3D9: Driver Detection Ends 29 18:32:57: Loading library .\Plugin_ParticleFX 30 18:32:57: Particle Emitter Type 'Point' registered 31 18:32:57: Particle Emitter Type 'Box' registered 32 18:32:57: Particle Emitter Type 'Ellipsoid' registered 33 18:32:57: Particle Emitter Type 'Cylinder' registered 34 18:32:57: Particle Emitter Type 'Ring' registered 35 18:32:57: Particle Emitter Type 'HollowEllipsoid' registered 36 18:32:57: Particle Affector Type 'LinearForce' registered 37 18:32:57: Particle Affector Type 'ColourFader' registered 38 18:32:57: Particle Affector Type 'ColourFader2' registered 39 18:32:57: Particle Affector Type 'ColourImage' registered 40 18:32:57: Particle Affector Type 'ColourInterpolator' registered 41 18:32:57: Particle Affector Type 'Scaler' registered 42 18:32:57: Particle Affector Type 'Rotator' registered 43 18:32:57: Particle Affector Type 'DirectionRandomiser' registered 44 18:32:57: Particle Affector Type 'DeflectorPlane' registered 45 18:32:57: Loading library .\Plugin_BSPSceneManager 46 18:32:57: Registering ResourceManager for type BspLevel 47 18:32:57: Loading library .\Plugin_OctreeSceneManager 48 18:32:57: Loading library .\Plugin_CgProgramManager 49 18:32:57: *-*-* OGRE Initialising 50 18:32:57: *-*-* Version 1.2.0 (Dagon) 51 18:32:57: Creating resource group Bootstrap 52 18:32:57: Added resource location '../../Media/packs/OgreCore.zip' of type 'Zip' to resource group 'Bootstrap' 53 18:32:57: Added resource location '../../Media' of type 'FileSystem' to resource group 'General' 54 18:32:57: Added resource location '../../Media/fonts' of type 'FileSystem' to resource group 'General' 55 18:32:57: Added resource location '../../Media/materials/programs' of type 'FileSystem' to resource group 'General' 56 18:32:57: Added resource location '../../Media/materials/scripts' of type 'FileSystem' to resource group 'General' 57 18:32:57: Added resource location '../../Media/materials/textures' of type 'FileSystem' to resource group 'General' 58 18:32:57: Added resource location '../../Media/models' of type 'FileSystem' to resource group 'General' 59 18:32:57: Added resource location '../../Media/overlays' of type 'FileSystem' to resource group 'General' 60 18:32:57: Added resource location '../../Media/particle' of type 'FileSystem' to resource group 'General' 61 18:32:57: Added resource location '../../Media/gui' of type 'FileSystem' to resource group 'General' 62 18:32:57: Added resource location '../../Media/packs/cubemapsJS.zip' of type 'Zip' to resource group 'General' 63 18:32:57: Added resource location '../../Media/packs/smokealphaclip.zip' of type 'Zip' to resource group 'General' 64 18:32:57: D3D9 : RenderSystem Option: Allow NVPerfHUD = No 65 18:32:57: D3D9 : RenderSystem Option: Anti aliasing = None 66 18:32:57: D3D9 : RenderSystem Option: Floating-point mode = Fastest 67 18:32:57: D3D9 : RenderSystem Option: Full Screen = No 68 18:32:57: D3D9 : RenderSystem Option: Rendering Device = NVIDIA GeForce 6800 GT 69 18:32:57: D3D9 : RenderSystem Option: VSync = No 70 18:32:57: D3D9 : RenderSystem Option: Video Mode = 800 x 600 @ 32-bit colour 71 18:33:03: D3D9 : Subsystem Initialising 72 18:33:03: D3D9RenderSystem::createRenderWindow "OGRE Render Window", 800x600 windowed miscParams: FSAA=0 FSAAQuality=0 colourDepth=32 useNVPerfHUD=false vsync=false 73 18:33:03: D3D9 : Created D3D9 Rendering Window 'OGRE Render Window' : 800x600, 32bpp 74 18:33:03: D3D9 : WARNING - disabling VSync in windowed mode can cause timing issues at lower frame rates, turn VSync on if you observe this problem. 75 18:33:03: Registering ResourceManager for type Texture 76 18:33:03: Registering ResourceManager for type GpuProgram 77 18:33:03: RenderSystem capabilities 78 18:33:03: ------------------------- 79 18:33:03: * Hardware generation of mipmaps: yes 80 18:33:03: * Texture blending: yes 81 18:33:03: * Anisotropic texture filtering: yes 82 18:33:03: * Dot product texture operation: yes 83 18:33:03: * Cube mapping: yes 84 18:33:03: * Hardware stencil buffer: yes 85 18:33:03: - Stencil depth: 8 86 18:33:03: - Two sided stencil support: yes 87 18:33:03: - Wrap stencil values: yes 88 18:33:03: * Hardware vertex / index buffers: yes 89 18:33:03: * Vertex programs: yes 90 18:33:03: - Max vertex program version: vs_3_0 91 18:33:03: * Fragment programs: yes 92 18:33:03: - Max fragment program version: ps_3_0 93 18:33:03: * Texture Compression: yes 94 18:33:03: - DXT: yes 95 18:33:03: - VTC: no 96 18:33:03: * Scissor Rectangle: yes 97 18:33:03: * Hardware Occlusion Query: yes 98 18:33:03: * User clip planes: yes 99 18:33:03: * VET_UBYTE4 vertex element type: yes 100 18:33:03: * Infinite far plane projection: yes 101 18:33:03: * Hardware render-to-texture: yes 102 18:33:03: * Floating point textures: yes 103 18:33:03: * Non-power-of-two textures: yes 104 18:33:03: * Volume textures: yes 105 18:33:03: * Multiple Render Targets: 4 106 18:33:03: * Max Point Size: 8192 107 18:33:03: *************************************** 108 18:33:03: *** D3D9 : Subsystem Initialised OK *** 109 18:33:03: *************************************** 110 18:33:03: ResourceBackgroundQueue - threading disabled 111 18:33:03: Particle Renderer Type 'billboard' registered 112 18:33:03: Particle Renderer Type 'sprite' registered 113 18:33:03: Creating viewport on target 'OGRE Render Window', rendering from camera 'PlayerCam', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 114 18:33:03: Viewport for camera 'PlayerCam', actual dimensions L: 0 T: 0 W: 800 H: 600 115 18:33:03: Parsing scripts for resource group Autodetect 116 18:33:03: Finished parsing scripts for resource group Autodetect 117 18:33:03: Parsing scripts for resource group Bootstrap 118 18:33:03: Parsing script OgreCore.material 119 18:33:03: Parsing script OgreProfiler.material 120 18:33:03: Parsing script Ogre.fontdef 121 18:33:03: Parsing script OgreDebugPanel.overlay 122 18:33:03: Texture: New_Ogre_Border_Center.png: Loading 1 faces(PF_A8B8G8R8,256x128x1) with hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x128x1. 123 18:33:03: Texture: New_Ogre_Border.png: Loading 1 faces(PF_A8B8G8R8,256x256x1) with hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x256x1. 124 18:33:03: Texture: New_Ogre_Border_Break.png: Loading 1 faces(PF_A8B8G8R8,32x32x1) with hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,32x32x1. 125 18:33:03: Font TrebuchetMSBoldusing texture size 512x512 126 18:33:04: Info: Freetype returned null for character 160 in font TrebuchetMSBold 127 18:33:04: Texture: TrebuchetMSBoldTexture: Loading 1 faces(PF_BYTE_LA,512x512x1) with 0 generated mipmaps from Image. Internal format is PF_BYTE_LA,512x512x1. 128 18:33:04: Texture: ogretext.png: Loading 1 faces(PF_A8B8G8R8,256x128x1) with hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x128x1. 129 18:33:04: Parsing script OgreLoadingPanel.overlay 130 18:33:04: Finished parsing scripts for resource group Bootstrap 131 18:33:04: Parsing scripts for resource group General 132 18:33:04: Parsing script GameTools.program 133 18:33:04: Parsing script atlascube.material 134 18:33:04: Parsing script difflab.material 135 18:33:05: An exception has been thrown! 136 136 137 137 ----------------------------------- … … 144 144 Line: 779 145 145 Stack unwinding: <<beginning of stack>> 146 1 4:30:27: Error in material Difflab/TexturedPhong at line 33 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown!146 18:33:05: Error in material Difflab/TexturedPhong at line 33 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 147 147 148 148 ----------------------------------- … … 155 155 Line: 779 156 156 Stack unwinding: <<beginning of stack>> 157 1 4:30:27: An exception has been thrown!157 18:33:05: An exception has been thrown! 158 158 159 159 ----------------------------------- … … 166 166 Line: 779 167 167 Stack unwinding: <<beginning of stack>> 168 1 4:30:27: Error in material Difflab/TexturedPhong at line 38 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown!168 18:33:05: Error in material Difflab/TexturedPhong at line 38 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 169 169 170 170 ----------------------------------- … … 177 177 Line: 779 178 178 Stack unwinding: <<beginning of stack>> 179 1 4:30:27: An exception has been thrown!179 18:33:05: An exception has been thrown! 180 180 181 181 ----------------------------------- … … 188 188 Line: 779 189 189 Stack unwinding: <<beginning of stack>> 190 1 4:30:27: Error in material Difflab/TexturedPhong at line 39 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown!190 18:33:05: Error in material Difflab/TexturedPhong at line 39 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 191 191 192 192 ----------------------------------- … … 199 199 Line: 779 200 200 Stack unwinding: <<beginning of stack>> 201 1 4:30:27: An exception has been thrown!201 18:33:05: An exception has been thrown! 202 202 203 203 ----------------------------------- … … 210 210 Line: 779 211 211 Stack unwinding: <<beginning of stack>> 212 1 4:30:27: Error in material Difflab/TexturedPhong at line 40 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown!212 18:33:05: Error in material Difflab/TexturedPhong at line 40 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 213 213 214 214 ----------------------------------- … … 221 221 Line: 779 222 222 Stack unwinding: <<beginning of stack>> 223 1 4:30:27: An exception has been thrown!223 18:33:05: An exception has been thrown! 224 224 225 225 ----------------------------------- … … 232 232 Line: 779 233 233 Stack unwinding: <<beginning of stack>> 234 1 4:30:27: Error in material Difflab/TexturedPhong at line 41 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown!234 18:33:05: Error in material Difflab/TexturedPhong at line 41 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 235 235 236 236 ----------------------------------- … … 243 243 Line: 779 244 244 Stack unwinding: <<beginning of stack>> 245 1 4:30:27: An exception has been thrown!245 18:33:05: An exception has been thrown! 246 246 247 247 ----------------------------------- … … 254 254 Line: 779 255 255 Stack unwinding: <<beginning of stack>> 256 1 4:30:27: Error in material Difflab/TexturedPhong at line 42 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown!256 18:33:05: Error in material Difflab/TexturedPhong at line 42 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 257 257 258 258 ----------------------------------- … … 265 265 Line: 779 266 266 Stack unwinding: <<beginning of stack>> 267 1 4:30:27: An exception has been thrown!267 18:33:05: An exception has been thrown! 268 268 269 269 ----------------------------------- … … 276 276 Line: 779 277 277 Stack unwinding: <<beginning of stack>> 278 1 4:30:27: Error in material Difflab/TexturedPhong at line 47 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown!278 18:33:05: Error in material Difflab/TexturedPhong at line 47 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 279 279 280 280 ----------------------------------- … … 287 287 Line: 779 288 288 Stack unwinding: <<beginning of stack>> 289 1 4:30:27: An exception has been thrown!289 18:33:05: An exception has been thrown! 290 290 291 291 ----------------------------------- … … 298 298 Line: 779 299 299 Stack unwinding: <<beginning of stack>> 300 1 4:30:27: Error in material Difflab/TexturedPhong at line 48 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown!300 18:33:05: Error in material Difflab/TexturedPhong at line 48 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 301 301 302 302 ----------------------------------- … … 309 309 Line: 779 310 310 Stack unwinding: <<beginning of stack>> 311 1 4:30:27: An exception has been thrown!311 18:33:05: An exception has been thrown! 312 312 313 313 ----------------------------------- … … 320 320 Line: 779 321 321 Stack unwinding: <<beginning of stack>> 322 1 4:30:27: Error in material Difflab/TexturedPhong at line 49 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown!322 18:33:05: Error in material Difflab/TexturedPhong at line 49 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 323 323 324 324 ----------------------------------- … … 331 331 Line: 779 332 332 Stack unwinding: <<beginning of stack>> 333 1 4:30:27: An exception has been thrown!333 18:33:05: An exception has been thrown! 334 334 335 335 ----------------------------------- … … 342 342 Line: 779 343 343 Stack unwinding: <<beginning of stack>> 344 1 4:30:27: Error in material Difflab/TexturedPhong at line 50 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown!344 18:33:05: Error in material Difflab/TexturedPhong at line 50 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 345 345 346 346 ----------------------------------- … … 353 353 Line: 779 354 354 Stack unwinding: <<beginning of stack>> 355 1 4:30:27: An exception has been thrown!355 18:33:05: An exception has been thrown! 356 356 357 357 ----------------------------------- … … 364 364 Line: 779 365 365 Stack unwinding: <<beginning of stack>> 366 1 4:30:27: Error in material Difflab/TexturedPhong at line 51 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown!366 18:33:05: Error in material Difflab/TexturedPhong at line 51 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 367 367 368 368 ----------------------------------- … … 375 375 Line: 779 376 376 Stack unwinding: <<beginning of stack>> 377 1 4:30:27: An exception has been thrown!377 18:33:05: An exception has been thrown! 378 378 379 379 ----------------------------------- … … 386 386 Line: 779 387 387 Stack unwinding: <<beginning of stack>> 388 1 4:30:27: Error in material Difflab/TexturedPhong at line 56 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown!388 18:33:05: Error in material Difflab/TexturedPhong at line 56 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 389 389 390 390 ----------------------------------- … … 397 397 Line: 779 398 398 Stack unwinding: <<beginning of stack>> 399 1 4:30:27: An exception has been thrown!399 18:33:05: An exception has been thrown! 400 400 401 401 ----------------------------------- … … 408 408 Line: 779 409 409 Stack unwinding: <<beginning of stack>> 410 1 4:30:27: Error in material Difflab/TexturedPhong at line 57 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown!410 18:33:05: Error in material Difflab/TexturedPhong at line 57 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 411 411 412 412 ----------------------------------- … … 419 419 Line: 779 420 420 Stack unwinding: <<beginning of stack>> 421 1 4:30:27: An exception has been thrown!421 18:33:05: An exception has been thrown! 422 422 423 423 ----------------------------------- … … 430 430 Line: 779 431 431 Stack unwinding: <<beginning of stack>> 432 1 4:30:27: Error in material Difflab/TexturedPhong at line 58 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown!432 18:33:05: Error in material Difflab/TexturedPhong at line 58 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 433 433 434 434 ----------------------------------- … … 441 441 Line: 779 442 442 Stack unwinding: <<beginning of stack>> 443 1 4:30:27: An exception has been thrown!443 18:33:05: An exception has been thrown! 444 444 445 445 ----------------------------------- … … 452 452 Line: 779 453 453 Stack unwinding: <<beginning of stack>> 454 1 4:30:27: Error in material Difflab/TexturedPhong at line 59 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown!454 18:33:05: Error in material Difflab/TexturedPhong at line 59 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 455 455 456 456 ----------------------------------- … … 463 463 Line: 779 464 464 Stack unwinding: <<beginning of stack>> 465 1 4:30:27: An exception has been thrown!465 18:33:05: An exception has been thrown! 466 466 467 467 ----------------------------------- … … 474 474 Line: 779 475 475 Stack unwinding: <<beginning of stack>> 476 1 4:30:27: Error in material Difflab/TexturedPhong at line 60 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown!476 18:33:05: Error in material Difflab/TexturedPhong at line 60 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 477 477 478 478 ----------------------------------- … … 485 485 Line: 779 486 486 Stack unwinding: <<beginning of stack>> 487 1 4:30:27: An exception has been thrown!487 18:33:05: An exception has been thrown! 488 488 489 489 ----------------------------------- … … 496 496 Line: 779 497 497 Stack unwinding: <<beginning of stack>> 498 1 4:30:27: Error in material Difflab/TexturedPhong at line 65 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown!498 18:33:05: Error in material Difflab/TexturedPhong at line 65 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 499 499 500 500 ----------------------------------- … … 507 507 Line: 779 508 508 Stack unwinding: <<beginning of stack>> 509 1 4:30:27: An exception has been thrown!509 18:33:05: An exception has been thrown! 510 510 511 511 ----------------------------------- … … 518 518 Line: 779 519 519 Stack unwinding: <<beginning of stack>> 520 1 4:30:27: Error in material Difflab/TexturedPhong at line 66 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown!520 18:33:05: Error in material Difflab/TexturedPhong at line 66 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 521 521 522 522 ----------------------------------- … … 529 529 Line: 779 530 530 Stack unwinding: <<beginning of stack>> 531 1 4:30:27: An exception has been thrown!531 18:33:05: An exception has been thrown! 532 532 533 533 ----------------------------------- … … 540 540 Line: 779 541 541 Stack unwinding: <<beginning of stack>> 542 1 4:30:27: Error in material Difflab/TexturedPhong at line 67 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown!542 18:33:05: Error in material Difflab/TexturedPhong at line 67 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 543 543 544 544 ----------------------------------- … … 551 551 Line: 779 552 552 Stack unwinding: <<beginning of stack>> 553 1 4:30:27: An exception has been thrown!553 18:33:05: An exception has been thrown! 554 554 555 555 ----------------------------------- … … 562 562 Line: 779 563 563 Stack unwinding: <<beginning of stack>> 564 1 4:30:27: Error in material Difflab/TexturedPhong at line 68 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown!564 18:33:05: Error in material Difflab/TexturedPhong at line 68 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 565 565 566 566 ----------------------------------- … … 573 573 Line: 779 574 574 Stack unwinding: <<beginning of stack>> 575 1 4:30:27: An exception has been thrown!575 18:33:05: An exception has been thrown! 576 576 577 577 ----------------------------------- … … 584 584 Line: 779 585 585 Stack unwinding: <<beginning of stack>> 586 1 4:30:27: Error in material Difflab/TexturedPhong at line 69 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown!586 18:33:05: Error in material Difflab/TexturedPhong at line 69 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 587 587 588 588 ----------------------------------- … … 595 595 Line: 779 596 596 Stack unwinding: <<beginning of stack>> 597 1 4:30:27: Parsing script diffscene.material598 1 4:30:27: An exception has been thrown!597 18:33:05: Parsing script diffscene.material 598 18:33:05: An exception has been thrown! 599 599 600 600 ----------------------------------- … … 607 607 Line: 779 608 608 Stack unwinding: <<beginning of stack>> 609 1 4:30:27: Error in material GameTools/Phong at line 36 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown!609 18:33:05: Error in material GameTools/Phong at line 36 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 610 610 611 611 ----------------------------------- … … 618 618 Line: 779 619 619 Stack unwinding: <<beginning of stack>> 620 1 4:30:27: An exception has been thrown!620 18:33:05: An exception has been thrown! 621 621 622 622 ----------------------------------- … … 629 629 Line: 779 630 630 Stack unwinding: <<beginning of stack>> 631 1 4:30:27: Error in material GameTools/Phong at line 37 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown!631 18:33:05: Error in material GameTools/Phong at line 37 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 632 632 633 633 ----------------------------------- … … 640 640 Line: 779 641 641 Stack unwinding: <<beginning of stack>> 642 1 4:30:27: An exception has been thrown!642 18:33:05: An exception has been thrown! 643 643 644 644 ----------------------------------- … … 651 651 Line: 779 652 652 Stack unwinding: <<beginning of stack>> 653 1 4:30:27: Error in material GameTools/Phong at line 38 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown!653 18:33:05: Error in material GameTools/Phong at line 38 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 654 654 655 655 ----------------------------------- … … 662 662 Line: 779 663 663 Stack unwinding: <<beginning of stack>> 664 1 4:30:27: An exception has been thrown!664 18:33:05: An exception has been thrown! 665 665 666 666 ----------------------------------- … … 673 673 Line: 779 674 674 Stack unwinding: <<beginning of stack>> 675 1 4:30:27: Error in material GameTools/Phong at line 39 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown!675 18:33:05: Error in material GameTools/Phong at line 39 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 676 676 677 677 ----------------------------------- … … 684 684 Line: 779 685 685 Stack unwinding: <<beginning of stack>> 686 1 4:30:27: An exception has been thrown!686 18:33:05: An exception has been thrown! 687 687 688 688 ----------------------------------- … … 695 695 Line: 779 696 696 Stack unwinding: <<beginning of stack>> 697 1 4:30:27: Error in material GameTools/Phong at line 45 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown!697 18:33:05: Error in material GameTools/Phong at line 45 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 698 698 699 699 ----------------------------------- … … 706 706 Line: 779 707 707 Stack unwinding: <<beginning of stack>> 708 1 4:30:27: An exception has been thrown!708 18:33:05: An exception has been thrown! 709 709 710 710 ----------------------------------- … … 717 717 Line: 779 718 718 Stack unwinding: <<beginning of stack>> 719 1 4:30:27: Error in material GameTools/Phong at line 46 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown!719 18:33:05: Error in material GameTools/Phong at line 46 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 720 720 721 721 ----------------------------------- … … 728 728 Line: 779 729 729 Stack unwinding: <<beginning of stack>> 730 1 4:30:27: An exception has been thrown!730 18:33:05: An exception has been thrown! 731 731 732 732 ----------------------------------- … … 739 739 Line: 779 740 740 Stack unwinding: <<beginning of stack>> 741 1 4:30:27: Error in material GameTools/Phong at line 47 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown!741 18:33:05: Error in material GameTools/Phong at line 47 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 742 742 743 743 ----------------------------------- … … 750 750 Line: 779 751 751 Stack unwinding: <<beginning of stack>> 752 1 4:30:27: An exception has been thrown!752 18:33:05: An exception has been thrown! 753 753 754 754 ----------------------------------- … … 761 761 Line: 779 762 762 Stack unwinding: <<beginning of stack>> 763 1 4:30:27: Error in material GameTools/Phong at line 48 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown!763 18:33:05: Error in material GameTools/Phong at line 48 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 764 764 765 765 ----------------------------------- … … 772 772 Line: 779 773 773 Stack unwinding: <<beginning of stack>> 774 1 4:30:27: Error in material asztallap at line 73 of diffscene.material: Invalid param_named attribute - unrecognised parameter type 0.560857775 1 4:30:27: Error in material asztallap at line 74 of diffscene.material: Invalid param_named attribute - unrecognised parameter type 0.560857776 1 4:30:27: Parsing script Diffuse.material777 1 4:30:27: An exception has been thrown!774 18:33:05: Error in material asztallap at line 73 of diffscene.material: Invalid param_named attribute - unrecognised parameter type 0.560857 775 18:33:05: Error in material asztallap at line 74 of diffscene.material: Invalid param_named attribute - unrecognised parameter type 0.560857 776 18:33:05: Parsing script Diffuse.material 777 18:33:06: An exception has been thrown! 778 778 779 779 ----------------------------------- … … 786 786 Line: 779 787 787 Stack unwinding: <<beginning of stack>> 788 1 4:30:27: Error in material GameTools/CubeMap/Reduce at line 20 of Diffuse.material: Invalid param_named attribute - An exception has been thrown!788 18:33:06: Error in material GameTools/CubeMap/Reduce at line 20 of Diffuse.material: Invalid param_named attribute - An exception has been thrown! 789 789 790 790 ----------------------------------- … … 797 797 Line: 779 798 798 Stack unwinding: <<beginning of stack>> 799 1 4:30:28: An exception has been thrown!799 18:33:07: An exception has been thrown! 800 800 801 801 ----------------------------------- … … 808 808 Line: 779 809 809 Stack unwinding: <<beginning of stack>> 810 1 4:30:28: Error in material GameTools/Diffuse at line 74 of Diffuse.material: Invalid param_named attribute - An exception has been thrown!810 18:33:07: Error in material GameTools/Diffuse at line 74 of Diffuse.material: Invalid param_named attribute - An exception has been thrown! 811 811 812 812 ----------------------------------- … … 819 819 Line: 779 820 820 Stack unwinding: <<beginning of stack>> 821 1 4:30:31: An exception has been thrown!821 18:33:16: An exception has been thrown! 822 822 823 823 ----------------------------------- … … 830 830 Line: 779 831 831 Stack unwinding: <<beginning of stack>> 832 1 4:30:31: Error in material GameTools/DiffuseBump at line 226 of Diffuse.material: Invalid param_named_auto attribute - An exception has been thrown!832 18:33:16: Error in material GameTools/DiffuseBump at line 226 of Diffuse.material: Invalid param_named_auto attribute - An exception has been thrown! 833 833 834 834 ----------------------------------- … … 841 841 Line: 779 842 842 Stack unwinding: <<beginning of stack>> 843 1 4:30:31: An exception has been thrown!843 18:33:16: An exception has been thrown! 844 844 845 845 ----------------------------------- … … 852 852 Line: 779 853 853 Stack unwinding: <<beginning of stack>> 854 1 4:30:31: Error in material GameTools/DiffuseBump at line 227 of Diffuse.material: Invalid param_named attribute - An exception has been thrown!854 18:33:16: Error in material GameTools/DiffuseBump at line 227 of Diffuse.material: Invalid param_named attribute - An exception has been thrown! 855 855 856 856 ----------------------------------- … … 863 863 Line: 779 864 864 Stack unwinding: <<beginning of stack>> 865 1 4:30:32: Parsing script EnvMetals.material866 1 4:30:32: An exception has been thrown!865 18:33:17: Parsing script EnvMetals.material 866 18:33:17: An exception has been thrown! 867 867 868 868 ----------------------------------- … … 875 875 Line: 779 876 876 Stack unwinding: <<beginning of stack>> 877 1 4:30:32: Error in material EnvMetals/Copper at line 37 of EnvMetals.material: Invalid param_named_auto attribute - An exception has been thrown!877 18:33:17: Error in material EnvMetals/Copper at line 37 of EnvMetals.material: Invalid param_named_auto attribute - An exception has been thrown! 878 878 879 879 ----------------------------------- … … 886 886 Line: 779 887 887 Stack unwinding: <<beginning of stack>> 888 1 4:30:32: An exception has been thrown!888 18:33:17: An exception has been thrown! 889 889 890 890 ----------------------------------- … … 897 897 Line: 779 898 898 Stack unwinding: <<beginning of stack>> 899 1 4:30:32: Error in material EnvMetals/Gold at line 97 of EnvMetals.material: Invalid param_named_auto attribute - An exception has been thrown!899 18:33:17: Error in material EnvMetals/Gold at line 97 of EnvMetals.material: Invalid param_named_auto attribute - An exception has been thrown! 900 900 901 901 ----------------------------------- … … 908 908 Line: 779 909 909 Stack unwinding: <<beginning of stack>> 910 1 4:30:32: An exception has been thrown!910 18:33:17: An exception has been thrown! 911 911 912 912 ----------------------------------- … … 919 919 Line: 779 920 920 Stack unwinding: <<beginning of stack>> 921 1 4:30:32: Error in material EnvMetals/Silver at line 159 of EnvMetals.material: Invalid param_named_auto attribute - An exception has been thrown!921 18:33:17: Error in material EnvMetals/Silver at line 159 of EnvMetals.material: Invalid param_named_auto attribute - An exception has been thrown! 922 922 923 923 ----------------------------------- … … 930 930 Line: 779 931 931 Stack unwinding: <<beginning of stack>> 932 1 4:30:32: An exception has been thrown!932 18:33:17: An exception has been thrown! 933 933 934 934 ----------------------------------- … … 941 941 Line: 779 942 942 Stack unwinding: <<beginning of stack>> 943 1 4:30:32: Error in material EnvMetals/Alu at line 222 of EnvMetals.material: Invalid param_named_auto attribute - An exception has been thrown!943 18:33:17: Error in material EnvMetals/Alu at line 222 of EnvMetals.material: Invalid param_named_auto attribute - An exception has been thrown! 944 944 945 945 ----------------------------------- … … 952 952 Line: 779 953 953 Stack unwinding: <<beginning of stack>> 954 1 4:30:32: Parsing script GameTools.material955 1 4:30:32: Error in material TestPlane at line 120 of GameTools.material: Bad specular attribute, wrong number of parameters (expected 2, 4 or 5)956 1 4:30:32: Error in material GameTools/SceneCameraDepthShader at line 190 of GameTools.material: Unrecognised command: scene_blend957 1 4:30:32: An exception has been thrown!954 18:33:17: Parsing script GameTools.material 955 18:33:17: Error in material TestPlane at line 120 of GameTools.material: Bad specular attribute, wrong number of parameters (expected 2, 4 or 5) 956 18:33:17: Error in material GameTools/SceneCameraDepthShader at line 190 of GameTools.material: Unrecognised command: scene_blend 957 18:33:17: An exception has been thrown! 958 958 959 959 ----------------------------------- … … 966 966 Line: 779 967 967 Stack unwinding: <<beginning of stack>> 968 1 4:30:32: Error in material GameTools/SceneCameraDepthShader at line 198 of GameTools.material: Invalid param_named_auto attribute - An exception has been thrown!968 18:33:17: Error in material GameTools/SceneCameraDepthShader at line 198 of GameTools.material: Invalid param_named_auto attribute - An exception has been thrown! 969 969 970 970 ----------------------------------- … … 977 977 Line: 779 978 978 Stack unwinding: <<beginning of stack>> 979 1 4:30:32: Error in material GameTools/FocusingShader at line 214 of GameTools.material: Unrecognised command: scene_blend980 1 4:30:32: Error in material GameTools/FocusingShader at line 222 of GameTools.material: Invalid param_named attribute - expected at least 3 parameters.981 1 4:30:32: Error in material GameTools/ShadowMapDepth at line 238 of GameTools.material: Unrecognised command: scene_blend982 1 4:30:32: Error in material GameTools/ShadowMapDistance at line 263 of GameTools.material: Unrecognised command: scene_blend983 1 4:30:32: Parsing script GameTools_HPS.material984 1 4:30:32: An exception has been thrown!979 18:33:17: Error in material GameTools/FocusingShader at line 214 of GameTools.material: Unrecognised command: scene_blend 980 18:33:17: Error in material GameTools/FocusingShader at line 222 of GameTools.material: Invalid param_named attribute - expected at least 3 parameters. 981 18:33:17: Error in material GameTools/ShadowMapDepth at line 238 of GameTools.material: Unrecognised command: scene_blend 982 18:33:17: Error in material GameTools/ShadowMapDistance at line 263 of GameTools.material: Unrecognised command: scene_blend 983 18:33:17: Parsing script GameTools_HPS.material 984 18:33:17: An exception has been thrown! 985 985 986 986 ----------------------------------- … … 993 993 Line: 779 994 994 Stack unwinding: <<beginning of stack>> 995 1 4:30:32: Error in material HPS_SMOKE_S at line 25 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown!995 18:33:17: Error in material HPS_SMOKE_S at line 25 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 996 996 997 997 ----------------------------------- … … 1004 1004 Line: 779 1005 1005 Stack unwinding: <<beginning of stack>> 1006 1 4:30:32: An exception has been thrown!1006 18:33:17: An exception has been thrown! 1007 1007 1008 1008 ----------------------------------- … … 1015 1015 Line: 779 1016 1016 Stack unwinding: <<beginning of stack>> 1017 1 4:30:32: Error in material HPS_SMOKE_L at line 84 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown!1017 18:33:17: Error in material HPS_SMOKE_L at line 84 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 1018 1018 1019 1019 ----------------------------------- … … 1026 1026 Line: 779 1027 1027 Stack unwinding: <<beginning of stack>> 1028 1 4:30:32: An exception has been thrown!1028 18:33:17: An exception has been thrown! 1029 1029 1030 1030 ----------------------------------- … … 1037 1037 Line: 779 1038 1038 Stack unwinding: <<beginning of stack>> 1039 1 4:30:32: Error in material HPS_SMOKE_L at line 90 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown!1039 18:33:17: Error in material HPS_SMOKE_L at line 90 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 1040 1040 1041 1041 ----------------------------------- … … 1048 1048 Line: 779 1049 1049 Stack unwinding: <<beginning of stack>> 1050 1 4:30:32: An exception has been thrown!1050 18:33:17: An exception has been thrown! 1051 1051 1052 1052 ----------------------------------- … … 1059 1059 Line: 779 1060 1060 Stack unwinding: <<beginning of stack>> 1061 1 4:30:32: Error in material HPS_SMOKE_L_Depth at line 160 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown!1061 18:33:17: Error in material HPS_SMOKE_L_Depth at line 160 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 1062 1062 1063 1063 ----------------------------------- … … 1070 1070 Line: 779 1071 1071 Stack unwinding: <<beginning of stack>> 1072 1 4:30:32: An exception has been thrown!1072 18:33:17: An exception has been thrown! 1073 1073 1074 1074 ----------------------------------- … … 1081 1081 Line: 779 1082 1082 Stack unwinding: <<beginning of stack>> 1083 1 4:30:32: Error in material HPS_SMOKE_L_Depth at line 169 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown!1083 18:33:17: Error in material HPS_SMOKE_L_Depth at line 169 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 1084 1084 1085 1085 ----------------------------------- … … 1092 1092 Line: 779 1093 1093 Stack unwinding: <<beginning of stack>> 1094 1 4:30:32: An exception has been thrown!1094 18:33:17: An exception has been thrown! 1095 1095 1096 1096 ----------------------------------- … … 1103 1103 Line: 779 1104 1104 Stack unwinding: <<beginning of stack>> 1105 1 4:30:32: Error in material HPS_SMOKE_L_Depth at line 170 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown!1105 18:33:17: Error in material HPS_SMOKE_L_Depth at line 170 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 1106 1106 1107 1107 ----------------------------------- … … 1114 1114 Line: 779 1115 1115 Stack unwinding: <<beginning of stack>> 1116 1 4:30:32: An exception has been thrown!1116 18:33:17: An exception has been thrown! 1117 1117 1118 1118 ----------------------------------- … … 1125 1125 Line: 779 1126 1126 Stack unwinding: <<beginning of stack>> 1127 1 4:30:32: Error in material Smoke_IllumVolume at line 229 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown!1127 18:33:17: Error in material Smoke_IllumVolume at line 229 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 1128 1128 1129 1129 ----------------------------------- … … 1136 1136 Line: 779 1137 1137 Stack unwinding: <<beginning of stack>> 1138 1 4:30:32: Parsing script GlassHead.material1139 1 4:30:32: An exception has been thrown!1138 18:33:17: Parsing script GlassHead.material 1139 18:33:17: An exception has been thrown! 1140 1140 1141 1141 ----------------------------------- … … 1148 1148 Line: 779 1149 1149 Stack unwinding: <<beginning of stack>> 1150 1 4:30:32: Error in material GameTools/PhotonMapCaustic at line 12 of GlassHead.material: Invalid param_named_auto attribute - An exception has been thrown!1150 18:33:17: Error in material GameTools/PhotonMapCaustic at line 12 of GlassHead.material: Invalid param_named_auto attribute - An exception has been thrown! 1151 1151 1152 1152 ----------------------------------- … … 1159 1159 Line: 779 1160 1160 Stack unwinding: <<beginning of stack>> 1161 1 4:30:32: Error in material GameTools/PhotonMapCaustic at line 23 of GlassHead.material: Bad cubic_texture attribute, final parameter must be 'combinedUVW' or 'separateUV'.1162 1 4:30:32: An exception has been thrown!1161 18:33:17: Error in material GameTools/PhotonMapCaustic at line 23 of GlassHead.material: Bad cubic_texture attribute, final parameter must be 'combinedUVW' or 'separateUV'. 1162 18:33:17: An exception has been thrown! 1163 1163 1164 1164 ----------------------------------- … … 1171 1171 Line: 779 1172 1172 Stack unwinding: <<beginning of stack>> 1173 1 4:30:32: Error in material GameTools/Cau at line 47 of GlassHead.material: Invalid param_named_auto attribute - An exception has been thrown!1173 18:33:17: Error in material GameTools/Cau at line 47 of GlassHead.material: Invalid param_named_auto attribute - An exception has been thrown! 1174 1174 1175 1175 ----------------------------------- … … 1182 1182 Line: 779 1183 1183 Stack unwinding: <<beginning of stack>> 1184 1 4:30:32: An exception has been thrown!1184 18:33:17: An exception has been thrown! 1185 1185 1186 1186 ----------------------------------- … … 1193 1193 Line: 779 1194 1194 Stack unwinding: <<beginning of stack>> 1195 1 4:30:32: Error in material GameTools/Cau at line 50 of GlassHead.material: Invalid param_named_auto attribute - An exception has been thrown!1195 18:33:17: Error in material GameTools/Cau at line 50 of GlassHead.material: Invalid param_named_auto attribute - An exception has been thrown! 1196 1196 1197 1197 ----------------------------------- … … 1204 1204 Line: 779 1205 1205 Stack unwinding: <<beginning of stack>> 1206 1 4:30:32: An exception has been thrown!1206 18:33:17: An exception has been thrown! 1207 1207 1208 1208 ----------------------------------- … … 1215 1215 Line: 779 1216 1216 Stack unwinding: <<beginning of stack>> 1217 1 4:30:32: Error in material GameTools/CauTri at line 105 of GlassHead.material: Invalid param_named_auto attribute - An exception has been thrown!1217 18:33:17: Error in material GameTools/CauTri at line 105 of GlassHead.material: Invalid param_named_auto attribute - An exception has been thrown! 1218 1218 1219 1219 ----------------------------------- … … 1226 1226 Line: 779 1227 1227 Stack unwinding: <<beginning of stack>> 1228 1 4:30:32: Parsing script Glow.material1229 1 4:30:32: An exception has been thrown!1228 18:33:17: Parsing script Glow.material 1229 18:33:17: An exception has been thrown! 1230 1230 1231 1231 ----------------------------------- … … 1238 1238 Line: 779 1239 1239 Stack unwinding: <<beginning of stack>> 1240 1 4:30:32: Error in material GameTools/ToneMap at line 239 of Glow.material: Invalid param_named attribute - An exception has been thrown!1240 18:33:17: Error in material GameTools/ToneMap at line 239 of Glow.material: Invalid param_named attribute - An exception has been thrown! 1241 1241 1242 1242 ----------------------------------- … … 1249 1249 Line: 779 1250 1250 Stack unwinding: <<beginning of stack>> 1251 1 4:30:32: Parsing script hangar.material1252 1 4:30:32: Parsing script kupola.material1253 1 4:30:32: Error in material kupolalambert2 at line 23 of kupola.material: Bad scene_blend attribute, unrecognised parameter 'none'1254 1 4:30:32: Error in material kupolalambert2 at line 26 of kupola.material: Bad scene_blend_alpha attribute, unrecognised parameter 'none'1255 1 4:30:32: Error in material kupolalambert5 at line 77 of kupola.material: Bad scene_blend attribute, unrecognised parameter 'none'1256 1 4:30:32: Error in material kupolalambert5 at line 80 of kupola.material: Bad scene_blend_alpha attribute, unrecognised parameter 'none'1257 1 4:30:32: Parsing script MetalTeapot.material1258 1 4:30:34: An exception has been thrown!1251 18:33:17: Parsing script hangar.material 1252 18:33:17: Parsing script kupola.material 1253 18:33:17: Error in material kupolalambert2 at line 23 of kupola.material: Bad scene_blend attribute, unrecognised parameter 'none' 1254 18:33:17: Error in material kupolalambert2 at line 26 of kupola.material: Bad scene_blend_alpha attribute, unrecognised parameter 'none' 1255 18:33:17: Error in material kupolalambert5 at line 77 of kupola.material: Bad scene_blend attribute, unrecognised parameter 'none' 1256 18:33:17: Error in material kupolalambert5 at line 80 of kupola.material: Bad scene_blend_alpha attribute, unrecognised parameter 'none' 1257 18:33:17: Parsing script MetalTeapot.material 1258 18:33:21: An exception has been thrown! 1259 1259 1260 1260 ----------------------------------- … … 1267 1267 Line: 779 1268 1268 Stack unwinding: <<beginning of stack>> 1269 1 4:30:34: Error in material MetalTeapotMultipleBounce at line 192 of MetalTeapot.material: Invalid param_named attribute - An exception has been thrown!1269 18:33:21: Error in material MetalTeapotMultipleBounce at line 192 of MetalTeapot.material: Invalid param_named attribute - An exception has been thrown! 1270 1270 1271 1271 ----------------------------------- … … 1278 1278 Line: 779 1279 1279 Stack unwinding: <<beginning of stack>> 1280 1 4:30:34: Parsing script Ogre.material1281 1 4:30:34: Parsing script Particles.material1282 1 4:30:34: An exception has been thrown!1280 18:33:21: Parsing script Ogre.material 1281 18:33:21: Parsing script Particles.material 1282 18:33:21: An exception has been thrown! 1283 1283 1284 1284 ----------------------------------- … … 1291 1291 Line: 779 1292 1292 Stack unwinding: <<beginning of stack>> 1293 1 4:30:34: Error in material GameTools/SpriteShader at line 17 of Particles.material: Invalid param_named_auto attribute - An exception has been thrown!1293 18:33:21: Error in material GameTools/SpriteShader at line 17 of Particles.material: Invalid param_named_auto attribute - An exception has been thrown! 1294 1294 1295 1295 ----------------------------------- … … 1302 1302 Line: 779 1303 1303 Stack unwinding: <<beginning of stack>> 1304 1 4:30:34: An exception has been thrown!1304 18:33:21: An exception has been thrown! 1305 1305 1306 1306 ----------------------------------- … … 1313 1313 Line: 779 1314 1314 Stack unwinding: <<beginning of stack>> 1315 1 4:30:34: Error in material GameTools/SBB at line 52 of Particles.material: Invalid param_named_auto attribute - An exception has been thrown!1315 18:33:21: Error in material GameTools/SBB at line 52 of Particles.material: Invalid param_named_auto attribute - An exception has been thrown! 1316 1316 1317 1317 ----------------------------------- … … 1324 1324 Line: 779 1325 1325 Stack unwinding: <<beginning of stack>> 1326 1 4:30:34: Parsing script RaytraceDemo.material1327 1 4:30:34: Parsing script stairs.material1328 1 4:30:34: Parsing script uvegfolyoso2.material1329 1 4:30:34: An exception has been thrown!1326 18:33:21: Parsing script RaytraceDemo.material 1327 18:33:21: Parsing script stairs.material 1328 18:33:21: Parsing script uvegfolyoso2.material 1329 18:33:21: An exception has been thrown! 1330 1330 1331 1331 ----------------------------------- … … 1338 1338 Line: 779 1339 1339 Stack unwinding: <<beginning of stack>> 1340 1 4:30:34: Error in material Folyoso/Phong at line 22 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown!1340 18:33:21: Error in material Folyoso/Phong at line 22 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 1341 1341 1342 1342 ----------------------------------- … … 1349 1349 Line: 779 1350 1350 Stack unwinding: <<beginning of stack>> 1351 1 4:30:34: An exception has been thrown!1351 18:33:21: An exception has been thrown! 1352 1352 1353 1353 ----------------------------------- … … 1360 1360 Line: 779 1361 1361 Stack unwinding: <<beginning of stack>> 1362 1 4:30:34: Error in material Folyoso/Phong at line 23 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown!1362 18:33:21: Error in material Folyoso/Phong at line 23 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 1363 1363 1364 1364 ----------------------------------- … … 1371 1371 Line: 779 1372 1372 Stack unwinding: <<beginning of stack>> 1373 1 4:30:34: An exception has been thrown!1373 18:33:21: An exception has been thrown! 1374 1374 1375 1375 ----------------------------------- … … 1382 1382 Line: 779 1383 1383 Stack unwinding: <<beginning of stack>> 1384 1 4:30:34: Error in material Folyoso/Phong at line 24 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown!1384 18:33:21: Error in material Folyoso/Phong at line 24 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 1385 1385 1386 1386 ----------------------------------- … … 1393 1393 Line: 779 1394 1394 Stack unwinding: <<beginning of stack>> 1395 1 4:30:34: An exception has been thrown!1395 18:33:21: An exception has been thrown! 1396 1396 1397 1397 ----------------------------------- … … 1404 1404 Line: 779 1405 1405 Stack unwinding: <<beginning of stack>> 1406 1 4:30:34: Error in material Folyoso/Phong at line 25 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown!1406 18:33:21: Error in material Folyoso/Phong at line 25 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 1407 1407 1408 1408 ----------------------------------- … … 1415 1415 Line: 779 1416 1416 Stack unwinding: <<beginning of stack>> 1417 1 4:30:34: An exception has been thrown!1417 18:33:21: An exception has been thrown! 1418 1418 1419 1419 ----------------------------------- … … 1426 1426 Line: 779 1427 1427 Stack unwinding: <<beginning of stack>> 1428 1 4:30:34: Error in material Folyoso/Phong at line 31 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown!1428 18:33:21: Error in material Folyoso/Phong at line 31 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 1429 1429 1430 1430 ----------------------------------- … … 1437 1437 Line: 779 1438 1438 Stack unwinding: <<beginning of stack>> 1439 1 4:30:34: An exception has been thrown!1439 18:33:21: An exception has been thrown! 1440 1440 1441 1441 ----------------------------------- … … 1448 1448 Line: 779 1449 1449 Stack unwinding: <<beginning of stack>> 1450 1 4:30:34: Error in material Folyoso/Phong at line 32 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown!1450 18:33:21: Error in material Folyoso/Phong at line 32 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 1451 1451 1452 1452 ----------------------------------- … … 1459 1459 Line: 779 1460 1460 Stack unwinding: <<beginning of stack>> 1461 1 4:30:34: An exception has been thrown!1461 18:33:21: An exception has been thrown! 1462 1462 1463 1463 ----------------------------------- … … 1470 1470 Line: 779 1471 1471 Stack unwinding: <<beginning of stack>> 1472 1 4:30:34: Error in material Folyoso/Phong at line 33 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown!1472 18:33:21: Error in material Folyoso/Phong at line 33 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 1473 1473 1474 1474 ----------------------------------- … … 1481 1481 Line: 779 1482 1482 Stack unwinding: <<beginning of stack>> 1483 1 4:30:34: An exception has been thrown!1483 18:33:21: An exception has been thrown! 1484 1484 1485 1485 ----------------------------------- … … 1492 1492 Line: 779 1493 1493 Stack unwinding: <<beginning of stack>> 1494 1 4:30:34: Error in material Folyoso/Phong at line 34 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown!1494 18:33:21: Error in material Folyoso/Phong at line 34 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 1495 1495 1496 1496 ----------------------------------- … … 1503 1503 Line: 779 1504 1504 Stack unwinding: <<beginning of stack>> 1505 1 4:30:34: An exception has been thrown!1505 18:33:22: An exception has been thrown! 1506 1506 1507 1507 ----------------------------------- … … 1514 1514 Line: 779 1515 1515 Stack unwinding: <<beginning of stack>> 1516 1 4:30:34: Error in material Folyoso/PhongPlaneReflect at line 76 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown!1516 18:33:22: Error in material Folyoso/PhongPlaneReflect at line 76 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 1517 1517 1518 1518 ----------------------------------- … … 1525 1525 Line: 779 1526 1526 Stack unwinding: <<beginning of stack>> 1527 1 4:30:34: An exception has been thrown!1527 18:33:22: An exception has been thrown! 1528 1528 1529 1529 ----------------------------------- … … 1536 1536 Line: 779 1537 1537 Stack unwinding: <<beginning of stack>> 1538 1 4:30:34: Error in material Folyoso/PhongPlaneReflect at line 77 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown!1538 18:33:22: Error in material Folyoso/PhongPlaneReflect at line 77 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 1539 1539 1540 1540 ----------------------------------- … … 1547 1547 Line: 779 1548 1548 Stack unwinding: <<beginning of stack>> 1549 1 4:30:34: An exception has been thrown!1549 18:33:22: An exception has been thrown! 1550 1550 1551 1551 ----------------------------------- … … 1558 1558 Line: 779 1559 1559 Stack unwinding: <<beginning of stack>> 1560 1 4:30:34: Error in material Folyoso/PhongPlaneReflect at line 78 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown!1560 18:33:22: Error in material Folyoso/PhongPlaneReflect at line 78 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 1561 1561 1562 1562 ----------------------------------- … … 1569 1569 Line: 779 1570 1570 Stack unwinding: <<beginning of stack>> 1571 1 4:30:34: An exception has been thrown!1571 18:33:22: An exception has been thrown! 1572 1572 1573 1573 ----------------------------------- … … 1580 1580 Line: 779 1581 1581 Stack unwinding: <<beginning of stack>> 1582 1 4:30:34: Error in material Folyoso/PhongPlaneReflect at line 79 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown!1582 18:33:22: Error in material Folyoso/PhongPlaneReflect at line 79 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 1583 1583 1584 1584 ----------------------------------- … … 1591 1591 Line: 779 1592 1592 Stack unwinding: <<beginning of stack>> 1593 1 4:30:34: An exception has been thrown!1593 18:33:22: An exception has been thrown! 1594 1594 1595 1595 ----------------------------------- … … 1602 1602 Line: 779 1603 1603 Stack unwinding: <<beginning of stack>> 1604 1 4:30:34: Error in material Folyoso/PhongPlaneReflect at line 85 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown!1604 18:33:22: Error in material Folyoso/PhongPlaneReflect at line 85 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 1605 1605 1606 1606 ----------------------------------- … … 1613 1613 Line: 779 1614 1614 Stack unwinding: <<beginning of stack>> 1615 1 4:30:34: An exception has been thrown!1615 18:33:22: An exception has been thrown! 1616 1616 1617 1617 ----------------------------------- … … 1624 1624 Line: 779 1625 1625 Stack unwinding: <<beginning of stack>> 1626 1 4:30:34: Error in material Folyoso/PhongPlaneReflect at line 86 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown!1626 18:33:22: Error in material Folyoso/PhongPlaneReflect at line 86 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 1627 1627 1628 1628 ----------------------------------- … … 1635 1635 Line: 779 1636 1636 Stack unwinding: <<beginning of stack>> 1637 1 4:30:34: An exception has been thrown!1637 18:33:22: An exception has been thrown! 1638 1638 1639 1639 ----------------------------------- … … 1646 1646 Line: 779 1647 1647 Stack unwinding: <<beginning of stack>> 1648 1 4:30:34: Error in material Folyoso/PhongPlaneReflect at line 87 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown!1648 18:33:22: Error in material Folyoso/PhongPlaneReflect at line 87 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 1649 1649 1650 1650 ----------------------------------- … … 1657 1657 Line: 779 1658 1658 Stack unwinding: <<beginning of stack>> 1659 1 4:30:34: An exception has been thrown!1659 18:33:22: An exception has been thrown! 1660 1660 1661 1661 ----------------------------------- … … 1668 1668 Line: 779 1669 1669 Stack unwinding: <<beginning of stack>> 1670 1 4:30:34: Error in material Folyoso/PhongPlaneReflect at line 88 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown!1670 18:33:22: Error in material Folyoso/PhongPlaneReflect at line 88 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 1671 1671 1672 1672 ----------------------------------- … … 1679 1679 Line: 779 1680 1680 Stack unwinding: <<beginning of stack>> 1681 14:30:34: Error in material uvegfolyoso_talaj at line 118 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.36774 1682 14:30:34: Error in material uvegfolyoso_talaj at line 119 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.36774 1683 14:30:34: Error in material uvegfolyoso_talaj at line 120 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.51282 1684 14:30:34: Error in material uvegfolyoso_teto at line 138 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.237 1685 14:30:34: Error in material uvegfolyoso_teto at line 139 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.237 1686 14:30:34: Error in material uvegfolyoso_teto at line 140 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.51282 1687 14:30:34: Error in material oszlop at line 158 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.94018 1688 14:30:34: Error in material oszlop at line 159 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.94018 1689 14:30:34: Error in material oszlop at line 160 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.0 1690 14:30:34: Parsing script X3D.material 1691 14:30:34: Parsing script GameTools_Glow.compositor 1692 14:30:34: Parsing script GameTools_ToneMap.compositor 1693 14:30:34: Parsing script sample.fontdef 1694 14:30:34: Bad attribute line: glyph 0.152344 0.125 0.160156 0.1875 in font Ogre 1695 14:30:34: Parsing script GameTools.particle 1696 14:30:34: Bad particle system attribute line: 'billboard_type point' in GameTools/DemoParticle1 (tried renderer) 1697 14:30:34: Bad particle system attribute line: 'billboard_type point' in GameTools/Big (tried renderer) 1698 14:30:34: Bad particle system attribute line: 'billboard_type point' in GameTools/Little (tried renderer) 1699 14:30:34: Parsing script Compositor.overlay 1700 14:30:34: Parsing script DP3.overlay 1701 14:30:34: Parsing script Example-CubeMapping.overlay 1702 14:30:34: Parsing script Example-DynTex.overlay 1703 14:30:34: Parsing script Example-Water.overlay 1704 14:30:34: Parsing script FullScreen.overlay 1705 14:30:34: Texture: flare.png: Loading 1 faces(PF_B8G8R8,256x256x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1. 1706 14:30:34: Parsing script Shadows.overlay 1707 14:30:34: Finished parsing scripts for resource group General 1708 14:30:34: Parsing scripts for resource group Internal 1709 14:30:34: Finished parsing scripts for resource group Internal 1710 14:30:34: Creating viewport on target 'rtt/47781152', rendering from camera 'PlayerCam', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1711 14:30:34: Viewport for camera 'PlayerCam', actual dimensions L: 0 T: 0 W: 800 H: 600 1712 14:30:34: Creating viewport on target 'rtt/47781696', rendering from camera 'PlayerCam', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1713 14:30:34: Viewport for camera 'PlayerCam', actual dimensions L: 0 T: 0 W: 256 H: 256 1714 14:30:34: Creating viewport on target 'rtt/47782240', rendering from camera 'PlayerCam', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1715 14:30:34: Viewport for camera 'PlayerCam', actual dimensions L: 0 T: 0 W: 256 H: 256 1716 14:30:34: Creating viewport on target 'rtt/47782816', rendering from camera 'PlayerCam', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1717 14:30:34: Viewport for camera 'PlayerCam', actual dimensions L: 0 T: 0 W: 256 H: 256 1718 14:30:34: Creating viewport on target 'rtt/47783360', rendering from camera 'PlayerCam', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1719 14:30:34: Viewport for camera 'PlayerCam', actual dimensions L: 0 T: 0 W: 256 H: 256 1720 14:30:34: Creating viewport on target 'rtt/3168032', rendering from camera 'PlayerCam', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1721 14:30:34: Viewport for camera 'PlayerCam', actual dimensions L: 0 T: 0 W: 800 H: 600 1722 14:30:34: Creating viewport on target 'rtt/3168576', rendering from camera 'PlayerCam', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1723 14:30:34: Viewport for camera 'PlayerCam', actual dimensions L: 0 T: 0 W: 256 H: 256 1724 14:30:34: Creating viewport on target 'rtt/3169152', rendering from camera 'PlayerCam', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1725 14:30:34: Viewport for camera 'PlayerCam', actual dimensions L: 0 T: 0 W: 256 H: 256 1726 14:30:34: Creating viewport on target 'rtt/3169696', rendering from camera 'PlayerCam', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1727 14:30:34: Viewport for camera 'PlayerCam', actual dimensions L: 0 T: 0 W: 256 H: 256 1728 14:30:34: Creating viewport on target 'rtt/3170240', rendering from camera 'PlayerCam', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1729 14:30:34: Viewport for camera 'PlayerCam', actual dimensions L: 0 T: 0 W: 128 H: 128 1730 14:30:34: Creating viewport on target 'rtt/3170784', rendering from camera 'PlayerCam', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1731 14:30:34: Viewport for camera 'PlayerCam', actual dimensions L: 0 T: 0 W: 32 H: 32 1732 14:30:34: Creating viewport on target 'rtt/3171360', rendering from camera 'PlayerCam', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1733 14:30:34: Viewport for camera 'PlayerCam', actual dimensions L: 0 T: 0 W: 8 H: 8 1734 14:30:34: Creating viewport on target 'rtt/3171904', rendering from camera 'PlayerCam', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1735 14:30:34: Viewport for camera 'PlayerCam', actual dimensions L: 0 T: 0 W: 2 H: 2 1736 14:30:34: D3D9 : Loading 2D Texture, image name : 'Forest_fr.dds' with 5 mip map levels 1737 14:30:34: D3D9 : Loading 2D Texture, image name : 'Forest_bk.dds' with 5 mip map levels 1738 14:30:34: D3D9 : Loading 2D Texture, image name : 'Forest_lf.dds' with 5 mip map levels 1739 14:30:34: D3D9 : Loading 2D Texture, image name : 'Forest_rt.dds' with 5 mip map levels 1740 14:30:34: D3D9 : Loading 2D Texture, image name : 'Forest_up.dds' with 5 mip map levels 1741 14:30:34: D3D9 : Loading 2D Texture, image name : 'Forest_dn.dds' with 5 mip map levels 1742 14:30:34: Mesh: Loading kupola.mesh. 1743 14:30:35: Texture: falt2.tga: Loading 1 faces(PF_R8G8B8,2048x2048x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,2048x2048x1. 1744 14:30:35: D3D9 : Loading 2D Texture, image name : 'falnormal.dds' with 2147483647 mip map levels 1745 14:30:35: Texture: talaj2.tga: Loading 1 faces(PF_R8G8B8,1024x1024x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,1024x1024x1. 1746 14:30:35: D3D9 : Loading 2D Texture, image name : 'talajnormal.dds' with 2147483647 mip map levels 1747 14:30:35: Mesh: Loading ogrehead.mesh. 1748 14:30:35: Texture: WeirdEye.png: Loading 1 faces(PF_B8G8R8,256x256x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1. 1749 14:30:35: Texture: GreenSkin.jpg: Loading 1 faces(PF_B8G8R8,256x256x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1. 1750 14:30:35: Texture: spheremap.png: Loading 1 faces(PF_B8G8R8,256x256x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1. 1751 14:30:35: Texture: dirt01.jpg: Loading 1 faces(PF_B8G8R8,96x96x1) with 6 generated mipmaps from Image. Internal format is PF_X8R8G8B8,96x96x1. 1752 14:30:35: Win32Input8: DirectInput Activation Starts 1753 14:30:36: Win32Input8: Establishing keyboard input. 1754 14:30:36: Win32Input8: Keyboard input established. 1755 14:30:36: Win32Input8: Initializing mouse input in immediate mode. 1756 14:30:36: Win32Input8: Mouse input in immediate mode initialized. 1757 14:30:36: Win32Input8: DirectInput OK. 1758 14:30:36: WARNING: Texture instance 'CompositorInstanceTexture0' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 1759 14:30:36: WARNING: Texture instance 'CompositorInstanceTexture4' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 1760 14:30:36: Texture: rockwall.tga: Loading 1 faces(PF_R8G8B8,256x256x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1. 1761 14:30:36: WARNING: Texture instance 'CompositorInstanceTexture1' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 1762 14:30:36: WARNING: Texture instance 'CompositorInstanceTexture2' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 1763 14:30:36: WARNING: Texture instance 'CompositorInstanceTexture3' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 1764 14:30:36: WARNING: Texture instance 'CompositorInstanceTexture5' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 1765 14:30:36: WARNING: Texture instance 'CompositorInstanceTexture6' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 1766 14:30:36: WARNING: Texture instance 'CompositorInstanceTexture7' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 1767 14:30:36: WARNING: Texture instance 'CompositorInstanceTexture8' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 1768 14:30:36: WARNING: Texture instance 'CompositorInstanceTexture9' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 1769 14:30:36: WARNING: Texture instance 'CompositorInstanceTexture10' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 1770 14:30:36: WARNING: Texture instance 'CompositorInstanceTexture11' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 1771 14:30:36: WARNING: Texture instance 'CompositorInstanceTexture12' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 1772 14:32:11: Unregistering ResourceManager for type BspLevel 1773 14:32:11: Render Target 'rtt/47781152' Average FPS: 113.731 Best FPS: 122.51 Worst FPS: 74.1107 1774 14:32:11: Render Target 'rtt/47782816' Average FPS: 114.001 Best FPS: 122.51 Worst FPS: 73.8523 1775 14:32:11: Render Target 'rtt/47782240' Average FPS: 113.919 Best FPS: 122.51 Worst FPS: 73.9261 1776 14:32:11: Render Target 'rtt/47783360' Average FPS: 113.793 Best FPS: 122.388 Worst FPS: 74.8503 1777 14:32:11: Render Target 'rtt/47781696' Average FPS: 113.753 Best FPS: 122.388 Worst FPS: 74.1107 1778 14:32:11: Render Target 'rtt/3168032' Average FPS: 113.852 Best FPS: 122.51 Worst FPS: 73.8523 1779 14:32:11: Render Target 'rtt/3171904' Average FPS: 114.001 Best FPS: 122.51 Worst FPS: 74.6269 1780 14:32:11: Render Target 'rtt/3171360' Average FPS: 113.852 Best FPS: 122.51 Worst FPS: 73.7052 1781 14:32:11: Render Target 'rtt/3170784' Average FPS: 113.94 Best FPS: 122.388 Worst FPS: 73.7052 1782 14:32:11: Render Target 'rtt/3170240' Average FPS: 114.001 Best FPS: 122.51 Worst FPS: 73.7052 1783 14:32:11: Render Target 'rtt/3169696' Average FPS: 113.852 Best FPS: 122.51 Worst FPS: 73.7787 1784 14:32:11: Render Target 'rtt/3169152' Average FPS: 113.705 Best FPS: 122.51 Worst FPS: 73.7787 1785 14:32:11: Render Target 'rtt/3168576' Average FPS: 114.001 Best FPS: 122.51 Worst FPS: 73.7787 1786 14:32:11: *-*-* OGRE Shutdown 1787 14:32:11: Unregistering ResourceManager for type Compositor 1788 14:32:11: Unregistering ResourceManager for type Font 1789 14:32:11: Unregistering ResourceManager for type Skeleton 1790 14:32:11: Unregistering ResourceManager for type Mesh 1791 14:32:11: Unregistering ResourceManager for type HighLevelGpuProgram 1792 14:32:11: Unloading library .\Plugin_CgProgramManager 1793 14:32:11: Unloading library .\Plugin_OctreeSceneManager 1794 14:32:11: Unloading library .\Plugin_BSPSceneManager 1795 14:32:11: Unloading library .\Plugin_ParticleFX 1796 14:32:11: Render Target 'OGRE Render Window' Average FPS: 113.863 Best FPS: 122.51 Worst FPS: 73.4856 1797 14:32:11: D3D9 : Shutting down cleanly. 1798 14:32:11: Unregistering ResourceManager for type Texture 1799 14:32:11: Unregistering ResourceManager for type GpuProgram 1800 14:32:11: D3D9 : Direct3D9 Rendering Subsystem destroyed. 1801 14:32:11: Unloading library .\RenderSystem_Direct3D9 1802 14:32:11: Unregistering ResourceManager for type Material 1803 14:32:11: Unloading library OgrePlatform_d.dll 1681 18:33:22: Error in material uvegfolyoso_talaj at line 118 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.36774 1682 18:33:22: Error in material uvegfolyoso_talaj at line 119 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.36774 1683 18:33:22: Error in material uvegfolyoso_talaj at line 120 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.51282 1684 18:33:22: Error in material uvegfolyoso_teto at line 138 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.237 1685 18:33:22: Error in material uvegfolyoso_teto at line 139 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.237 1686 18:33:22: Error in material uvegfolyoso_teto at line 140 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.51282 1687 18:33:22: Error in material oszlop at line 158 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.94018 1688 18:33:22: Error in material oszlop at line 159 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.94018 1689 18:33:22: Error in material oszlop at line 160 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.0 1690 18:33:22: Parsing script X3D.material 1691 18:33:22: Parsing script GameTools_Glow.compositor 1692 18:33:22: Parsing script GameTools_ToneMap.compositor 1693 18:33:22: Parsing script sample.fontdef 1694 18:33:22: Bad attribute line: glyph 0.152344 0.125 0.160156 0.1875 in font Ogre 1695 18:33:22: Parsing script GameTools.particle 1696 18:33:22: Bad particle system attribute line: 'billboard_type point' in GameTools/DemoParticle1 (tried renderer) 1697 18:33:22: Bad particle system attribute line: 'billboard_type point' in GameTools/Big (tried renderer) 1698 18:33:22: Bad particle system attribute line: 'billboard_type point' in GameTools/Little (tried renderer) 1699 18:33:22: Parsing script Compositor.overlay 1700 18:33:22: Parsing script DP3.overlay 1701 18:33:22: Parsing script Example-CubeMapping.overlay 1702 18:33:22: Parsing script Example-DynTex.overlay 1703 18:33:22: Parsing script Example-Water.overlay 1704 18:33:22: Parsing script FullScreen.overlay 1705 18:33:22: Texture: flare.png: Loading 1 faces(PF_B8G8R8,256x256x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1. 1706 18:33:22: Parsing script Shadows.overlay 1707 18:33:22: Finished parsing scripts for resource group General 1708 18:33:22: Parsing scripts for resource group Internal 1709 18:33:22: Finished parsing scripts for resource group Internal 1710 18:33:22: Mesh: Loading teapot.mesh. 1711 18:33:22: Can't assign material Material_1 to SubEntity of object because this Material does not exist. Have you forgotten to define it in a .material script? 1712 18:33:22: Mesh: Loading difflab.mesh. 1713 18:33:22: Texture: screen.jpg: Loading 1 faces(PF_B8G8R8,1024x1024x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,1024x1024x1. 1714 18:33:23: Texture: laborwall.jpg: Loading 1 faces(PF_B8G8R8,1024x1024x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,1024x1024x1. 1715 18:33:23: Texture: striped.jpg: Loading 1 faces(PF_B8G8R8,128x256x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,128x256x1. 1716 18:33:23: Texture: lamp.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 1717 18:33:23: Texture: bluelamp.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 1718 18:33:23: Creating viewport on target 'rtt/2342848', rendering from camera 'object_SE_0_COLORCUBEMAPCUBEMAPFACE_0_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1719 18:33:23: Viewport for camera 'object_SE_0_COLORCUBEMAPCUBEMAPFACE_0_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 1720 18:33:23: Creating viewport on target 'rtt/28906400', rendering from camera 'object_SE_0_COLORCUBEMAPCUBEMAPFACE_1_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1721 18:33:23: Viewport for camera 'object_SE_0_COLORCUBEMAPCUBEMAPFACE_1_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 1722 18:33:23: Creating viewport on target 'rtt/28906464', rendering from camera 'object_SE_0_COLORCUBEMAPCUBEMAPFACE_2_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1723 18:33:23: Viewport for camera 'object_SE_0_COLORCUBEMAPCUBEMAPFACE_2_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 1724 18:33:23: Creating viewport on target 'rtt/28906528', rendering from camera 'object_SE_0_COLORCUBEMAPCUBEMAPFACE_3_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1725 18:33:23: Viewport for camera 'object_SE_0_COLORCUBEMAPCUBEMAPFACE_3_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 1726 18:33:23: Creating viewport on target 'rtt/28906592', rendering from camera 'object_SE_0_COLORCUBEMAPCUBEMAPFACE_4_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1727 18:33:23: Viewport for camera 'object_SE_0_COLORCUBEMAPCUBEMAPFACE_4_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 1728 18:33:23: Creating viewport on target 'rtt/28906656', rendering from camera 'object_SE_0_COLORCUBEMAPCUBEMAPFACE_5_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1729 18:33:23: Viewport for camera 'object_SE_0_COLORCUBEMAPCUBEMAPFACE_5_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 1730 18:33:23: WARNING: Texture instance 'object_SE_0_COLORCUBEMAP' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 1731 18:33:23: Creating viewport on target 'rtt/28907776', rendering from camera 'object_SE_0_DISTANCECUBEMAPCUBEMAPFACE_0_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1732 18:33:23: Viewport for camera 'object_SE_0_DISTANCECUBEMAPCUBEMAPFACE_0_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 1733 18:33:23: Creating viewport on target 'rtt/28907840', rendering from camera 'object_SE_0_DISTANCECUBEMAPCUBEMAPFACE_1_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1734 18:33:23: Viewport for camera 'object_SE_0_DISTANCECUBEMAPCUBEMAPFACE_1_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 1735 18:33:23: Creating viewport on target 'rtt/28907904', rendering from camera 'object_SE_0_DISTANCECUBEMAPCUBEMAPFACE_2_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1736 18:33:23: Viewport for camera 'object_SE_0_DISTANCECUBEMAPCUBEMAPFACE_2_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 1737 18:33:23: Creating viewport on target 'rtt/28907968', rendering from camera 'object_SE_0_DISTANCECUBEMAPCUBEMAPFACE_3_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1738 18:33:23: Viewport for camera 'object_SE_0_DISTANCECUBEMAPCUBEMAPFACE_3_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 1739 18:33:23: Creating viewport on target 'rtt/28908032', rendering from camera 'object_SE_0_DISTANCECUBEMAPCUBEMAPFACE_4_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1740 18:33:23: Viewport for camera 'object_SE_0_DISTANCECUBEMAPCUBEMAPFACE_4_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 1741 18:33:23: Creating viewport on target 'rtt/28908096', rendering from camera 'object_SE_0_DISTANCECUBEMAPCUBEMAPFACE_5_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1742 18:33:23: Viewport for camera 'object_SE_0_DISTANCECUBEMAPCUBEMAPFACE_5_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 1743 18:33:23: WARNING: Texture instance 'object_SE_0_DISTANCECUBEMAP' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 1744 18:33:23: Creating viewport on target 'rtt/28909120', rendering from camera 'object_SE_0_COLORCUBEMAP_L1CUBEMAPFACE_0_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1745 18:33:23: Viewport for camera 'object_SE_0_COLORCUBEMAP_L1CUBEMAPFACE_0_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 1746 18:33:23: Creating viewport on target 'rtt/28909184', rendering from camera 'object_SE_0_COLORCUBEMAP_L1CUBEMAPFACE_1_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1747 18:33:23: Viewport for camera 'object_SE_0_COLORCUBEMAP_L1CUBEMAPFACE_1_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 1748 18:33:23: Creating viewport on target 'rtt/28909248', rendering from camera 'object_SE_0_COLORCUBEMAP_L1CUBEMAPFACE_2_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1749 18:33:23: Viewport for camera 'object_SE_0_COLORCUBEMAP_L1CUBEMAPFACE_2_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 1750 18:33:23: Creating viewport on target 'rtt/28909312', rendering from camera 'object_SE_0_COLORCUBEMAP_L1CUBEMAPFACE_3_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1751 18:33:23: Viewport for camera 'object_SE_0_COLORCUBEMAP_L1CUBEMAPFACE_3_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 1752 18:33:23: Creating viewport on target 'rtt/28909376', rendering from camera 'object_SE_0_COLORCUBEMAP_L1CUBEMAPFACE_4_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1753 18:33:23: Viewport for camera 'object_SE_0_COLORCUBEMAP_L1CUBEMAPFACE_4_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 1754 18:33:23: Creating viewport on target 'rtt/28909440', rendering from camera 'object_SE_0_COLORCUBEMAP_L1CUBEMAPFACE_5_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1755 18:33:23: Viewport for camera 'object_SE_0_COLORCUBEMAP_L1CUBEMAPFACE_5_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 1756 18:33:23: WARNING: Texture instance 'object_SE_0_COLORCUBEMAP_L1' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 1757 18:33:23: Creating viewport on target 'rtt/2410400', rendering from camera 'object_SE_0_COLORCUBEMAP_L2CUBEMAPFACE_0_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1758 18:33:23: Viewport for camera 'object_SE_0_COLORCUBEMAP_L2CUBEMAPFACE_0_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 1759 18:33:23: Creating viewport on target 'rtt/2410464', rendering from camera 'object_SE_0_COLORCUBEMAP_L2CUBEMAPFACE_1_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1760 18:33:23: Viewport for camera 'object_SE_0_COLORCUBEMAP_L2CUBEMAPFACE_1_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 1761 18:33:23: Creating viewport on target 'rtt/2410528', rendering from camera 'object_SE_0_COLORCUBEMAP_L2CUBEMAPFACE_2_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1762 18:33:23: Viewport for camera 'object_SE_0_COLORCUBEMAP_L2CUBEMAPFACE_2_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 1763 18:33:23: Creating viewport on target 'rtt/2410592', rendering from camera 'object_SE_0_COLORCUBEMAP_L2CUBEMAPFACE_3_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1764 18:33:23: Viewport for camera 'object_SE_0_COLORCUBEMAP_L2CUBEMAPFACE_3_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 1765 18:33:23: Creating viewport on target 'rtt/2410656', rendering from camera 'object_SE_0_COLORCUBEMAP_L2CUBEMAPFACE_4_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1766 18:33:23: Viewport for camera 'object_SE_0_COLORCUBEMAP_L2CUBEMAPFACE_4_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 1767 18:33:23: Creating viewport on target 'rtt/2410720', rendering from camera 'object_SE_0_COLORCUBEMAP_L2CUBEMAPFACE_5_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1768 18:33:23: Viewport for camera 'object_SE_0_COLORCUBEMAP_L2CUBEMAPFACE_5_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 1769 18:33:23: WARNING: Texture instance 'object_SE_0_COLORCUBEMAP_L2' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 1770 18:33:23: Win32Input8: DirectInput Activation Starts 1771 18:33:23: Win32Input8: Establishing keyboard input. 1772 18:33:23: Win32Input8: Keyboard input established. 1773 18:33:23: Win32Input8: Initializing mouse input in immediate mode. 1774 18:33:23: Win32Input8: Mouse input in immediate mode initialized. 1775 18:33:23: Win32Input8: DirectInput OK. 1776 18:33:23: Creating viewport on target 'rtt/2416256', rendering from camera 'MainBlueLightDEPTH_SHADOW_MAP_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1777 18:33:23: Viewport for camera 'MainBlueLightDEPTH_SHADOW_MAP_CAMERA', actual dimensions L: 0 T: 0 W: 512 H: 512 1778 18:33:23: Creating viewport on target 'rtt/28958176', rendering from camera 'MainBlueLightDEPTH_SHADOW_MAP_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1779 18:33:23: Viewport for camera 'MainBlueLightDEPTH_SHADOW_MAP_CAMERA', actual dimensions L: 0 T: 0 W: 512 H: 512 1780 18:33:23: Creating viewport on target 'rtt/28958528', rendering from camera 'LIGHT_FOCUSING_MAP_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1781 18:33:23: Viewport for camera 'LIGHT_FOCUSING_MAP_CAMERA', actual dimensions L: 0 T: 0 W: 32 H: 32 1782 18:33:23: Creating viewport on target 'rtt/28958592', rendering from camera 'PHASE_TEXTURE_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1783 18:33:23: Viewport for camera 'PHASE_TEXTURE_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1784 18:33:23: WARNING: Texture instance 'MainBlueLightDEPTH_SHADOW_MAP' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 1785 18:33:23: WARNING: Texture instance 'MainBlueLightDEPTH_SHADOW_MAPblurred' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 1786 18:35:53: Unregistering ResourceManager for type BspLevel 1787 18:35:53: Render Target 'rtt/28958592' Average FPS: 0 Best FPS: 0 Worst FPS: 999 1788 18:35:53: Render Target 'rtt/28958528' Average FPS: 0 Best FPS: 0 Worst FPS: 999 1789 18:35:53: Render Target 'rtt/28958176' Average FPS: 4.55554 Best FPS: 4.7081 Worst FPS: 1.386 1790 18:35:53: Render Target 'rtt/2416256' Average FPS: 4.55352 Best FPS: 4.71254 Worst FPS: 1.40449 1791 18:35:53: Render Target 'rtt/2410400' Average FPS: 0 Best FPS: 0 Worst FPS: 999 1792 18:35:53: Render Target 'rtt/2410464' Average FPS: 0 Best FPS: 0 Worst FPS: 999 1793 18:35:53: Render Target 'rtt/2410528' Average FPS: 0 Best FPS: 0 Worst FPS: 999 1794 18:35:53: Render Target 'rtt/2410592' Average FPS: 0 Best FPS: 0 Worst FPS: 999 1795 18:35:53: Render Target 'rtt/2410656' Average FPS: 0 Best FPS: 0 Worst FPS: 999 1796 18:35:53: Render Target 'rtt/2410720' Average FPS: 0 Best FPS: 0 Worst FPS: 999 1797 18:35:53: Render Target 'rtt/28909120' Average FPS: 0 Best FPS: 0 Worst FPS: 999 1798 18:35:53: Render Target 'rtt/28909184' Average FPS: 0 Best FPS: 0 Worst FPS: 999 1799 18:35:53: Render Target 'rtt/28909248' Average FPS: 0 Best FPS: 0 Worst FPS: 999 1800 18:35:53: Render Target 'rtt/28909312' Average FPS: 0 Best FPS: 0 Worst FPS: 999 1801 18:35:53: Render Target 'rtt/28909376' Average FPS: 0 Best FPS: 0 Worst FPS: 999 1802 18:35:53: Render Target 'rtt/28909440' Average FPS: 0 Best FPS: 0 Worst FPS: 999 1803 18:35:53: Render Target 'rtt/28907776' Average FPS: 0 Best FPS: 0 Worst FPS: 999 1804 18:35:53: Render Target 'rtt/28907840' Average FPS: 0 Best FPS: 0 Worst FPS: 999 1805 18:35:53: Render Target 'rtt/28907904' Average FPS: 0 Best FPS: 0 Worst FPS: 999 1806 18:35:53: Render Target 'rtt/28907968' Average FPS: 0 Best FPS: 0 Worst FPS: 999 1807 18:35:53: Render Target 'rtt/28908032' Average FPS: 0 Best FPS: 0 Worst FPS: 999 1808 18:35:53: Render Target 'rtt/28908096' Average FPS: 0 Best FPS: 0 Worst FPS: 999 1809 18:35:53: Render Target 'rtt/2342848' Average FPS: 0 Best FPS: 0 Worst FPS: 999 1810 18:35:53: Render Target 'rtt/28906400' Average FPS: 0 Best FPS: 0 Worst FPS: 999 1811 18:35:53: Render Target 'rtt/28906464' Average FPS: 0 Best FPS: 0 Worst FPS: 999 1812 18:35:53: Render Target 'rtt/28906528' Average FPS: 0 Best FPS: 0 Worst FPS: 999 1813 18:35:53: Render Target 'rtt/28906592' Average FPS: 0 Best FPS: 0 Worst FPS: 999 1814 18:35:53: Render Target 'rtt/28906656' Average FPS: 0 Best FPS: 0 Worst FPS: 999 1815 18:35:53: *-*-* OGRE Shutdown 1816 18:35:53: Unregistering ResourceManager for type Compositor 1817 18:35:53: Unregistering ResourceManager for type Font 1818 18:35:53: Unregistering ResourceManager for type Skeleton 1819 18:35:53: Unregistering ResourceManager for type Mesh 1820 18:35:53: Unregistering ResourceManager for type HighLevelGpuProgram 1821 18:35:53: Unloading library .\Plugin_CgProgramManager 1822 18:35:53: Unloading library .\Plugin_OctreeSceneManager 1823 18:35:53: Unloading library .\Plugin_BSPSceneManager 1824 18:35:53: Unloading library .\Plugin_ParticleFX 1825 18:35:53: Render Target 'OGRE Render Window' Average FPS: 4.56672 Best FPS: 4.69484 Worst FPS: 0.695894 1826 18:35:53: D3D9 : Shutting down cleanly. 1827 18:35:53: Unregistering ResourceManager for type Texture 1828 18:35:53: Unregistering ResourceManager for type GpuProgram 1829 18:35:53: D3D9 : Direct3D9 Rendering Subsystem destroyed. 1830 18:35:53: Unloading library .\RenderSystem_Direct3D9 1831 18:35:53: Unregistering ResourceManager for type Material 1832 18:35:53: Unloading library OgrePlatform_d.dll -
GTP/trunk/App/Demos/Illum/Ogre/bin/Debug/OgreLeaks.log
r1831 r1847 1 1 ---------------------------------------------------------------------------------------------------------------------------------- 2 | Memory leak report for: 1 1/30/2006 14:32:11|2 | Memory leak report for: 12/04/2006 18:35:53 | 3 3 ---------------------------------------------------------------------------------------------------------------------------------- 4 4 5 5 6 367memory leaks found:6 525 memory leaks found: 7 7 8 8 Alloc. Addr Size Addr Size BreakOn BreakOn 9 9 Number Reported Reported Actual Actual Unused Method Dealloc Realloc Allocated by 10 10 ------ ---------- ---------- ---------- ---------- ---------- -------- ------- ------- --------------------------------------------------- 11 007332 0x021AA848 0x00000050 0x021AA838 0x00000070 0x00000000 new N N ??(0) ?? 12 007326 0x021AB2E8 0x0000003C 0x021AB2D8 0x0000005C 0x00000000 new N N ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 13 007327 0x021AB380 0x00000050 0x021AB370 0x00000070 0x00000000 new N N ??(0) ?? 14 007344 0x021AB4F0 0x00000050 0x021AB4E0 0x00000070 0x00000000 new N N ??(0) ?? 15 007336 0x021AB690 0x00000050 0x021AB680 0x00000070 0x00000000 new N N ??(0) ?? 16 007340 0x021AB7B0 0x00000050 0x021AB7A0 0x00000070 0x00000000 new N N ??(0) ?? 17 007348 0x021AB930 0x00000050 0x021AB920 0x00000070 0x00000000 new N N ??(0) ?? 18 007456 0x021AB9E0 0x00000050 0x021AB9D0 0x00000070 0x00000000 new N N ??(0) ?? 19 007450 0x021ABB10 0x0000003C 0x021ABB00 0x0000005C 0x00000000 new N N ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 20 007451 0x021AE420 0x00000050 0x021AE410 0x00000070 0x00000000 new N N ??(0) ?? 21 007468 0x021AE4D0 0x00000050 0x021AE4C0 0x00000070 0x00000000 new N N ??(0) ?? 22 007460 0x021AE670 0x00000050 0x021AE660 0x00000070 0x00000000 new N N ??(0) ?? 23 007464 0x021AE790 0x00000050 0x021AE780 0x00000070 0x00000000 new N N ??(0) ?? 24 007472 0x021AE910 0x00000050 0x021AE900 0x00000070 0x00000000 new N N ??(0) ?? 25 007673 0x021AF728 0x00000050 0x021AF718 0x00000070 0x00000000 new N N ??(0) ?? 26 007659 0x021AF888 0x0000003C 0x021AF878 0x0000005C 0x00000000 new N N ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 27 007660 0x021B9DB0 0x00000050 0x021B9DA0 0x00000070 0x00000000 new N N ??(0) ?? 28 007665 0x021B9F60 0x00000050 0x021B9F50 0x00000070 0x00000000 new N N ??(0) ?? 29 007669 0x021BA070 0x00000050 0x021BA060 0x00000070 0x00000000 new N N ??(0) ?? 30 007677 0x021BA190 0x00000050 0x021BA180 0x00000070 0x00000000 new N N ??(0) ?? 31 007681 0x021BA330 0x00000050 0x021BA320 0x00000070 0x00000000 new N N ??(0) ?? 32 007996 0x021BEA18 0x00000050 0x021BEA08 0x00000070 0x00000000 new N N ??(0) ?? 33 007990 0x021BEB78 0x0000003C 0x021BEB68 0x0000005C 0x00000000 new N N ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 34 007991 0x021C1448 0x00000050 0x021C1438 0x00000070 0x00000000 new N N ??(0) ?? 35 008008 0x021C1558 0x00000050 0x021C1548 0x00000070 0x00000000 new N N ??(0) ?? 36 008000 0x021C16F8 0x00000050 0x021C16E8 0x00000070 0x00000000 new N N ??(0) ?? 37 008004 0x021C1818 0x00000050 0x021C1808 0x00000070 0x00000000 new N N ??(0) ?? 38 008012 0x021C1998 0x00000050 0x021C1988 0x00000070 0x00000000 new N N ??(0) ?? 39 009251 0x02F16388 0x00000050 0x02F16378 0x00000070 0x00000000 new N N ??(0) ?? 40 009255 0x02F16438 0x00000050 0x02F16428 0x00000070 0x00000000 new N N ??(0) ?? 41 009265 0x02F164E8 0x00000050 0x02F164D8 0x00000070 0x00000000 new N N ??(0) ?? 42 009259 0x02F165A8 0x0000003C 0x02F16598 0x0000005C 0x00000000 new N N ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 43 009260 0x02F16640 0x00000050 0x02F16630 0x00000070 0x00000000 new N N ??(0) ?? 44 009273 0x02F16758 0x00000050 0x02F16748 0x00000070 0x00000000 new N N ??(0) ?? 45 009269 0x02F168F8 0x00000050 0x02F168E8 0x00000070 0x00000000 new N N ??(0) ?? 46 009277 0x02F169A8 0x00000050 0x02F16998 0x00000070 0x00000000 new N N ??(0) ?? 47 009281 0x02F16A58 0x00000050 0x02F16A48 0x00000070 0x00000000 new N N ??(0) ?? 48 009285 0x02F16B08 0x00000050 0x02F16AF8 0x00000070 0x00000000 new N N ??(0) ?? 49 009245 0x02F179D8 0x0000003C 0x02F179C8 0x0000005C 0x00000000 new N N ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 50 009246 0x02F17A70 0x00000050 0x02F17A60 0x00000070 0x00000000 new N N ??(0) ?? 51 009491 0x02F19308 0x00000050 0x02F192F8 0x00000070 0x00000000 new N N ??(0) ?? 52 009496 0x02F19418 0x00000050 0x02F19408 0x00000070 0x00000000 new N N ??(0) ?? 53 009500 0x02F194C8 0x00000050 0x02F194B8 0x00000070 0x00000000 new N N ??(0) ?? 54 009504 0x02F19578 0x00000050 0x02F19568 0x00000070 0x00000000 new N N ??(0) ?? 55 009508 0x02F19628 0x00000050 0x02F19618 0x00000070 0x00000000 new N N ??(0) ?? 56 009512 0x02F196D8 0x00000050 0x02F196C8 0x00000070 0x00000000 new N N ??(0) ?? 57 009522 0x02F19788 0x00000050 0x02F19778 0x00000070 0x00000000 new N N ??(0) ?? 58 009516 0x02F19848 0x0000003C 0x02F19838 0x0000005C 0x00000000 new N N ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 59 009517 0x02F198E0 0x00000050 0x02F198D0 0x00000070 0x00000000 new N N ??(0) ?? 60 009530 0x02F199F8 0x00000050 0x02F199E8 0x00000070 0x00000000 new N N ??(0) ?? 61 009534 0x02F19BF8 0x00000050 0x02F19BE8 0x00000070 0x00000000 new N N ??(0) ?? 62 009538 0x02F19CA8 0x00000050 0x02F19C98 0x00000070 0x00000000 new N N ??(0) ?? 63 009542 0x02F19D58 0x00000050 0x02F19D48 0x00000070 0x00000000 new N N ??(0) ?? 64 009712 0x02F1AF40 0x0000003C 0x02F1AF30 0x0000005C 0x00000000 new N N ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 65 009713 0x02F1AFD8 0x00000050 0x02F1AFC8 0x00000070 0x00000000 new N N ??(0) ?? 66 009718 0x02F1BE88 0x00000050 0x02F1BE78 0x00000070 0x00000000 new N N ??(0) ?? 67 009722 0x02F1BF38 0x00000050 0x02F1BF28 0x00000070 0x00000000 new N N ??(0) ?? 68 009726 0x02F1BFE8 0x00000050 0x02F1BFD8 0x00000070 0x00000000 new N N ??(0) ?? 69 009730 0x02F1C098 0x00000050 0x02F1C088 0x00000070 0x00000000 new N N ??(0) ?? 70 009734 0x02F1C148 0x00000050 0x02F1C138 0x00000070 0x00000000 new N N ??(0) ?? 71 009744 0x02F1C1F8 0x00000050 0x02F1C1E8 0x00000070 0x00000000 new N N ??(0) ?? 72 009738 0x02F1C2B8 0x0000003C 0x02F1C2A8 0x0000005C 0x00000000 new N N ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 73 009739 0x02F1C350 0x00000050 0x02F1C340 0x00000070 0x00000000 new N N ??(0) ?? 74 009752 0x02F1C468 0x00000050 0x02F1C458 0x00000070 0x00000000 new N N ??(0) ?? 75 009748 0x02F1C608 0x00000050 0x02F1C5F8 0x00000070 0x00000000 new N N ??(0) ?? 76 009756 0x02F1C6B8 0x00000050 0x02F1C6A8 0x00000070 0x00000000 new N N ??(0) ?? 77 009760 0x02F1C768 0x00000050 0x02F1C758 0x00000070 0x00000000 new N N ??(0) ?? 78 009764 0x02F1C818 0x00000050 0x02F1C808 0x00000070 0x00000000 new N N ??(0) ?? 79 009526 0x02F25060 0x00000050 0x02F25050 0x00000070 0x00000000 new N N ??(0) ?? 80 009490 0x02F25EC8 0x0000003C 0x02F25EB8 0x0000005C 0x00000000 new N N ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 81 010426 0x02F2E150 0x00000050 0x02F2E140 0x00000070 0x00000000 new N N ??(0) ?? 82 010430 0x02F2E200 0x00000050 0x02F2E1F0 0x00000070 0x00000000 new N N ??(0) ?? 83 010434 0x02F2E2B0 0x00000050 0x02F2E2A0 0x00000070 0x00000000 new N N ??(0) ?? 84 010438 0x02F2E360 0x0000003C 0x02F2E350 0x0000005C 0x00000000 new N N ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 85 010439 0x02F2E3F8 0x00000050 0x02F2E3E8 0x00000070 0x00000000 new N N ??(0) ?? 86 010444 0x02F2E510 0x00000050 0x02F2E500 0x00000070 0x00000000 new N N ??(0) ?? 87 010448 0x02F2E5C0 0x00000050 0x02F2E5B0 0x00000070 0x00000000 new N N ??(0) ?? 88 010452 0x02F2E670 0x00000050 0x02F2E660 0x00000070 0x00000000 new N N ??(0) ?? 89 010593 0x02F30468 0x0000003C 0x02F30458 0x0000005C 0x00000000 new N N ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 90 010594 0x02F30500 0x00000050 0x02F304F0 0x00000070 0x00000000 new N N ??(0) ?? 91 010599 0x02F30610 0x00000050 0x02F30600 0x00000070 0x00000000 new N N ??(0) ?? 92 010603 0x02F306C0 0x00000050 0x02F306B0 0x00000070 0x00000000 new N N ??(0) ?? 93 010607 0x02F30770 0x00000050 0x02F30760 0x00000070 0x00000000 new N N ??(0) ?? 94 010611 0x02F30820 0x0000003C 0x02F30810 0x0000005C 0x00000000 new N N ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 95 010612 0x02F308B8 0x00000050 0x02F308A8 0x00000070 0x00000000 new N N ??(0) ?? 96 010617 0x02F309D0 0x00000050 0x02F309C0 0x00000070 0x00000000 new N N ??(0) ?? 97 010621 0x02F30A80 0x00000050 0x02F30A70 0x00000070 0x00000000 new N N ??(0) ?? 98 010625 0x02F30B30 0x00000050 0x02F30B20 0x00000070 0x00000000 new N N ??(0) ?? 99 009907 0x02F3AFC8 0x0000003C 0x02F3AFB8 0x0000005C 0x00000000 new N N ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 100 009933 0x02F3B068 0x0000003C 0x02F3B058 0x0000005C 0x00000000 new N N ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 101 009908 0x02F3B108 0x00000050 0x02F3B0F8 0x00000070 0x00000000 new N N ??(0) ?? 102 009913 0x02F3B258 0x00000050 0x02F3B248 0x00000070 0x00000000 new N N ??(0) ?? 103 009917 0x02F3B308 0x00000050 0x02F3B2F8 0x00000070 0x00000000 new N N ??(0) ?? 104 009921 0x02F3B3B8 0x00000050 0x02F3B3A8 0x00000070 0x00000000 new N N ??(0) ?? 105 009925 0x02F3B468 0x00000050 0x02F3B458 0x00000070 0x00000000 new N N ??(0) ?? 106 009929 0x02F3B518 0x00000050 0x02F3B508 0x00000070 0x00000000 new N N ??(0) ?? 107 009934 0x02F3B5C8 0x00000050 0x02F3B5B8 0x00000070 0x00000000 new N N ??(0) ?? 108 009939 0x02F3B780 0x00000050 0x02F3B770 0x00000070 0x00000000 new N N ??(0) ?? 109 009943 0x02F3B830 0x00000050 0x02F3B820 0x00000070 0x00000000 new N N ??(0) ?? 110 009947 0x02F3B980 0x00000050 0x02F3B970 0x00000070 0x00000000 new N N ??(0) ?? 111 009951 0x02F3BA30 0x00000050 0x02F3BA20 0x00000070 0x00000000 new N N ??(0) ?? 112 009955 0x02F3BAE0 0x00000050 0x02F3BAD0 0x00000070 0x00000000 new N N ??(0) ?? 113 009959 0x02F3BB90 0x00000050 0x02F3BB80 0x00000070 0x00000000 new N N ??(0) ?? 114 010066 0x02F3C730 0x0000003C 0x02F3C720 0x0000005C 0x00000000 new N N ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 115 010067 0x02F48930 0x00000050 0x02F48920 0x00000070 0x00000000 new N N ??(0) ?? 116 010084 0x02F489E0 0x0000003C 0x02F489D0 0x0000005C 0x00000000 new N N ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 117 010072 0x02F48A80 0x00000050 0x02F48A70 0x00000070 0x00000000 new N N ??(0) ?? 118 010076 0x02F48B30 0x00000050 0x02F48B20 0x00000070 0x00000000 new N N ??(0) ?? 119 010080 0x02F48BE0 0x00000050 0x02F48BD0 0x00000070 0x00000000 new N N ??(0) ?? 120 010085 0x02F48C90 0x00000050 0x02F48C80 0x00000070 0x00000000 new N N ??(0) ?? 121 010090 0x02F48D40 0x00000050 0x02F48D30 0x00000070 0x00000000 new N N ??(0) ?? 122 010094 0x02F48DF0 0x00000050 0x02F48DE0 0x00000070 0x00000000 new N N ??(0) ?? 123 010098 0x02F48EA0 0x00000050 0x02F48E90 0x00000070 0x00000000 new N N ??(0) ?? 124 010247 0x02F4E270 0x0000003C 0x02F4E260 0x0000005C 0x00000000 new N N ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 125 010248 0x02F4E308 0x00000050 0x02F4E2F8 0x00000070 0x00000000 new N N ??(0) ?? 126 010253 0x02F4E418 0x00000050 0x02F4E408 0x00000070 0x00000000 new N N ??(0) ?? 127 010257 0x02F4E4C8 0x00000050 0x02F4E4B8 0x00000070 0x00000000 new N N ??(0) ?? 128 010261 0x02F4E578 0x00000050 0x02F4E568 0x00000070 0x00000000 new N N ??(0) ?? 129 010265 0x02F4E628 0x0000003C 0x02F4E618 0x0000005C 0x00000000 new N N ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 130 010266 0x02F4E6C0 0x00000050 0x02F4E6B0 0x00000070 0x00000000 new N N ??(0) ?? 131 010271 0x02F4E7D8 0x00000050 0x02F4E7C8 0x00000070 0x00000000 new N N ??(0) ?? 132 010275 0x02F4E888 0x00000050 0x02F4E878 0x00000070 0x00000000 new N N ??(0) ?? 133 010279 0x02F4E938 0x00000050 0x02F4E928 0x00000070 0x00000000 new N N ??(0) ?? 134 010421 0x02F53A90 0x00000050 0x02F53A80 0x00000070 0x00000000 new N N ??(0) ?? 135 010420 0x02F53ED8 0x0000003C 0x02F53EC8 0x0000005C 0x00000000 new N N ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 136 011116 0x02F61478 0x00000050 0x02F61468 0x00000070 0x00000000 new N N ??(0) ?? 137 011110 0x02F61BF0 0x0000003C 0x02F61BE0 0x0000005C 0x00000000 new N N ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 138 011111 0x02F61C88 0x00000050 0x02F61C78 0x00000070 0x00000000 new N N ??(0) ?? 139 012134 0x02F81E30 0x0000003C 0x02F81E20 0x0000005C 0x00000000 new N N ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 140 012135 0x02F81EC8 0x00000050 0x02F81EB8 0x00000070 0x00000000 new N N ??(0) ?? 141 012140 0x02F82038 0x00000050 0x02F82028 0x00000070 0x00000000 new N N ??(0) ?? 142 012144 0x02F82148 0x00000050 0x02F82138 0x00000070 0x00000000 new N N ??(0) ?? 143 012148 0x02F821F8 0x00000050 0x02F821E8 0x00000070 0x00000000 new N N ??(0) ?? 144 012314 0x02F83A28 0x00000050 0x02F83A18 0x00000070 0x00000000 new N N ??(0) ?? 145 012319 0x02F83B38 0x00000050 0x02F83B28 0x00000070 0x00000000 new N N ??(0) ?? 146 012323 0x02F83C48 0x00000050 0x02F83C38 0x00000070 0x00000000 new N N ??(0) ?? 147 012327 0x02F83CF8 0x00000050 0x02F83CE8 0x00000070 0x00000000 new N N ??(0) ?? 148 012331 0x02F83DA8 0x00000050 0x02F83D98 0x00000070 0x00000000 new N N ??(0) ?? 149 012335 0x02F83EB8 0x0000003C 0x02F83EA8 0x0000005C 0x00000000 new N N ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 150 012336 0x02F83F50 0x00000050 0x02F83F40 0x00000070 0x00000000 new N N ??(0) ?? 151 012313 0x02F852A0 0x0000003C 0x02F85290 0x0000005C 0x00000000 new N N ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 152 012341 0x02F86038 0x00000050 0x02F86028 0x00000070 0x00000000 new N N ??(0) ?? 153 012345 0x02F860E8 0x0000003C 0x02F860D8 0x0000005C 0x00000000 new N N ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 154 012346 0x02F86180 0x00000050 0x02F86170 0x00000070 0x00000000 new N N ??(0) ?? 155 012351 0x02F86298 0x00000050 0x02F86288 0x00000070 0x00000000 new N N ??(0) ?? 156 012355 0x02F86348 0x00000050 0x02F86338 0x00000070 0x00000000 new N N ??(0) ?? 157 013137 0x02F9B018 0x00000050 0x02F9B008 0x00000070 0x00000000 new N N ??(0) ?? 158 013142 0x02F9B128 0x00000050 0x02F9B118 0x00000070 0x00000000 new N N ??(0) ?? 159 013146 0x02F9B1D8 0x00000050 0x02F9B1C8 0x00000070 0x00000000 new N N ??(0) ?? 160 013150 0x02F9B288 0x00000050 0x02F9B278 0x00000070 0x00000000 new N N ??(0) ?? 161 013154 0x02F9B338 0x0000003C 0x02F9B328 0x0000005C 0x00000000 new N N ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 162 013155 0x02F9B3D0 0x00000050 0x02F9B3C0 0x00000070 0x00000000 new N N ??(0) ?? 163 013160 0x02F9B4E8 0x00000050 0x02F9B4D8 0x00000070 0x00000000 new N N ??(0) ?? 164 013164 0x02F9B598 0x00000050 0x02F9B588 0x00000070 0x00000000 new N N ??(0) ?? 165 013168 0x02F9B648 0x00000050 0x02F9B638 0x00000070 0x00000000 new N N ??(0) ?? 166 013172 0x02F9B6F8 0x0000003C 0x02F9B6E8 0x0000005C 0x00000000 new N N ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 167 013173 0x02FA0038 0x00000050 0x02FA0028 0x00000070 0x00000000 new N N ??(0) ?? 168 013178 0x02FA00E8 0x00000050 0x02FA00D8 0x00000070 0x00000000 new N N ??(0) ?? 169 013182 0x02FA0198 0x00000050 0x02FA0188 0x00000070 0x00000000 new N N ??(0) ?? 170 013186 0x02FA02A8 0x00000050 0x02FA0298 0x00000070 0x00000000 new N N ??(0) ?? 171 013190 0x02FA0418 0x00000050 0x02FA0408 0x00000070 0x00000000 new N N ??(0) ?? 172 013194 0x02FA0528 0x00000050 0x02FA0518 0x00000070 0x00000000 new N N ??(0) ?? 173 013198 0x02FA05D8 0x00000050 0x02FA05C8 0x00000070 0x00000000 new N N ??(0) ?? 174 013136 0x02FA2B80 0x0000003C 0x02FA2B70 0x0000005C 0x00000000 new N N ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 175 014207 0x02FC4578 0x00000050 0x02FC4568 0x00000070 0x00000000 new N N ??(0) ?? 176 014211 0x02FC4708 0x00000050 0x02FC46F8 0x00000070 0x00000000 new N N ??(0) ?? 177 014215 0x02FC4828 0x00000050 0x02FC4818 0x00000070 0x00000000 new N N ??(0) ?? 178 014219 0x02FC48D8 0x00000050 0x02FC48C8 0x00000070 0x00000000 new N N ??(0) ?? 179 014197 0x02FD3C08 0x0000003C 0x02FD3BF8 0x0000005C 0x00000000 new N N ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 180 014198 0x02FD3CA0 0x00000050 0x02FD3C90 0x00000070 0x00000000 new N N ??(0) ?? 181 014203 0x02FD3E10 0x00000050 0x02FD3E00 0x00000070 0x00000000 new N N ??(0) ?? 182 014765 0x02FDC7F8 0x0000003C 0x02FDC7E8 0x0000005C 0x00000000 new N N ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 183 014766 0x02FDC890 0x00000050 0x02FDC880 0x00000070 0x00000000 new N N ??(0) ?? 184 014771 0x02FDC9A0 0x00000050 0x02FDC990 0x00000070 0x00000000 new N N ??(0) ?? 185 014775 0x02FDCA50 0x00000050 0x02FDCA40 0x00000070 0x00000000 new N N ??(0) ?? 186 014779 0x02FDCB00 0x00000050 0x02FDCAF0 0x00000070 0x00000000 new N N ??(0) ?? 187 014783 0x02FDCBB0 0x0000003C 0x02FDCBA0 0x0000005C 0x00000000 new N N ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 188 014784 0x02FDCC48 0x00000050 0x02FDCC38 0x00000070 0x00000000 new N N ??(0) ?? 189 014789 0x02FDCD60 0x00000050 0x02FDCD50 0x00000070 0x00000000 new N N ??(0) ?? 190 014793 0x02FDCE10 0x00000050 0x02FDCE00 0x00000070 0x00000000 new N N ??(0) ?? 191 014797 0x02FDCEC0 0x00000050 0x02FDCEB0 0x00000070 0x00000000 new N N ??(0) ?? 192 015176 0x02FDE468 0x00000050 0x02FDE458 0x00000070 0x00000000 new N N ??(0) ?? 193 015180 0x02FDE518 0x00000050 0x02FDE508 0x00000070 0x00000000 new N N ??(0) ?? 194 015184 0x02FDE5C8 0x00000050 0x02FDE5B8 0x00000070 0x00000000 new N N ??(0) ?? 195 015188 0x02FDE678 0x00000050 0x02FDE668 0x00000070 0x00000000 new N N ??(0) ?? 196 015192 0x02FDE728 0x00000050 0x02FDE718 0x00000070 0x00000000 new N N ??(0) ?? 197 015196 0x02FDE7D8 0x0000003C 0x02FDE7C8 0x0000005C 0x00000000 new N N ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 198 015197 0x02FDE870 0x00000050 0x02FDE860 0x00000070 0x00000000 new N N ??(0) ?? 199 015202 0x02FDE988 0x00000050 0x02FDE978 0x00000070 0x00000000 new N N ??(0) ?? 200 015206 0x02FDEA38 0x00000050 0x02FDEA28 0x00000070 0x00000000 new N N ??(0) ?? 201 015210 0x02FDEAE8 0x00000050 0x02FDEAD8 0x00000070 0x00000000 new N N ??(0) ?? 202 015214 0x02FDEB98 0x00000050 0x02FDEB88 0x00000070 0x00000000 new N N ??(0) ?? 203 015218 0x02FDEC48 0x00000050 0x02FDEC38 0x00000070 0x00000000 new N N ??(0) ?? 204 015222 0x02FDECF8 0x0000003C 0x02FDECE8 0x0000005C 0x00000000 new N N ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 205 015223 0x02FDED90 0x00000050 0x02FDED80 0x00000070 0x00000000 new N N ??(0) ?? 206 015228 0x02FDEEA8 0x00000050 0x02FDEE98 0x00000070 0x00000000 new N N ??(0) ?? 207 015232 0x02FDEF58 0x00000050 0x02FDEF48 0x00000070 0x00000000 new N N ??(0) ?? 208 015236 0x02FDF008 0x00000050 0x02FDEFF8 0x00000070 0x00000000 new N N ??(0) ?? 209 015240 0x02FDF0B8 0x00000050 0x02FDF0A8 0x00000070 0x00000000 new N N ??(0) ?? 210 015244 0x02FDF168 0x00000050 0x02FDF158 0x00000070 0x00000000 new N N ??(0) ?? 211 015248 0x02FDF218 0x00000050 0x02FDF208 0x00000070 0x00000000 new N N ??(0) ?? 212 015252 0x02FDF2C8 0x00000050 0x02FDF2B8 0x00000070 0x00000000 new N N ??(0) ?? 213 015256 0x02FDF378 0x00000050 0x02FDF368 0x00000070 0x00000000 new N N ??(0) ?? 214 015260 0x02FDF428 0x00000050 0x02FDF418 0x00000070 0x00000000 new N N ??(0) ?? 215 015264 0x02FDF4D8 0x00000050 0x02FDF4C8 0x00000070 0x00000000 new N N ??(0) ?? 216 015268 0x02FDF588 0x0000003C 0x02FDF578 0x0000005C 0x00000000 new N N ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 217 015269 0x02FDF620 0x00000050 0x02FDF610 0x00000070 0x00000000 new N N ??(0) ?? 218 015274 0x02FDF740 0x00000050 0x02FDF730 0x00000070 0x00000000 new N N ??(0) ?? 219 015278 0x02FDF7F0 0x00000050 0x02FDF7E0 0x00000070 0x00000000 new N N ??(0) ?? 220 015282 0x02FDF8A0 0x00000050 0x02FDF890 0x00000070 0x00000000 new N N ??(0) ?? 221 015286 0x02FDF950 0x00000050 0x02FDF940 0x00000070 0x00000000 new N N ??(0) ?? 222 015290 0x02FDFA00 0x00000050 0x02FDF9F0 0x00000070 0x00000000 new N N ??(0) ?? 223 015294 0x02FDFAB0 0x00000050 0x02FDFAA0 0x00000070 0x00000000 new N N ??(0) ?? 224 015298 0x02FDFB60 0x00000050 0x02FDFB50 0x00000070 0x00000000 new N N ??(0) ?? 225 015302 0x02FDFC10 0x00000050 0x02FDFC00 0x00000070 0x00000000 new N N ??(0) ?? 226 015306 0x02FDFCC0 0x00000050 0x02FDFCB0 0x00000070 0x00000000 new N N ??(0) ?? 227 015310 0x02FDFD70 0x00000050 0x02FDFD60 0x00000070 0x00000000 new N N ??(0) ?? 228 015170 0x02FF11A8 0x0000003C 0x02FF1198 0x0000005C 0x00000000 new N N ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 229 015171 0x02FF1938 0x00000050 0x02FF1928 0x00000070 0x00000000 new N N ??(0) ?? 230 016083 0x0300B618 0x0000003C 0x0300B608 0x0000005C 0x00000000 new N N ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 231 016084 0x0300B6B0 0x00000050 0x0300B6A0 0x00000070 0x00000000 new N N ??(0) ?? 232 016089 0x0300B820 0x00000050 0x0300B810 0x00000070 0x00000000 new N N ??(0) ?? 233 016093 0x0300B930 0x00000050 0x0300B920 0x00000070 0x00000000 new N N ??(0) ?? 234 025653 0x0308A4C8 0x000001F8 0x0308A4B8 0x00000218 0x00000000 new N N ogreilluminationmanager.cpp(126) OgreIlluminationManager::getSingleton 235 025654 0x0308A720 0x0000000C 0x0308A710 0x0000002C 0x00000000 new N N ??(0) ?? 236 025655 0x0308A788 0x00000018 0x0308A778 0x00000038 0x00000000 new N N ??(0) ?? 237 025656 0x0308A800 0x0000000C 0x0308A7F0 0x0000002C 0x00000000 new N N ??(0) ?? 238 025657 0x0308A868 0x00000018 0x0308A858 0x00000038 0x00000000 new N N ??(0) ?? 239 025658 0x0308A8E0 0x00000018 0x0308A8D0 0x00000038 0x00000000 new N N ??(0) ?? 240 025659 0x0308A958 0x00000034 0x0308A948 0x00000054 0x00000000 new N N ??(0) ?? 241 025660 0x0308A9E8 0x00000034 0x0308A9D8 0x00000054 0x00000000 new N N ??(0) ?? 242 025661 0x0308AA78 0x00000018 0x0308AA68 0x00000038 0x00000000 new N N ??(0) ?? 243 025662 0x0308AAF0 0x00000008 0x0308AAE0 0x00000028 0x00000000 new N N ogreilluminationmanager.cpp(79) OgreIlluminationManager::OgreIlluminati 244 025663 0x0308AB58 0x00000018 0x0308AB48 0x00000038 0x00000000 new N N ??(0) ?? 245 025664 0x0308ABD0 0x00000018 0x0308ABC0 0x00000038 0x00000000 new N N ??(0) ?? 246 025665 0x0308AC48 0x00000018 0x0308AC38 0x00000038 0x00000000 new N N ??(0) ?? 247 025666 0x0308ACC0 0x00000018 0x0308ACB0 0x00000038 0x00000000 new N N ??(0) ?? 248 025667 0x0308AD38 0x00000018 0x0308AD28 0x00000038 0x00000000 new N N ??(0) ?? 249 025668 0x0308ADB0 0x00000018 0x0308ADA0 0x00000038 0x00000000 new N N ??(0) ?? 250 025669 0x0308AE28 0x00000018 0x0308AE18 0x00000038 0x00000000 new N N ??(0) ?? 251 025670 0x0308AEA0 0x00000018 0x0308AE90 0x00000038 0x00000000 new N N ??(0) ?? 252 025671 0x0308AF18 0x00000018 0x0308AF08 0x00000038 0x00000000 new N N ??(0) ?? 253 025672 0x0308AF90 0x00000018 0x0308AF80 0x00000038 0x00000000 new N N ??(0) ?? 254 025673 0x0308B008 0x00000018 0x0308AFF8 0x00000038 0x00000000 new N N ??(0) ?? 255 025674 0x0308B080 0x00000018 0x0308B070 0x00000038 0x00000000 new N N ??(0) ?? 256 025675 0x0308B0F8 0x00000018 0x0308B0E8 0x00000038 0x00000000 new N N ??(0) ?? 257 025676 0x0308B170 0x00000018 0x0308B160 0x00000038 0x00000000 new N N ??(0) ?? 258 025677 0x0308B1E8 0x00000018 0x0308B1D8 0x00000038 0x00000000 new N N ??(0) ?? 259 025678 0x0308B260 0x00000018 0x0308B250 0x00000038 0x00000000 new N N ??(0) ?? 260 025679 0x0308B2D8 0x00000018 0x0308B2C8 0x00000038 0x00000000 new N N ??(0) ?? 261 025680 0x0308B350 0x00000018 0x0308B340 0x00000038 0x00000000 new N N ??(0) ?? 262 025681 0x0308B3C8 0x00000018 0x0308B3B8 0x00000038 0x00000000 new N N ??(0) ?? 263 025682 0x0308B440 0x00000018 0x0308B430 0x00000038 0x00000000 new N N ??(0) ?? 264 025683 0x0308B4B8 0x00000018 0x0308B4A8 0x00000038 0x00000000 new N N ??(0) ?? 265 025684 0x0308B530 0x00000018 0x0308B520 0x00000038 0x00000000 new N N ??(0) ?? 266 025685 0x0308B5A8 0x00000018 0x0308B598 0x00000038 0x00000000 new N N ??(0) ?? 267 025686 0x0308B620 0x00000018 0x0308B610 0x00000038 0x00000000 new N N ??(0) ?? 268 025687 0x0308B698 0x000000A0 0x0308B688 0x000000C0 0x00000000 new N N ogreilluminationmanager.cpp(96) OgreIlluminationManager::OgreIlluminati 269 025688 0x0308B798 0x00000034 0x0308B788 0x00000054 0x00000000 new N N ??(0) ?? 270 025689 0x0308B828 0x00000034 0x0308B818 0x00000054 0x00000000 new N N ??(0) ?? 271 025690 0x0308B8B8 0x00000034 0x0308B8A8 0x00000054 0x00000000 new N N ??(0) ?? 272 025691 0x0308B948 0x00000034 0x0308B938 0x00000054 0x00000000 new N N ??(0) ?? 273 025692 0x0308B9D8 0x00000034 0x0308B9C8 0x00000054 0x00000000 new N N ??(0) ?? 274 025693 0x0308BA68 0x00000034 0x0308BA58 0x00000054 0x00000000 new N N ??(0) ?? 275 025694 0x0308BAF8 0x00000034 0x0308BAE8 0x00000054 0x00000000 new N N ??(0) ?? 276 025695 0x0308BB88 0x00000034 0x0308BB78 0x00000054 0x00000000 new N N ??(0) ?? 277 025696 0x0308BC18 0x00000034 0x0308BC08 0x00000054 0x00000000 new N N ??(0) ?? 278 025697 0x0308BCA8 0x00000034 0x0308BC98 0x00000054 0x00000000 new N N ??(0) ?? 279 025698 0x0308BD38 0x00000034 0x0308BD28 0x00000054 0x00000000 new N N ??(0) ?? 280 025699 0x0308BDC8 0x00000034 0x0308BDB8 0x00000054 0x00000000 new N N ??(0) ?? 281 025700 0x0308BE58 0x00000034 0x0308BE48 0x00000054 0x00000000 new N N ??(0) ?? 282 025701 0x0308BEE8 0x0000000C 0x0308BED8 0x0000002C 0x00000000 new N N ??(0) ?? 283 025703 0x0308BF50 0x00000034 0x0308BF40 0x00000054 0x00000000 new N N ??(0) ?? 284 025702 0x0308E010 0x000000A0 0x0308E000 0x000000C0 0x00000000 new N N ogreilluminationmanager.cpp(98) OgreIlluminationManager::OgreIlluminati 285 025704 0x0308E110 0x00000034 0x0308E100 0x00000054 0x00000000 new N N ??(0) ?? 286 025705 0x0308E1A0 0x00000034 0x0308E190 0x00000054 0x00000000 new N N ??(0) ?? 287 025706 0x0308E230 0x00000034 0x0308E220 0x00000054 0x00000000 new N N ??(0) ?? 288 025707 0x0308E2C0 0x00000034 0x0308E2B0 0x00000054 0x00000000 new N N ??(0) ?? 289 025708 0x0308E350 0x00000034 0x0308E340 0x00000054 0x00000000 new N N ??(0) ?? 290 025709 0x0308E3E0 0x00000034 0x0308E3D0 0x00000054 0x00000000 new N N ??(0) ?? 291 025710 0x0308E470 0x00000034 0x0308E460 0x00000054 0x00000000 new N N ??(0) ?? 292 025711 0x0308E500 0x00000034 0x0308E4F0 0x00000054 0x00000000 new N N ??(0) ?? 293 025712 0x0308E590 0x00000034 0x0308E580 0x00000054 0x00000000 new N N ??(0) ?? 294 025713 0x0308E620 0x00000034 0x0308E610 0x00000054 0x00000000 new N N ??(0) ?? 295 025714 0x0308E6B0 0x00000034 0x0308E6A0 0x00000054 0x00000000 new N N ??(0) ?? 296 025715 0x0308E740 0x00000034 0x0308E730 0x00000054 0x00000000 new N N ??(0) ?? 297 025716 0x0308E7D0 0x0000000C 0x0308E7C0 0x0000002C 0x00000000 new N N ??(0) ?? 298 025717 0x0308E838 0x000000A4 0x0308E828 0x000000C4 0x00000000 new N N ogreilluminationmanager.cpp(100) OgreIlluminationManager::OgreIlluminati 299 025718 0x0308E938 0x00000034 0x0308E928 0x00000054 0x00000000 new N N ??(0) ?? 300 025719 0x0308E9C8 0x00000034 0x0308E9B8 0x00000054 0x00000000 new N N ??(0) ?? 301 025720 0x0308EA58 0x00000034 0x0308EA48 0x00000054 0x00000000 new N N ??(0) ?? 302 025721 0x0308EAE8 0x00000034 0x0308EAD8 0x00000054 0x00000000 new N N ??(0) ?? 303 025722 0x0308EB78 0x00000034 0x0308EB68 0x00000054 0x00000000 new N N ??(0) ?? 304 025723 0x03096848 0x00000034 0x03096838 0x00000054 0x00000000 new N N ??(0) ?? 305 025724 0x030968D8 0x00000034 0x030968C8 0x00000054 0x00000000 new N N ??(0) ?? 306 025725 0x03096968 0x00000034 0x03096958 0x00000054 0x00000000 new N N ??(0) ?? 307 025726 0x030969F8 0x00000034 0x030969E8 0x00000054 0x00000000 new N N ??(0) ?? 308 025727 0x03096A88 0x00000034 0x03096A78 0x00000054 0x00000000 new N N ??(0) ?? 309 025728 0x03096B18 0x00000034 0x03096B08 0x00000054 0x00000000 new N N ??(0) ?? 310 025729 0x03096BA8 0x00000034 0x03096B98 0x00000054 0x00000000 new N N ??(0) ?? 311 025730 0x03096C38 0x00000034 0x03096C28 0x00000054 0x00000000 new N N ??(0) ?? 312 025732 0x03096CC8 0x0000000C 0x03096CB8 0x0000002C 0x00000000 new N N ??(0) ?? 313 025731 0x03096D88 0x00000034 0x03096D78 0x00000054 0x00000000 new N N ??(0) ?? 314 025733 0x03096E78 0x0000009C 0x03096E68 0x000000BC 0x00000000 new N N ogreilluminationmanager.cpp(102) OgreIlluminationManager::OgreIlluminati 315 025734 0x03096F70 0x00000034 0x03096F60 0x00000054 0x00000000 new N N ??(0) ?? 316 025735 0x03097000 0x00000034 0x03096FF0 0x00000054 0x00000000 new N N ??(0) ?? 317 025736 0x03097090 0x00000034 0x03097080 0x00000054 0x00000000 new N N ??(0) ?? 318 025743 0x03097120 0x00000034 0x03097110 0x00000054 0x00000000 new N N ??(0) ?? 319 025737 0x030971E0 0x00000034 0x030971D0 0x00000054 0x00000000 new N N ??(0) ?? 320 025738 0x030972D0 0x00000034 0x030972C0 0x00000054 0x00000000 new N N ??(0) ?? 321 025739 0x030973C0 0x00000034 0x030973B0 0x00000054 0x00000000 new N N ??(0) ?? 322 025740 0x030974B0 0x00000034 0x030974A0 0x00000054 0x00000000 new N N ??(0) ?? 323 025741 0x030975A0 0x00000034 0x03097590 0x00000054 0x00000000 new N N ??(0) ?? 324 025742 0x03097690 0x00000034 0x03097680 0x00000054 0x00000000 new N N ??(0) ?? 325 025744 0x03097780 0x00000034 0x03097770 0x00000054 0x00000000 new N N ??(0) ?? 326 025745 0x03097810 0x00000034 0x03097800 0x00000054 0x00000000 new N N ??(0) ?? 327 025747 0x030978A0 0x0000000C 0x03097890 0x0000002C 0x00000000 new N N ??(0) ?? 328 025746 0x03097960 0x00000034 0x03097950 0x00000054 0x00000000 new N N ??(0) ?? 329 025748 0x03097A50 0x00000084 0x03097A40 0x000000A4 0x00000000 new N N ogreilluminationmanager.cpp(104) OgreIlluminationManager::OgreIlluminati 330 025749 0x03097B30 0x00000034 0x03097B20 0x00000054 0x00000000 new N N ??(0) ?? 331 025753 0x03097BC0 0x0000000C 0x03097BB0 0x0000002C 0x00000000 new N N ??(0) ?? 332 025750 0x03097C80 0x00000034 0x03097C70 0x00000054 0x00000000 new N N ??(0) ?? 333 025751 0x03097D70 0x00000034 0x03097D60 0x00000054 0x00000000 new N N ??(0) ?? 334 025752 0x03097E60 0x00000034 0x03097E50 0x00000054 0x00000000 new N N ??(0) ?? 335 025754 0x03097F50 0x000000E8 0x03097F40 0x00000108 0x00000000 new N N ogreilluminationmanager.cpp(106) OgreIlluminationManager::OgreIlluminati 336 025755 0x03098098 0x00000034 0x03098088 0x00000054 0x00000000 new N N ??(0) ?? 337 025756 0x03098188 0x00000034 0x03098178 0x00000054 0x00000000 new N N ??(0) ?? 338 025760 0x03098218 0x00000034 0x03098208 0x00000054 0x00000000 new N N ??(0) ?? 339 025757 0x030982D8 0x00000034 0x030982C8 0x00000054 0x00000000 new N N ??(0) ?? 340 025758 0x030983C8 0x00000034 0x030983B8 0x00000054 0x00000000 new N N ??(0) ?? 341 025759 0x030984B8 0x00000034 0x030984A8 0x00000054 0x00000000 new N N ??(0) ?? 342 025762 0x030985A8 0x0000000C 0x03098598 0x0000002C 0x00000000 new N N ??(0) ?? 343 025761 0x03098668 0x00000034 0x03098658 0x00000054 0x00000000 new N N ??(0) ?? 344 025763 0x03098758 0x00000044 0x03098748 0x00000064 0x00000000 new N N ogreilluminationmanager.cpp(108) OgreIlluminationManager::OgreIlluminati 345 025764 0x030987F8 0x00000034 0x030987E8 0x00000054 0x00000000 new N N ??(0) ?? 346 025765 0x030988E8 0x00000034 0x030988D8 0x00000054 0x00000000 new N N ??(0) ?? 347 025766 0x03098978 0x0000000C 0x03098968 0x0000002C 0x00000000 new N N ??(0) ?? 348 025767 0x030989E0 0x00000044 0x030989D0 0x00000064 0x00000000 new N N ogreilluminationmanager.cpp(110) OgreIlluminationManager::OgreIlluminati 349 025768 0x03098A80 0x00000034 0x03098A70 0x00000054 0x00000000 new N N ??(0) ?? 350 025769 0x03098B10 0x00000034 0x03098B00 0x00000054 0x00000000 new N N ??(0) ?? 351 025770 0x03098BA0 0x0000000C 0x03098B90 0x0000002C 0x00000000 new N N ??(0) ?? 352 025771 0x03098C08 0x000000D8 0x03098BF8 0x000000F8 0x00000000 new N N ogreilluminationmanager.cpp(112) OgreIlluminationManager::OgreIlluminati 353 025772 0x03098D40 0x00000034 0x03098D30 0x00000054 0x00000000 new N N ??(0) ?? 354 025773 0x03098DD0 0x00000034 0x03098DC0 0x00000054 0x00000000 new N N ??(0) ?? 355 025774 0x03098E60 0x00000034 0x03098E50 0x00000054 0x00000000 new N N ??(0) ?? 356 025775 0x03098EF0 0x00000034 0x03098EE0 0x00000054 0x00000000 new N N ??(0) ?? 357 025776 0x03098F80 0x00000034 0x03098F70 0x00000054 0x00000000 new N N ??(0) ?? 358 025777 0x03099010 0x00000034 0x03099000 0x00000054 0x00000000 new N N ??(0) ?? 359 025778 0x030990A0 0x00000034 0x03099090 0x00000054 0x00000000 new N N ??(0) ?? 360 025779 0x03099130 0x00000034 0x03099120 0x00000054 0x00000000 new N N ??(0) ?? 361 025780 0x030991C0 0x00000034 0x030991B0 0x00000054 0x00000000 new N N ??(0) ?? 362 025781 0x03099250 0x00000034 0x03099240 0x00000054 0x00000000 new N N ??(0) ?? 363 025782 0x030992E0 0x00000034 0x030992D0 0x00000054 0x00000000 new N N ??(0) ?? 364 025783 0x03099370 0x0000000C 0x03099360 0x0000002C 0x00000000 new N N ??(0) ?? 365 025784 0x030993D8 0x0000009C 0x030993C8 0x000000BC 0x00000000 new N N ogreilluminationmanager.cpp(114) OgreIlluminationManager::OgreIlluminati 366 025785 0x030994D0 0x00000034 0x030994C0 0x00000054 0x00000000 new N N ??(0) ?? 367 025786 0x03099560 0x00000034 0x03099550 0x00000054 0x00000000 new N N ??(0) ?? 368 025787 0x030995F0 0x00000034 0x030995E0 0x00000054 0x00000000 new N N ??(0) ?? 369 025788 0x03099680 0x00000034 0x03099670 0x00000054 0x00000000 new N N ??(0) ?? 370 025789 0x03099710 0x00000034 0x03099700 0x00000054 0x00000000 new N N ??(0) ?? 371 025790 0x030997A0 0x00000034 0x03099790 0x00000054 0x00000000 new N N ??(0) ?? 372 025792 0x03099830 0x00000034 0x03099820 0x00000054 0x00000000 new N N ??(0) ?? 373 025791 0x030998F0 0x00000034 0x030998E0 0x00000054 0x00000000 new N N ??(0) ?? 374 025793 0x030999E0 0x00000034 0x030999D0 0x00000054 0x00000000 new N N ??(0) ?? 375 025794 0x03099A70 0x00000034 0x03099A60 0x00000054 0x00000000 new N N ??(0) ?? 376 025796 0x03099B00 0x0000000C 0x03099AF0 0x0000002C 0x00000000 new N N ??(0) ?? 377 025795 0x03099BC0 0x00000034 0x03099BB0 0x00000054 0x00000000 new N N ??(0) ?? 11 025369 0x00E137A0 0x00000018 0x00E13790 0x00000038 0x00000000 new N N ??(0) ?? 12 025407 0x00E4AC60 0x00000034 0x00E4AC50 0x00000054 0x00000000 new N N ??(0) ?? 13 025408 0x00E4ACE0 0x00000034 0x00E4ACD0 0x00000054 0x00000000 new N N ??(0) ?? 14 025409 0x00E4AD60 0x00000034 0x00E4AD50 0x00000054 0x00000000 new N N ??(0) ?? 15 025410 0x00E4ADE0 0x00000034 0x00E4ADD0 0x00000054 0x00000000 new N N ??(0) ?? 16 025411 0x00E4AE60 0x00000034 0x00E4AE50 0x00000054 0x00000000 new N N ??(0) ?? 17 025412 0x00E4AEE0 0x00000034 0x00E4AED0 0x00000054 0x00000000 new N N ??(0) ?? 18 025413 0x00E4AF60 0x00000034 0x00E4AF50 0x00000054 0x00000000 new N N ??(0) ?? 19 025414 0x00E4AFE0 0x00000034 0x00E4AFD0 0x00000054 0x00000000 new N N ??(0) ?? 20 025416 0x00E4B060 0x000000A0 0x00E4B050 0x000000C0 0x00000000 new N N ogreilluminationmanager.cpp(98) OgreIlluminationManager::OgreIlluminati 21 025417 0x00E4B150 0x00000034 0x00E4B140 0x00000054 0x00000000 new N N ??(0) ?? 22 025418 0x00E4B1D0 0x00000034 0x00E4B1C0 0x00000054 0x00000000 new N N ??(0) ?? 23 025419 0x00E4B250 0x00000034 0x00E4B240 0x00000054 0x00000000 new N N ??(0) ?? 24 025420 0x00E4B2D0 0x00000034 0x00E4B2C0 0x00000054 0x00000000 new N N ??(0) ?? 25 025421 0x00E4B350 0x00000034 0x00E4B340 0x00000054 0x00000000 new N N ??(0) ?? 26 025422 0x00E4B3D0 0x00000034 0x00E4B3C0 0x00000054 0x00000000 new N N ??(0) ?? 27 025393 0x00E4B4E8 0x00000018 0x00E4B4D8 0x00000038 0x00000000 new N N ??(0) ?? 28 025394 0x00E4B550 0x00000018 0x00E4B540 0x00000038 0x00000000 new N N ??(0) ?? 29 025395 0x00E4B5B8 0x00000018 0x00E4B5A8 0x00000038 0x00000000 new N N ??(0) ?? 30 025396 0x00E4B620 0x00000018 0x00E4B610 0x00000038 0x00000000 new N N ??(0) ?? 31 025397 0x00E4B688 0x00000018 0x00E4B678 0x00000038 0x00000000 new N N ??(0) ?? 32 025466 0x00E535C8 0x00000034 0x00E535B8 0x00000054 0x00000000 new N N ??(0) ?? 33 025467 0x00E53698 0x0000000C 0x00E53688 0x0000002C 0x00000000 new N N ??(0) ?? 34 025468 0x00E536F0 0x000000E8 0x00E536E0 0x00000108 0x00000000 new N N ogreilluminationmanager.cpp(106) OgreIlluminationManager::OgreIlluminati 35 025469 0x00E53828 0x00000034 0x00E53818 0x00000054 0x00000000 new N N ??(0) ?? 36 025470 0x00E538A8 0x00000034 0x00E53898 0x00000054 0x00000000 new N N ??(0) ?? 37 025471 0x00E53978 0x00000034 0x00E53968 0x00000054 0x00000000 new N N ??(0) ?? 38 025472 0x00E53A48 0x00000034 0x00E53A38 0x00000054 0x00000000 new N N ??(0) ?? 39 025473 0x00E53B18 0x00000034 0x00E53B08 0x00000054 0x00000000 new N N ??(0) ?? 40 025474 0x00E53BE8 0x00000034 0x00E53BD8 0x00000054 0x00000000 new N N ??(0) ?? 41 025475 0x00E53C68 0x00000034 0x00E53C58 0x00000054 0x00000000 new N N ??(0) ?? 42 025476 0x00E53D38 0x0000000C 0x00E53D28 0x0000002C 0x00000000 new N N ??(0) ?? 43 025477 0x00E53D90 0x00000044 0x00E53D80 0x00000064 0x00000000 new N N ogreilluminationmanager.cpp(108) OgreIlluminationManager::OgreIlluminati 44 025478 0x00E53E20 0x00000034 0x00E53E10 0x00000054 0x00000000 new N N ??(0) ?? 45 025479 0x00E53EA0 0x00000034 0x00E53E90 0x00000054 0x00000000 new N N ??(0) ?? 46 025480 0x00E53F20 0x0000000C 0x00E53F10 0x0000002C 0x00000000 new N N ??(0) ?? 47 025481 0x00E53F78 0x00000044 0x00E53F68 0x00000064 0x00000000 new N N ogreilluminationmanager.cpp(110) OgreIlluminationManager::OgreIlluminati 48 025482 0x00E54008 0x00000034 0x00E53FF8 0x00000054 0x00000000 new N N ??(0) ?? 49 028580 0x00E5EC18 0x00000034 0x00E5EC08 0x00000054 0x00000000 new N N ??(0) ?? 50 083554 0x00E64148 0x00000020 0x00E64138 0x00000040 0x00000000 new N N framecapture.h(48) FrameCapture::SceneNodeTransformAnimati 51 025376 0x00E66460 0x00000008 0x00E66450 0x00000028 0x00000000 new N N ogreilluminationmanager.cpp(79) OgreIlluminationManager::OgreIlluminati 52 025371 0x00E68420 0x00000018 0x00E68410 0x00000038 0x00000000 new N N ??(0) ?? 53 025390 0x00E9E400 0x00000018 0x00E9E3F0 0x00000038 0x00000000 new N N ??(0) ?? 54 025391 0x00E9E468 0x00000018 0x00E9E458 0x00000038 0x00000000 new N N ??(0) ?? 55 025392 0x00E9E4D0 0x00000018 0x00E9E4C0 0x00000038 0x00000000 new N N ??(0) ?? 56 025387 0x00E9EEE0 0x00000018 0x00E9EED0 0x00000038 0x00000000 new N N ??(0) ?? 57 025388 0x00E9EF48 0x00000018 0x00E9EF38 0x00000038 0x00000000 new N N ??(0) ?? 58 025389 0x00E9EFB0 0x00000018 0x00E9EFA0 0x00000038 0x00000000 new N N ??(0) ?? 59 029617 0x00EA1528 0x00000034 0x00EA1518 0x00000054 0x00000000 new N N ??(0) ?? 60 007460 0x00EA4138 0x00000050 0x00EA4128 0x00000070 0x00000000 new N N ??(0) ?? 61 007468 0x00EA41D8 0x00000050 0x00EA41C8 0x00000070 0x00000000 new N N ??(0) ?? 62 007464 0x00EA4288 0x00000050 0x00EA4278 0x00000070 0x00000000 new N N ??(0) ?? 63 007472 0x00EA4388 0x00000050 0x00EA4378 0x00000070 0x00000000 new N N ??(0) ?? 64 007476 0x00EA44E8 0x00000050 0x00EA44D8 0x00000070 0x00000000 new N N ??(0) ?? 65 028647 0x00EAB038 0x00000018 0x00EAB028 0x00000038 0x00000000 new N N ??(0) ?? 66 007336 0x00EABEB8 0x00000050 0x00EABEA8 0x00000070 0x00000000 new N N ??(0) ?? 67 007454 0x00EAC7D8 0x0000003C 0x00EAC7C8 0x0000005C 0x00000000 new N N ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 68 007330 0x00EAC878 0x0000003C 0x00EAC868 0x0000005C 0x00000000 new N N ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 69 007331 0x00EAC900 0x00000050 0x00EAC8F0 0x00000070 0x00000000 new N N ??(0) ?? 70 007340 0x00EACB50 0x00000050 0x00EACB40 0x00000070 0x00000000 new N N ??(0) ?? 71 007344 0x00EACC90 0x00000050 0x00EACC80 0x00000070 0x00000000 new N N ??(0) ?? 72 007348 0x00EACDE0 0x00000050 0x00EACDD0 0x00000070 0x00000000 new N N ??(0) ?? 73 007352 0x00EACE80 0x00000050 0x00EACE70 0x00000070 0x00000000 new N N ??(0) ?? 74 007455 0x00EACF20 0x00000050 0x00EACF10 0x00000070 0x00000000 new N N ??(0) ?? 75 007669 0x00EAD038 0x00000050 0x00EAD028 0x00000070 0x00000000 new N N ??(0) ?? 76 007663 0x00EAD168 0x0000003C 0x00EAD158 0x0000005C 0x00000000 new N N ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 77 007664 0x00EB7300 0x00000050 0x00EB72F0 0x00000070 0x00000000 new N N ??(0) ?? 78 007681 0x00EB73F0 0x00000050 0x00EB73E0 0x00000070 0x00000000 new N N ??(0) ?? 79 007673 0x00EB7550 0x00000050 0x00EB7540 0x00000070 0x00000000 new N N ??(0) ?? 80 007677 0x00EB7650 0x00000050 0x00EB7640 0x00000070 0x00000000 new N N ??(0) ?? 81 007685 0x00EB77A0 0x00000050 0x00EB7790 0x00000070 0x00000000 new N N ??(0) ?? 82 008000 0x00EBA9D0 0x00000050 0x00EBA9C0 0x00000070 0x00000000 new N N ??(0) ?? 83 007994 0x00EBAB00 0x0000003C 0x00EBAAF0 0x0000005C 0x00000000 new N N ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 84 007995 0x00EBD048 0x00000050 0x00EBD038 0x00000070 0x00000000 new N N ??(0) ?? 85 008012 0x00EBD138 0x00000050 0x00EBD128 0x00000070 0x00000000 new N N ??(0) ?? 86 008004 0x00EBD298 0x00000050 0x00EBD288 0x00000070 0x00000000 new N N ??(0) ?? 87 008008 0x00EBD398 0x00000050 0x00EBD388 0x00000070 0x00000000 new N N ??(0) ?? 88 008016 0x00EBD4E8 0x00000050 0x00EBD4D8 0x00000070 0x00000000 new N N ??(0) ?? 89 088288 0x00EBD9F0 0x00000020 0x00EBD9E0 0x00000040 0x00000000 new N N framecapture.h(48) FrameCapture::SceneNodeTransformAnimati 90 025383 0x00EBE470 0x00000018 0x00EBE460 0x00000038 0x00000000 new N N ??(0) ?? 91 025384 0x00EBE4D8 0x00000018 0x00EBE4C8 0x00000038 0x00000000 new N N ??(0) ?? 92 025377 0x00EBE5F0 0x00000018 0x00EBE5E0 0x00000038 0x00000000 new N N ??(0) ?? 93 025378 0x00EBE658 0x00000018 0x00EBE648 0x00000038 0x00000000 new N N ??(0) ?? 94 025449 0x00EBF410 0x00000034 0x00EBF400 0x00000054 0x00000000 new N N ??(0) ?? 95 025450 0x00EBF490 0x00000034 0x00EBF480 0x00000054 0x00000000 new N N ??(0) ?? 96 025451 0x00EBF510 0x00000034 0x00EBF500 0x00000054 0x00000000 new N N ??(0) ?? 97 025452 0x00EBF590 0x00000034 0x00EBF580 0x00000054 0x00000000 new N N ??(0) ?? 98 025453 0x00EBF610 0x00000034 0x00EBF600 0x00000054 0x00000000 new N N ??(0) ?? 99 025454 0x00EBF690 0x00000034 0x00EBF680 0x00000054 0x00000000 new N N ??(0) ?? 100 025455 0x00EBF760 0x00000034 0x00EBF750 0x00000054 0x00000000 new N N ??(0) ?? 101 025456 0x00EBF830 0x00000034 0x00EBF820 0x00000054 0x00000000 new N N ??(0) ?? 102 025457 0x00EBF900 0x00000034 0x00EBF8F0 0x00000054 0x00000000 new N N ??(0) ?? 103 025458 0x00EBF980 0x00000034 0x00EBF970 0x00000054 0x00000000 new N N ??(0) ?? 104 025459 0x00EBFA00 0x00000034 0x00EBF9F0 0x00000054 0x00000000 new N N ??(0) ?? 105 025460 0x00EBFA80 0x00000034 0x00EBFA70 0x00000054 0x00000000 new N N ??(0) ?? 106 025461 0x00EBFB50 0x0000000C 0x00EBFB40 0x0000002C 0x00000000 new N N ??(0) ?? 107 025462 0x00EBFBA8 0x00000084 0x00EBFB98 0x000000A4 0x00000000 new N N ogreilluminationmanager.cpp(104) OgreIlluminationManager::OgreIlluminati 108 025463 0x00EBFC78 0x00000034 0x00EBFC68 0x00000054 0x00000000 new N N ??(0) ?? 109 025464 0x00EBFCF8 0x00000034 0x00EBFCE8 0x00000054 0x00000000 new N N ??(0) ?? 110 025465 0x00EBFDC8 0x00000034 0x00EBFDB8 0x00000054 0x00000000 new N N ??(0) ?? 111 025398 0x00EBFEA0 0x00000018 0x00EBFE90 0x00000038 0x00000000 new N N ??(0) ?? 112 025399 0x00EBFF08 0x00000018 0x00EBFEF8 0x00000038 0x00000000 new N N ??(0) ?? 113 025400 0x00EBFF70 0x00000018 0x00EBFF60 0x00000038 0x00000000 new N N ??(0) ?? 114 025401 0x00EBFFD8 0x000000A0 0x00EBFFC8 0x000000C0 0x00000000 new N N ogreilluminationmanager.cpp(96) OgreIlluminationManager::OgreIlluminati 115 025402 0x00EC00C8 0x00000034 0x00EC00B8 0x00000054 0x00000000 new N N ??(0) ?? 116 025403 0x00EC0148 0x00000034 0x00EC0138 0x00000054 0x00000000 new N N ??(0) ?? 117 025404 0x00EC01C8 0x00000034 0x00EC01B8 0x00000054 0x00000000 new N N ??(0) ?? 118 025405 0x00EC0248 0x00000034 0x00EC0238 0x00000054 0x00000000 new N N ??(0) ?? 119 025406 0x00EC02C8 0x00000034 0x00EC02B8 0x00000054 0x00000000 new N N ??(0) ?? 120 025415 0x00EC0348 0x0000000C 0x00EC0338 0x0000002C 0x00000000 new N N ??(0) ?? 121 025367 0x00EC05B8 0x000001F8 0x00EC05A8 0x00000218 0x00000000 new N N ogreilluminationmanager.cpp(126) OgreIlluminationManager::getSingleton 122 025385 0x00EC0800 0x00000018 0x00EC07F0 0x00000038 0x00000000 new N N ??(0) ?? 123 025386 0x00EC0868 0x00000018 0x00EC0858 0x00000038 0x00000000 new N N ??(0) ?? 124 025372 0x00EC0FC0 0x00000018 0x00EC0FB0 0x00000038 0x00000000 new N N ??(0) ?? 125 028649 0x00ECB380 0x00000034 0x00ECB370 0x00000054 0x00000000 new N N ??(0) ?? 126 028577 0x00ED3808 0x00000104 0x00ED37F8 0x00000124 0x00000000 new N N ogreilluminationmanager.cpp(590) OgreIlluminationManager::createPerLight 127 009494 0x00EDB978 0x0000003C 0x00EDB968 0x0000005C 0x00000000 new N N ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 128 009526 0x00EDBD80 0x00000050 0x00EDBD70 0x00000070 0x00000000 new N N ??(0) ?? 129 009249 0x00EDCAE0 0x0000003C 0x00EDCAD0 0x0000005C 0x00000000 new N N ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 130 009255 0x00EDCB68 0x00000050 0x00EDCB58 0x00000070 0x00000000 new N N ??(0) ?? 131 009716 0x00EDEC30 0x0000003C 0x00EDEC20 0x0000005C 0x00000000 new N N ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 132 009717 0x00EDECB8 0x00000050 0x00EDECA8 0x00000070 0x00000000 new N N ??(0) ?? 133 009722 0x00EDED58 0x00000050 0x00EDED48 0x00000070 0x00000000 new N N ??(0) ?? 134 009726 0x00EDEDF8 0x00000050 0x00EDEDE8 0x00000070 0x00000000 new N N ??(0) ?? 135 009730 0x00EDEE98 0x00000050 0x00EDEE88 0x00000070 0x00000000 new N N ??(0) ?? 136 009734 0x00EDEF38 0x00000050 0x00EDEF28 0x00000070 0x00000000 new N N ??(0) ?? 137 009738 0x00EDEFD8 0x00000050 0x00EDEFC8 0x00000070 0x00000000 new N N ??(0) ?? 138 009742 0x00EDF0C8 0x0000003C 0x00EDF0B8 0x0000005C 0x00000000 new N N ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 139 009743 0x00EDF150 0x00000050 0x00EDF140 0x00000070 0x00000000 new N N ??(0) ?? 140 009748 0x00EDF248 0x00000050 0x00EDF238 0x00000070 0x00000000 new N N ??(0) ?? 141 009752 0x00EDF2E8 0x00000050 0x00EDF2D8 0x00000070 0x00000000 new N N ??(0) ?? 142 009756 0x00EDF3D8 0x00000050 0x00EDF3C8 0x00000070 0x00000000 new N N ??(0) ?? 143 009760 0x00EDF478 0x00000050 0x00EDF468 0x00000070 0x00000000 new N N ??(0) ?? 144 009764 0x00EDF518 0x00000050 0x00EDF508 0x00000070 0x00000000 new N N ??(0) ?? 145 009768 0x00EDF5B8 0x00000050 0x00EDF5A8 0x00000070 0x00000000 new N N ??(0) ?? 146 009911 0x00EDFA50 0x0000003C 0x00EDFA40 0x0000005C 0x00000000 new N N ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 147 009943 0x00EDFD50 0x00000050 0x00EDFD40 0x00000070 0x00000000 new N N ??(0) ?? 148 028582 0x01CC7CA8 0x00000104 0x01CC7C98 0x00000124 0x00000000 new N N ogreilluminationmanager.cpp(602) OgreIlluminationManager::createPerLight 149 009250 0x01CC83D8 0x00000050 0x01CC83C8 0x00000070 0x00000000 new N N ??(0) ?? 150 009259 0x01CC8478 0x00000050 0x01CC8468 0x00000070 0x00000000 new N N ??(0) ?? 151 009263 0x01CC85F8 0x0000003C 0x01CC85E8 0x0000005C 0x00000000 new N N ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 152 009264 0x01CC8680 0x00000050 0x01CC8670 0x00000070 0x00000000 new N N ??(0) ?? 153 009269 0x01CC8778 0x00000050 0x01CC8768 0x00000070 0x00000000 new N N ??(0) ?? 154 009273 0x01CC8818 0x00000050 0x01CC8808 0x00000070 0x00000000 new N N ??(0) ?? 155 009277 0x01CC8908 0x00000050 0x01CC88F8 0x00000070 0x00000000 new N N ??(0) ?? 156 009281 0x01CC89A8 0x00000050 0x01CC8998 0x00000070 0x00000000 new N N ??(0) ?? 157 009285 0x01CC8A48 0x00000050 0x01CC8A38 0x00000070 0x00000000 new N N ??(0) ?? 158 009289 0x01CC8AE8 0x00000050 0x01CC8AD8 0x00000070 0x00000000 new N N ??(0) ?? 159 009912 0x01CC9738 0x00000050 0x01CC9728 0x00000070 0x00000000 new N N ??(0) ?? 160 009917 0x01CC97D8 0x00000050 0x01CC97C8 0x00000070 0x00000000 new N N ??(0) ?? 161 009921 0x01CC9878 0x00000050 0x01CC9868 0x00000070 0x00000000 new N N ??(0) ?? 162 009925 0x01CC9918 0x00000050 0x01CC9908 0x00000070 0x00000000 new N N ??(0) ?? 163 009929 0x01CC99B8 0x00000050 0x01CC99A8 0x00000070 0x00000000 new N N ??(0) ?? 164 009933 0x01CC9A58 0x00000050 0x01CC9A48 0x00000070 0x00000000 new N N ??(0) ?? 165 009947 0x01CC9AF8 0x00000050 0x01CC9AE8 0x00000070 0x00000000 new N N ??(0) ?? 166 009937 0x01CC9B98 0x0000003C 0x01CC9B88 0x0000005C 0x00000000 new N N ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 167 009938 0x01CC9C20 0x00000050 0x01CC9C10 0x00000070 0x00000000 new N N ??(0) ?? 168 009951 0x01CC9D18 0x00000050 0x01CC9D08 0x00000070 0x00000000 new N N ??(0) ?? 169 009955 0x01CC9EB8 0x00000050 0x01CC9EA8 0x00000070 0x00000000 new N N ??(0) ?? 170 009959 0x01CC9F58 0x00000050 0x01CC9F48 0x00000070 0x00000000 new N N ??(0) ?? 171 009963 0x01CC9FF8 0x00000050 0x01CC9FE8 0x00000070 0x00000000 new N N ??(0) ?? 172 010071 0x01CCB188 0x00000050 0x01CCB178 0x00000070 0x00000000 new N N ??(0) ?? 173 010076 0x01CCB228 0x00000050 0x01CCB218 0x00000070 0x00000000 new N N ??(0) ?? 174 010080 0x01CCB2C8 0x00000050 0x01CCB2B8 0x00000070 0x00000000 new N N ??(0) ?? 175 010084 0x01CCB368 0x00000050 0x01CCB358 0x00000070 0x00000000 new N N ??(0) ?? 176 010088 0x01CCB408 0x0000003C 0x01CCB3F8 0x0000005C 0x00000000 new N N ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 177 010089 0x01CCB490 0x00000050 0x01CCB480 0x00000070 0x00000000 new N N ??(0) ?? 178 010098 0x01CCB6A8 0x00000050 0x01CCB698 0x00000070 0x00000000 new N N ??(0) ?? 179 010102 0x01CCB748 0x00000050 0x01CCB738 0x00000070 0x00000000 new N N ??(0) ?? 180 009495 0x01CD3E70 0x00000050 0x01CD3E60 0x00000070 0x00000000 new N N ??(0) ?? 181 009500 0x01CD3F10 0x00000050 0x01CD3F00 0x00000070 0x00000000 new N N ??(0) ?? 182 009504 0x01CD3FB0 0x00000050 0x01CD3FA0 0x00000070 0x00000000 new N N ??(0) ?? 183 009508 0x01CD4050 0x00000050 0x01CD4040 0x00000070 0x00000000 new N N ??(0) ?? 184 009512 0x01CD40F0 0x00000050 0x01CD40E0 0x00000070 0x00000000 new N N ??(0) ?? 185 009516 0x01CD4190 0x00000050 0x01CD4180 0x00000070 0x00000000 new N N ??(0) ?? 186 009520 0x01CD42C0 0x0000003C 0x01CD42B0 0x0000005C 0x00000000 new N N ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 187 009521 0x01CD4348 0x00000050 0x01CD4338 0x00000070 0x00000000 new N N ??(0) ?? 188 009534 0x01CD4440 0x00000050 0x01CD4430 0x00000070 0x00000000 new N N ??(0) ?? 189 009530 0x01CD45A0 0x00000050 0x01CD4590 0x00000070 0x00000000 new N N ??(0) ?? 190 009538 0x01CD4640 0x00000050 0x01CD4630 0x00000070 0x00000000 new N N ??(0) ?? 191 009542 0x01CD46E0 0x00000050 0x01CD46D0 0x00000070 0x00000000 new N N ??(0) ?? 192 009546 0x01CD4780 0x00000050 0x01CD4770 0x00000070 0x00000000 new N N ??(0) ?? 193 010448 0x01CD4A88 0x00000050 0x01CD4A78 0x00000070 0x00000000 new N N ??(0) ?? 194 010452 0x01CD4B28 0x00000050 0x01CD4B18 0x00000070 0x00000000 new N N ??(0) ?? 195 010456 0x01CD4BC8 0x00000050 0x01CD4BB8 0x00000070 0x00000000 new N N ??(0) ?? 196 010597 0x01CD6648 0x0000003C 0x01CD6638 0x0000005C 0x00000000 new N N ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 197 010598 0x01CD66D0 0x00000050 0x01CD66C0 0x00000070 0x00000000 new N N ??(0) ?? 198 010603 0x01CD67C0 0x00000050 0x01CD67B0 0x00000070 0x00000000 new N N ??(0) ?? 199 010607 0x01CD6860 0x00000050 0x01CD6850 0x00000070 0x00000000 new N N ??(0) ?? 200 010611 0x01CD6900 0x00000050 0x01CD68F0 0x00000070 0x00000000 new N N ??(0) ?? 201 010615 0x01CD69A0 0x0000003C 0x01CD6990 0x0000005C 0x00000000 new N N ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 202 010616 0x01CD6A28 0x00000050 0x01CD6A18 0x00000070 0x00000000 new N N ??(0) ?? 203 010621 0x01CD6B20 0x00000050 0x01CD6B10 0x00000070 0x00000000 new N N ??(0) ?? 204 010625 0x01CD6BC0 0x00000050 0x01CD6BB0 0x00000070 0x00000000 new N N ??(0) ?? 205 010629 0x01CD6C60 0x00000050 0x01CD6C50 0x00000070 0x00000000 new N N ??(0) ?? 206 010070 0x01CF4CB0 0x0000003C 0x01CF4CA0 0x0000005C 0x00000000 new N N ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 207 010094 0x01CF4DB8 0x00000050 0x01CF4DA8 0x00000070 0x00000000 new N N ??(0) ?? 208 010251 0x01CF5E00 0x0000003C 0x01CF5DF0 0x0000005C 0x00000000 new N N ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 209 010252 0x01CF5E88 0x00000050 0x01CF5E78 0x00000070 0x00000000 new N N ??(0) ?? 210 010257 0x01CF5F78 0x00000050 0x01CF5F68 0x00000070 0x00000000 new N N ??(0) ?? 211 010261 0x01CFCA48 0x00000050 0x01CFCA38 0x00000070 0x00000000 new N N ??(0) ?? 212 010265 0x01CFCAE8 0x00000050 0x01CFCAD8 0x00000070 0x00000000 new N N ??(0) ?? 213 010269 0x01CFCB88 0x0000003C 0x01CFCB78 0x0000005C 0x00000000 new N N ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 214 010270 0x01CFCC10 0x00000050 0x01CFCC00 0x00000070 0x00000000 new N N ??(0) ?? 215 010275 0x01CFCD08 0x00000050 0x01CFCCF8 0x00000070 0x00000000 new N N ??(0) ?? 216 010279 0x01CFCDA8 0x00000050 0x01CFCD98 0x00000070 0x00000000 new N N ??(0) ?? 217 010283 0x01CFCE48 0x00000050 0x01CFCE38 0x00000070 0x00000000 new N N ??(0) ?? 218 010424 0x01CFEB48 0x0000003C 0x01CFEB38 0x0000005C 0x00000000 new N N ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 219 010425 0x01CFEBD0 0x00000050 0x01CFEBC0 0x00000070 0x00000000 new N N ??(0) ?? 220 010430 0x01CFEC70 0x00000050 0x01CFEC60 0x00000070 0x00000000 new N N ??(0) ?? 221 010434 0x01CFED10 0x00000050 0x01CFED00 0x00000070 0x00000000 new N N ??(0) ?? 222 010438 0x01CFEDB0 0x00000050 0x01CFEDA0 0x00000070 0x00000000 new N N ??(0) ?? 223 010442 0x01CFEE50 0x0000003C 0x01CFEE40 0x0000005C 0x00000000 new N N ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 224 010443 0x01CFEED8 0x00000050 0x01CFEEC8 0x00000070 0x00000000 new N N ??(0) ?? 225 011114 0x01D0ACF0 0x0000003C 0x01D0ACE0 0x0000005C 0x00000000 new N N ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 226 011115 0x01D0C248 0x00000050 0x01D0C238 0x00000070 0x00000000 new N N ??(0) ?? 227 011120 0x01D0C448 0x00000050 0x01D0C438 0x00000070 0x00000000 new N N ??(0) ?? 228 028583 0x01D0C928 0x00000034 0x01D0C918 0x00000054 0x00000000 new N N ??(0) ?? 229 028581 0x01D11B00 0x00000034 0x01D11AF0 0x00000054 0x00000000 new N N ??(0) ?? 230 028621 0x01D256B0 0x00000018 0x01D256A0 0x00000038 0x00000000 new N N ??(0) ?? 231 085583 0x01D28108 0x00000020 0x01D280F8 0x00000040 0x00000000 new N N framecapture.h(48) FrameCapture::SceneNodeTransformAnimati 232 012138 0x01D29188 0x0000003C 0x01D29178 0x0000005C 0x00000000 new N N ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 233 012139 0x01D29210 0x00000050 0x01D29200 0x00000070 0x00000000 new N N ??(0) ?? 234 012144 0x01D29350 0x00000050 0x01D29340 0x00000070 0x00000000 new N N ??(0) ?? 235 012148 0x01D29440 0x00000050 0x01D29430 0x00000070 0x00000000 new N N ??(0) ?? 236 012152 0x01D294E0 0x00000050 0x01D294D0 0x00000070 0x00000000 new N N ??(0) ?? 237 012327 0x01D2CF80 0x00000050 0x01D2CF70 0x00000070 0x00000000 new N N ??(0) ?? 238 012318 0x01D2D730 0x00000050 0x01D2D720 0x00000070 0x00000000 new N N ??(0) ?? 239 012317 0x01D2DDE0 0x0000003C 0x01D2DDD0 0x0000005C 0x00000000 new N N ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 240 012323 0x01D2E010 0x00000050 0x01D2E000 0x00000070 0x00000000 new N N ??(0) ?? 241 012349 0x01D2E100 0x0000003C 0x01D2E0F0 0x0000005C 0x00000000 new N N ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 242 012331 0x01D2E220 0x00000050 0x01D2E210 0x00000070 0x00000000 new N N ??(0) ?? 243 012335 0x01D2E2C0 0x00000050 0x01D2E2B0 0x00000070 0x00000000 new N N ??(0) ?? 244 012339 0x01D2E360 0x0000003C 0x01D2E350 0x0000005C 0x00000000 new N N ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 245 012340 0x01D2E3E8 0x00000050 0x01D2E3D8 0x00000070 0x00000000 new N N ??(0) ?? 246 012345 0x01D2E4E0 0x00000050 0x01D2E4D0 0x00000070 0x00000000 new N N ??(0) ?? 247 012350 0x01D2E580 0x00000050 0x01D2E570 0x00000070 0x00000000 new N N ??(0) ?? 248 012355 0x01D2E620 0x00000050 0x01D2E610 0x00000070 0x00000000 new N N ??(0) ?? 249 012359 0x01D2E6C0 0x00000050 0x01D2E6B0 0x00000070 0x00000000 new N N ??(0) ?? 250 013140 0x01D42360 0x0000003C 0x01D42350 0x0000005C 0x00000000 new N N ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 251 013194 0x01D480D8 0x00000050 0x01D480C8 0x00000070 0x00000000 new N N ??(0) ?? 252 013198 0x01D481C8 0x00000050 0x01D481B8 0x00000070 0x00000000 new N N ??(0) ?? 253 013202 0x01D48268 0x00000050 0x01D48258 0x00000070 0x00000000 new N N ??(0) ?? 254 013158 0x01D4A670 0x0000003C 0x01D4A660 0x0000005C 0x00000000 new N N ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 255 013141 0x01D4A700 0x00000050 0x01D4A6F0 0x00000070 0x00000000 new N N ??(0) ?? 256 013146 0x01D4A830 0x00000050 0x01D4A820 0x00000070 0x00000000 new N N ??(0) ?? 257 013150 0x01D4A8D0 0x00000050 0x01D4A8C0 0x00000070 0x00000000 new N N ??(0) ?? 258 013154 0x01D4A970 0x00000050 0x01D4A960 0x00000070 0x00000000 new N N ??(0) ?? 259 013159 0x01D4AA10 0x00000050 0x01D4AA00 0x00000070 0x00000000 new N N ??(0) ?? 260 013176 0x01D4AAB0 0x0000003C 0x01D4AAA0 0x0000005C 0x00000000 new N N ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 261 013164 0x01D4AB40 0x00000050 0x01D4AB30 0x00000070 0x00000000 new N N ??(0) ?? 262 013168 0x01D4ABE0 0x00000050 0x01D4ABD0 0x00000070 0x00000000 new N N ??(0) ?? 263 013172 0x01D4AC80 0x00000050 0x01D4AC70 0x00000070 0x00000000 new N N ??(0) ?? 264 013177 0x01D4AD20 0x00000050 0x01D4AD10 0x00000070 0x00000000 new N N ??(0) ?? 265 013182 0x01D4ADC0 0x00000050 0x01D4ADB0 0x00000070 0x00000000 new N N ??(0) ?? 266 013186 0x01D4AE60 0x00000050 0x01D4AE50 0x00000070 0x00000000 new N N ??(0) ?? 267 013190 0x01D4AF50 0x00000050 0x01D4AF40 0x00000070 0x00000000 new N N ??(0) ?? 268 028623 0x01D64318 0x00000034 0x01D64308 0x00000054 0x00000000 new N N ??(0) ?? 269 028559 0x01D6A7E8 0x00000234 0x01D6A7D8 0x00000254 0x00000000 new N N ??(0) ?? 270 014201 0x01D79BB8 0x0000003C 0x01D79BA8 0x0000005C 0x00000000 new N N ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 271 014202 0x01D79C40 0x00000050 0x01D79C30 0x00000070 0x00000000 new N N ??(0) ?? 272 014207 0x01D79D80 0x00000050 0x01D79D70 0x00000070 0x00000000 new N N ??(0) ?? 273 014211 0x01D79EB0 0x00000050 0x01D79EA0 0x00000070 0x00000000 new N N ??(0) ?? 274 014215 0x01D7B6C8 0x00000050 0x01D7B6B8 0x00000070 0x00000000 new N N ??(0) ?? 275 014219 0x01D7B7C8 0x00000050 0x01D7B7B8 0x00000070 0x00000000 new N N ??(0) ?? 276 014223 0x01D7B868 0x00000050 0x01D7B858 0x00000070 0x00000000 new N N ??(0) ?? 277 028578 0x01D80FB8 0x00000018 0x01D80FA8 0x00000038 0x00000000 new N N ??(0) ?? 278 014769 0x01D81518 0x0000003C 0x01D81508 0x0000005C 0x00000000 new N N ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 279 014770 0x01D815A0 0x00000050 0x01D81590 0x00000070 0x00000000 new N N ??(0) ?? 280 014775 0x01D81690 0x00000050 0x01D81680 0x00000070 0x00000000 new N N ??(0) ?? 281 014779 0x01D81730 0x00000050 0x01D81720 0x00000070 0x00000000 new N N ??(0) ?? 282 014783 0x01D817D0 0x00000050 0x01D817C0 0x00000070 0x00000000 new N N ??(0) ?? 283 014787 0x01D81870 0x0000003C 0x01D81860 0x0000005C 0x00000000 new N N ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 284 014788 0x01D818F8 0x00000050 0x01D818E8 0x00000070 0x00000000 new N N ??(0) ?? 285 014793 0x01D819F0 0x00000050 0x01D819E0 0x00000070 0x00000000 new N N ??(0) ?? 286 014797 0x01D81A90 0x00000050 0x01D81A80 0x00000070 0x00000000 new N N ??(0) ?? 287 014801 0x01D81B30 0x00000050 0x01D81B20 0x00000070 0x00000000 new N N ??(0) ?? 288 015188 0x01D826E0 0x00000050 0x01D826D0 0x00000070 0x00000000 new N N ??(0) ?? 289 015192 0x01D82780 0x00000050 0x01D82770 0x00000070 0x00000000 new N N ??(0) ?? 290 015196 0x01D82820 0x00000050 0x01D82810 0x00000070 0x00000000 new N N ??(0) ?? 291 015200 0x01D828C0 0x0000003C 0x01D828B0 0x0000005C 0x00000000 new N N ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 292 015201 0x01D82948 0x00000050 0x01D82938 0x00000070 0x00000000 new N N ??(0) ?? 293 015206 0x01D82A40 0x00000050 0x01D82A30 0x00000070 0x00000000 new N N ??(0) ?? 294 015210 0x01D82AE0 0x00000050 0x01D82AD0 0x00000070 0x00000000 new N N ??(0) ?? 295 015214 0x01D82B80 0x00000050 0x01D82B70 0x00000070 0x00000000 new N N ??(0) ?? 296 015218 0x01D82C20 0x00000050 0x01D82C10 0x00000070 0x00000000 new N N ??(0) ?? 297 015222 0x01D82CC0 0x00000050 0x01D82CB0 0x00000070 0x00000000 new N N ??(0) ?? 298 015226 0x01D82D60 0x0000003C 0x01D82D50 0x0000005C 0x00000000 new N N ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 299 015227 0x01D82DE8 0x00000050 0x01D82DD8 0x00000070 0x00000000 new N N ??(0) ?? 300 015232 0x01D82EE0 0x00000050 0x01D82ED0 0x00000070 0x00000000 new N N ??(0) ?? 301 015236 0x01D82F80 0x00000050 0x01D82F70 0x00000070 0x00000000 new N N ??(0) ?? 302 015240 0x01D83020 0x00000050 0x01D83010 0x00000070 0x00000000 new N N ??(0) ?? 303 015244 0x01D830C0 0x00000050 0x01D830B0 0x00000070 0x00000000 new N N ??(0) ?? 304 015248 0x01D83160 0x00000050 0x01D83150 0x00000070 0x00000000 new N N ??(0) ?? 305 015252 0x01D83200 0x00000050 0x01D831F0 0x00000070 0x00000000 new N N ??(0) ?? 306 015256 0x01D832A0 0x00000050 0x01D83290 0x00000070 0x00000000 new N N ??(0) ?? 307 015260 0x01D83340 0x00000050 0x01D83330 0x00000070 0x00000000 new N N ??(0) ?? 308 015264 0x01D833E0 0x00000050 0x01D833D0 0x00000070 0x00000000 new N N ??(0) ?? 309 015268 0x01D83480 0x00000050 0x01D83470 0x00000070 0x00000000 new N N ??(0) ?? 310 015272 0x01D83520 0x0000003C 0x01D83510 0x0000005C 0x00000000 new N N ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 311 015273 0x01D835A8 0x00000050 0x01D83598 0x00000070 0x00000000 new N N ??(0) ?? 312 015278 0x01D836A8 0x00000050 0x01D83698 0x00000070 0x00000000 new N N ??(0) ?? 313 015282 0x01D83748 0x00000050 0x01D83738 0x00000070 0x00000000 new N N ??(0) ?? 314 015286 0x01D837E8 0x00000050 0x01D837D8 0x00000070 0x00000000 new N N ??(0) ?? 315 015290 0x01D83888 0x00000050 0x01D83878 0x00000070 0x00000000 new N N ??(0) ?? 316 015294 0x01D83928 0x00000050 0x01D83918 0x00000070 0x00000000 new N N ??(0) ?? 317 015298 0x01D839C8 0x00000050 0x01D839B8 0x00000070 0x00000000 new N N ??(0) ?? 318 015302 0x01D83A68 0x00000050 0x01D83A58 0x00000070 0x00000000 new N N ??(0) ?? 319 015306 0x01D83B08 0x00000050 0x01D83AF8 0x00000070 0x00000000 new N N ??(0) ?? 320 015310 0x01D83BA8 0x00000050 0x01D83B98 0x00000070 0x00000000 new N N ??(0) ?? 321 015314 0x01D83C48 0x00000050 0x01D83C38 0x00000070 0x00000000 new N N ??(0) ?? 322 025632 0x01D93D50 0x00000004 0x01D93D40 0x00000024 0x00000000 new N N ??(0) ?? 323 015174 0x01D96DB0 0x0000003C 0x01D96DA0 0x0000005C 0x00000000 new N N ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 324 015175 0x01D96E38 0x00000050 0x01D96E28 0x00000070 0x00000000 new N N ??(0) ?? 325 015180 0x01D96ED8 0x00000050 0x01D96EC8 0x00000070 0x00000000 new N N ??(0) ?? 326 015184 0x01D96F78 0x00000050 0x01D96F68 0x00000070 0x00000000 new N N ??(0) ?? 327 028579 0x01DAB5D0 0x00000018 0x01DAB5C0 0x00000038 0x00000000 new N N ??(0) ?? 328 016087 0x01DAD208 0x0000003C 0x01DAD1F8 0x0000005C 0x00000000 new N N ogrematerialserializer.cpp(2089) Ogre::parseIllumTechniqueParams 329 016088 0x01DAD290 0x00000050 0x01DAD280 0x00000070 0x00000000 new N N ??(0) ?? 330 016093 0x01DAD3D0 0x00000050 0x01DAD3C0 0x00000070 0x00000000 new N N ??(0) ?? 331 016097 0x01DAD4C0 0x00000050 0x01DAD4B0 0x00000070 0x00000000 new N N ??(0) ?? 332 091668 0x01DADB78 0x00000020 0x01DADB68 0x00000040 0x00000000 new N N framecapture.h(48) FrameCapture::SceneNodeTransformAnimati 333 028673 0x01DADC90 0x00000018 0x01DADC80 0x00000038 0x00000000 new N N ??(0) ?? 334 025483 0x01DDD550 0x00000034 0x01DDD540 0x00000054 0x00000000 new N N ??(0) ?? 335 025484 0x01DDD5D0 0x0000000C 0x01DDD5C0 0x0000002C 0x00000000 new N N ??(0) ?? 336 025485 0x01DDD628 0x000000D8 0x01DDD618 0x000000F8 0x00000000 new N N ogreilluminationmanager.cpp(112) OgreIlluminationManager::OgreIlluminati 337 025486 0x01DDD750 0x00000034 0x01DDD740 0x00000054 0x00000000 new N N ??(0) ?? 338 025487 0x01DDD7D0 0x00000034 0x01DDD7C0 0x00000054 0x00000000 new N N ??(0) ?? 339 025488 0x01DDD850 0x00000034 0x01DDD840 0x00000054 0x00000000 new N N ??(0) ?? 340 025489 0x01DDD8D0 0x00000034 0x01DDD8C0 0x00000054 0x00000000 new N N ??(0) ?? 341 025490 0x01DDD950 0x00000034 0x01DDD940 0x00000054 0x00000000 new N N ??(0) ?? 342 025491 0x01DDD9D0 0x00000034 0x01DDD9C0 0x00000054 0x00000000 new N N ??(0) ?? 343 025492 0x01DDDA50 0x00000034 0x01DDDA40 0x00000054 0x00000000 new N N ??(0) ?? 344 025493 0x01DDDAD0 0x00000034 0x01DDDAC0 0x00000054 0x00000000 new N N ??(0) ?? 345 025494 0x01DDDB50 0x00000034 0x01DDDB40 0x00000054 0x00000000 new N N ??(0) ?? 346 025495 0x01DDDBD0 0x00000034 0x01DDDBC0 0x00000054 0x00000000 new N N ??(0) ?? 347 025496 0x01DDDC50 0x00000034 0x01DDDC40 0x00000054 0x00000000 new N N ??(0) ?? 348 025497 0x01DDDCD0 0x0000000C 0x01DDDCC0 0x0000002C 0x00000000 new N N ??(0) ?? 349 025498 0x01DDDD28 0x0000009C 0x01DDDD18 0x000000BC 0x00000000 new N N ogreilluminationmanager.cpp(114) OgreIlluminationManager::OgreIlluminati 350 025499 0x01DDDE10 0x00000034 0x01DDDE00 0x00000054 0x00000000 new N N ??(0) ?? 351 025500 0x01DDDE90 0x00000034 0x01DDDE80 0x00000054 0x00000000 new N N ??(0) ?? 352 025501 0x01DDDF10 0x00000034 0x01DDDF00 0x00000054 0x00000000 new N N ??(0) ?? 353 025502 0x01DDDF90 0x00000034 0x01DDDF80 0x00000054 0x00000000 new N N ??(0) ?? 354 025503 0x01DDE010 0x00000034 0x01DDE000 0x00000054 0x00000000 new N N ??(0) ?? 355 025504 0x01DDE090 0x00000034 0x01DDE080 0x00000054 0x00000000 new N N ??(0) ?? 356 025505 0x01DDE160 0x00000034 0x01DDE150 0x00000054 0x00000000 new N N ??(0) ?? 357 025506 0x01DDE230 0x00000034 0x01DDE220 0x00000054 0x00000000 new N N ??(0) ?? 358 025507 0x01DDE2B0 0x00000034 0x01DDE2A0 0x00000054 0x00000000 new N N ??(0) ?? 359 025508 0x01DDE330 0x00000034 0x01DDE320 0x00000054 0x00000000 new N N ??(0) ?? 360 025509 0x01DDE3B0 0x00000034 0x01DDE3A0 0x00000054 0x00000000 new N N ??(0) ?? 361 025510 0x01DDE480 0x0000000C 0x01DDE470 0x0000002C 0x00000000 new N N ??(0) ?? 362 025511 0x01DDE4D8 0x00000020 0x01DDE4C8 0x00000040 0x00000000 new N N reflectiontest.h(266) RaytraceDemoApplication::createScene 363 025379 0x01E01478 0x00000018 0x01E01468 0x00000038 0x00000000 new N N ??(0) ?? 364 025380 0x01E014E0 0x00000018 0x01E014D0 0x00000038 0x00000000 new N N ??(0) ?? 365 025433 0x01E1FC38 0x00000034 0x01E1FC28 0x00000054 0x00000000 new N N ??(0) ?? 366 025434 0x01E1FCB8 0x00000034 0x01E1FCA8 0x00000054 0x00000000 new N N ??(0) ?? 367 025435 0x01E1FD38 0x00000034 0x01E1FD28 0x00000054 0x00000000 new N N ??(0) ?? 368 025436 0x01E1FDB8 0x00000034 0x01E1FDA8 0x00000054 0x00000000 new N N ??(0) ?? 369 025437 0x01E1FE38 0x00000034 0x01E1FE28 0x00000054 0x00000000 new N N ??(0) ?? 370 025438 0x01E1FEB8 0x00000034 0x01E1FEA8 0x00000054 0x00000000 new N N ??(0) ?? 371 025439 0x01E1FF38 0x00000034 0x01E1FF28 0x00000054 0x00000000 new N N ??(0) ?? 372 025440 0x01E1FFB8 0x00000034 0x01E1FFA8 0x00000054 0x00000000 new N N ??(0) ?? 373 025631 0x01E23D98 0x00000030 0x01E23D88 0x00000050 0x00000000 new N N framecapture.h(82) FrameCapture::addAnimableNode 374 028622 0x01E24C28 0x000000E8 0x01E24C18 0x00000108 0x00000000 new N N ogreilluminationmanager.cpp(526) OgreIlluminationManager::createGlobalRu 375 025370 0x01E28628 0x0000000C 0x01E28618 0x0000002C 0x00000000 new N N ??(0) ?? 376 025423 0x01E295C8 0x00000034 0x01E295B8 0x00000054 0x00000000 new N N ??(0) ?? 377 025424 0x01E29648 0x00000034 0x01E29638 0x00000054 0x00000000 new N N ??(0) ?? 378 025425 0x01E296C8 0x00000034 0x01E296B8 0x00000054 0x00000000 new N N ??(0) ?? 379 025426 0x01E29748 0x00000034 0x01E29738 0x00000054 0x00000000 new N N ??(0) ?? 380 025427 0x01E297C8 0x00000034 0x01E297B8 0x00000054 0x00000000 new N N ??(0) ?? 381 025428 0x01E29848 0x00000034 0x01E29838 0x00000054 0x00000000 new N N ??(0) ?? 382 025429 0x01E298C8 0x00000034 0x01E298B8 0x00000054 0x00000000 new N N ??(0) ?? 383 025430 0x01E29948 0x0000000C 0x01E29938 0x0000002C 0x00000000 new N N ??(0) ?? 384 025431 0x01E299A0 0x000000A4 0x01E29990 0x000000C4 0x00000000 new N N ogreilluminationmanager.cpp(100) OgreIlluminationManager::OgreIlluminati 385 025432 0x01E29A90 0x00000034 0x01E29A80 0x00000054 0x00000000 new N N ??(0) ?? 386 025441 0x01E29B10 0x00000034 0x01E29B00 0x00000054 0x00000000 new N N ??(0) ?? 387 025442 0x01E29B90 0x00000034 0x01E29B80 0x00000054 0x00000000 new N N ??(0) ?? 388 025443 0x01E29C10 0x00000034 0x01E29C00 0x00000054 0x00000000 new N N ??(0) ?? 389 025444 0x01E29C90 0x00000034 0x01E29C80 0x00000054 0x00000000 new N N ??(0) ?? 390 025445 0x01E29D10 0x00000034 0x01E29D00 0x00000054 0x00000000 new N N ??(0) ?? 391 025446 0x01E29D90 0x0000000C 0x01E29D80 0x0000002C 0x00000000 new N N ??(0) ?? 392 025447 0x01E29DE8 0x0000009C 0x01E29DD8 0x000000BC 0x00000000 new N N ogreilluminationmanager.cpp(102) OgreIlluminationManager::OgreIlluminati 393 025448 0x01E29ED0 0x00000034 0x01E29EC0 0x00000054 0x00000000 new N N ??(0) ?? 394 025368 0x01E2A0E0 0x0000000C 0x01E2A0D0 0x0000002C 0x00000000 new N N ??(0) ?? 395 025381 0x01E2A190 0x00000018 0x01E2A180 0x00000038 0x00000000 new N N ??(0) ?? 396 025382 0x01E2A1F8 0x00000018 0x01E2A1E8 0x00000038 0x00000000 new N N ??(0) ?? 397 025374 0x01E2A300 0x00000034 0x01E2A2F0 0x00000054 0x00000000 new N N ??(0) ?? 398 025375 0x01E2A380 0x00000018 0x01E2A370 0x00000038 0x00000000 new N N ??(0) ?? 399 025373 0x01E2ABA8 0x00000034 0x01E2AB98 0x00000054 0x00000000 new N N ??(0) ?? 400 026257 0x01EA8248 0x00000018 0x01EA8238 0x00000038 0x00000000 new N N ??(0) ?? 401 026280 0x01EA8320 0x000000C4 0x01EA8310 0x000000E4 0x00000000 new N N ogredistancecubemaprendertechnique.cpp(105) OgreDistanceCubeMapRenderTechniqueFacto 402 026281 0x01EA84D0 0x00000110 0x01EA84C0 0x00000130 0x00000000 new N N ogrecubemaprendertechnique.cpp(57) OgreCubeMapRenderTechnique::createCubeM 403 026282 0x01EA8720 0x00000034 0x01EA8710 0x00000054 0x00000000 new N N ??(0) ?? 404 026104 0x01EB53A8 0x000000C4 0x01EB5398 0x000000E4 0x00000000 new N N ogreilluminationmanager.cpp(213) OgreIlluminationManager::initTechniques 405 026106 0x01EB54B8 0x00000020 0x01EB54A8 0x00000040 0x00000000 new N N ogreilluminationmanager.cpp(214) OgreIlluminationManager::initTechniques 406 026107 0x01EB5528 0x00000104 0x01EB5518 0x00000124 0x00000000 new N N ogreilluminationmanager.cpp(219) OgreIlluminationManager::initTechniques 407 026108 0x01EB5678 0x00000018 0x01EB5668 0x00000038 0x00000000 new N N ??(0) ?? 408 026109 0x01EB56E0 0x00000018 0x01EB56D0 0x00000038 0x00000000 new N N ??(0) ?? 409 026110 0x01EB5748 0x00000034 0x01EB5738 0x00000054 0x00000000 new N N ??(0) ?? 410 026111 0x01EB57C8 0x0000000C 0x01EB57B8 0x0000002C 0x00000000 new N N ??(0) ?? 411 026112 0x01EB5820 0x00000004 0x01EB5810 0x00000024 0x00000000 new N N ??(0) ?? 412 026113 0x01EB5870 0x00000018 0x01EB5860 0x00000038 0x00000000 new N N ??(0) ?? 413 026135 0x01EB58D8 0x000000C4 0x01EB58C8 0x000000E4 0x00000000 new N N ogrecolorcubemaprendertechnique.cpp(100) OgreColorCubeMapRenderTechniqueFactory: 414 026136 0x01EB59E8 0x00000110 0x01EB59D8 0x00000130 0x00000000 new N N ogrecubemaprendertechnique.cpp(57) OgreCubeMapRenderTechnique::createCubeM 415 026137 0x01EB5BE8 0x00000034 0x01EB5BD8 0x00000054 0x00000000 new N N ??(0) ?? 416 026716 0x01EBB260 0x0000000C 0x01EBB250 0x0000002C 0x00000000 new N N ??(0) ?? 417 026400 0x01EBBDD8 0x00000018 0x01EBBDC8 0x00000038 0x00000000 new N N ??(0) ?? 418 026433 0x01EBBEB0 0x000000C4 0x01EBBEA0 0x000000E4 0x00000000 new N N ogrecolorcubemaprendertechnique.cpp(100) OgreColorCubeMapRenderTechniqueFactory: 419 026434 0x01EBBFC0 0x00000110 0x01EBBFB0 0x00000130 0x00000000 new N N ogrecubemaprendertechnique.cpp(57) OgreCubeMapRenderTechnique::createCubeM 420 026435 0x01EBC120 0x00000034 0x01EBC110 0x00000054 0x00000000 new N N ??(0) ?? 421 026553 0x01ECC1E8 0x00000018 0x01ECC1D8 0x00000038 0x00000000 new N N ??(0) ?? 422 026586 0x01ECC2C0 0x000000C4 0x01ECC2B0 0x000000E4 0x00000000 new N N ogrecolorcubemaprendertechnique.cpp(100) OgreColorCubeMapRenderTechniqueFactory: 423 026587 0x01ECC3D0 0x00000110 0x01ECC3C0 0x00000130 0x00000000 new N N ogrecubemaprendertechnique.cpp(57) OgreCubeMapRenderTechnique::createCubeM 424 026588 0x01ECC530 0x00000034 0x01ECC520 0x00000054 0x00000000 new N N ??(0) ?? 425 026800 0x01ED0720 0x0000000C 0x01ED0710 0x0000002C 0x00000000 new N N ??(0) ?? 426 026708 0x01ED1C58 0x00000010 0x01ED1C48 0x00000030 0x00000000 new N N ??(0) ?? 427 026826 0x01ED2838 0x00000004 0x01ED2828 0x00000024 0x00000000 new N N ??(0) ?? 428 026706 0x01ED2A58 0x00000018 0x01ED2A48 0x00000038 0x00000000 new N N ??(0) ?? 429 026709 0x01ED2B30 0x000000C4 0x01ED2B20 0x000000E4 0x00000000 new N N ogreilluminationmanager.cpp(213) OgreIlluminationManager::initTechniques 430 026711 0x01ED2C40 0x00000020 0x01ED2C30 0x00000040 0x00000000 new N N ogreilluminationmanager.cpp(214) OgreIlluminationManager::initTechniques 431 026712 0x01ED2CB0 0x00000104 0x01ED2CA0 0x00000124 0x00000000 new N N ogreilluminationmanager.cpp(219) OgreIlluminationManager::initTechniques 432 026713 0x01ED2E00 0x00000018 0x01ED2DF0 0x00000038 0x00000000 new N N ??(0) ?? 433 026714 0x01ED2E68 0x00000018 0x01ED2E58 0x00000038 0x00000000 new N N ??(0) ?? 434 026715 0x01ED2ED0 0x00000034 0x01ED2EC0 0x00000054 0x00000000 new N N ??(0) ?? 435 026718 0x01ED2F50 0x00000018 0x01ED2F40 0x00000038 0x00000000 new N N ??(0) ?? 436 026730 0x01ED2FB8 0x000000E4 0x01ED2FA8 0x00000104 0x00000000 new N N ogredepthshadowrecieverrendertechnique.(222) OgreDepthShadowRecieverRenderTechniqueF 437 027033 0x01ED30E8 0x00000004 0x01ED30D8 0x00000024 0x00000000 new N N ??(0) ?? 438 026827 0x01EDBB70 0x000000C4 0x01EDBB60 0x000000E4 0x00000000 new N N ogreilluminationmanager.cpp(213) OgreIlluminationManager::initTechniques 439 026829 0x01EDBC80 0x00000020 0x01EDBC70 0x00000040 0x00000000 new N N ogreilluminationmanager.cpp(214) OgreIlluminationManager::initTechniques 440 026831 0x01EDBCF0 0x00000018 0x01EDBCE0 0x00000038 0x00000000 new N N ??(0) ?? 441 026843 0x01EDBD58 0x000000E4 0x01EDBD48 0x00000104 0x00000000 new N N ogredepthshadowrecieverrendertechnique.(222) OgreDepthShadowRecieverRenderTechniqueF 442 026930 0x01EDBE88 0x00000004 0x01EDBE78 0x00000024 0x00000000 new N N ??(0) ?? 443 026933 0x01EDBED8 0x00000020 0x01EDBEC8 0x00000040 0x00000000 new N N ogreilluminationmanager.cpp(214) OgreIlluminationManager::initTechniques 444 026904 0x01EDC200 0x0000000C 0x01EDC1F0 0x0000002C 0x00000000 new N N ??(0) ?? 445 027007 0x01EDDD30 0x0000000C 0x01EDDD20 0x0000002C 0x00000000 new N N ??(0) ?? 446 092345 0x01EDE1C0 0x00000020 0x01EDE1B0 0x00000040 0x00000000 new N N framecapture.h(48) FrameCapture::SceneNodeTransformAnimati 447 026931 0x01EE38D8 0x000000C4 0x01EE38C8 0x000000E4 0x00000000 new N N ogreilluminationmanager.cpp(213) OgreIlluminationManager::initTechniques 448 026935 0x01EE3A40 0x00000018 0x01EE3A30 0x00000038 0x00000000 new N N ??(0) ?? 449 026947 0x01EE3AA8 0x000000E4 0x01EE3A98 0x00000104 0x00000000 new N N ogredepthshadowrecieverrendertechnique.(222) OgreDepthShadowRecieverRenderTechniqueF 450 027242 0x01EE3BD8 0x00000004 0x01EE3BC8 0x00000024 0x00000000 new N N ??(0) ?? 451 027034 0x01EE6618 0x000000C4 0x01EE6608 0x000000E4 0x00000000 new N N ogreilluminationmanager.cpp(213) OgreIlluminationManager::initTechniques 452 027036 0x01EE6728 0x00000020 0x01EE6718 0x00000040 0x00000000 new N N ogreilluminationmanager.cpp(214) OgreIlluminationManager::initTechniques 453 027038 0x01EE6798 0x00000018 0x01EE6788 0x00000038 0x00000000 new N N ??(0) ?? 454 027050 0x01EE6800 0x000000E4 0x01EE67F0 0x00000104 0x00000000 new N N ogredepthshadowrecieverrendertechnique.(222) OgreDepthShadowRecieverRenderTechniqueF 455 027141 0x01EE6930 0x00000020 0x01EE6920 0x00000040 0x00000000 new N N ogreilluminationmanager.cpp(214) OgreIlluminationManager::initTechniques 456 027112 0x01EE7A38 0x0000000C 0x01EE7A28 0x0000002C 0x00000000 new N N ??(0) ?? 457 027138 0x01EF0F98 0x00000004 0x01EF0F88 0x00000024 0x00000000 new N N ??(0) ?? 458 027139 0x01EF0FE8 0x000000C4 0x01EF0FD8 0x000000E4 0x00000000 new N N ogreilluminationmanager.cpp(213) OgreIlluminationManager::initTechniques 459 027351 0x01EF10F8 0x00000018 0x01EF10E8 0x00000038 0x00000000 new N N ??(0) ?? 460 027143 0x01EF1160 0x00000018 0x01EF1150 0x00000038 0x00000000 new N N ??(0) ?? 461 027155 0x01EF11C8 0x000000E4 0x01EF11B8 0x00000104 0x00000000 new N N ogredepthshadowrecieverrendertechnique.(222) OgreDepthShadowRecieverRenderTechniqueF 462 027346 0x01EF12F8 0x00000004 0x01EF12E8 0x00000024 0x00000000 new N N ??(0) ?? 463 027216 0x01EF1610 0x0000000C 0x01EF1600 0x0000002C 0x00000000 new N N ??(0) ?? 464 027243 0x01EF3CF0 0x000000C4 0x01EF3CE0 0x000000E4 0x00000000 new N N ogreilluminationmanager.cpp(213) OgreIlluminationManager::initTechniques 465 027245 0x01EF3E00 0x00000020 0x01EF3DF0 0x00000040 0x00000000 new N N ogreilluminationmanager.cpp(214) OgreIlluminationManager::initTechniques 466 027246 0x01EF3E70 0x00000018 0x01EF3E60 0x00000038 0x00000000 new N N ??(0) ?? 467 027258 0x01EF3ED8 0x000000E4 0x01EF3EC8 0x00000104 0x00000000 new N N ogredepthshadowrecieverrendertechnique.(222) OgreDepthShadowRecieverRenderTechniqueF 468 027451 0x01EF4008 0x00000004 0x01EF3FF8 0x00000024 0x00000000 new N N ??(0) ?? 469 027320 0x01EF5100 0x0000000C 0x01EF50F0 0x0000002C 0x00000000 new N N ??(0) ?? 470 027347 0x01EF6A30 0x000000C4 0x01EF6A20 0x000000E4 0x00000000 new N N ogreilluminationmanager.cpp(213) OgreIlluminationManager::initTechniques 471 027349 0x01EF6B40 0x00000020 0x01EF6B30 0x00000040 0x00000000 new N N ogreilluminationmanager.cpp(214) OgreIlluminationManager::initTechniques 472 027661 0x01EF6BB0 0x00000018 0x01EF6BA0 0x00000038 0x00000000 new N N ??(0) ?? 473 027363 0x01EF6C20 0x000000E4 0x01EF6C10 0x00000104 0x00000000 new N N ogredepthshadowrecieverrendertechnique.(222) OgreDepthShadowRecieverRenderTechniqueF 474 027554 0x01EF6D50 0x00000004 0x01EF6D40 0x00000024 0x00000000 new N N ??(0) ?? 475 027425 0x01EF7E48 0x0000000C 0x01EF7E38 0x0000002C 0x00000000 new N N ??(0) ?? 476 027452 0x01EF9780 0x000000C4 0x01EF9770 0x000000E4 0x00000000 new N N ogreilluminationmanager.cpp(213) OgreIlluminationManager::initTechniques 477 027454 0x01EF9890 0x00000020 0x01EF9880 0x00000040 0x00000000 new N N ogreilluminationmanager.cpp(214) OgreIlluminationManager::initTechniques 478 027455 0x01EF9900 0x00000018 0x01EF98F0 0x00000038 0x00000000 new N N ??(0) ?? 479 027467 0x01EF9968 0x000000E4 0x01EF9958 0x00000104 0x00000000 new N N ogredepthshadowrecieverrendertechnique.(222) OgreDepthShadowRecieverRenderTechniqueF 480 027656 0x01EF9A98 0x00000004 0x01EF9A88 0x00000024 0x00000000 new N N ??(0) ?? 481 027528 0x01EF9DB0 0x0000000C 0x01EF9DA0 0x0000002C 0x00000000 new N N ??(0) ?? 482 027630 0x01F03560 0x0000000C 0x01F03550 0x0000002C 0x00000000 new N N ??(0) ?? 483 027555 0x01F04110 0x000000C4 0x01F04100 0x000000E4 0x00000000 new N N ogreilluminationmanager.cpp(213) OgreIlluminationManager::initTechniques 484 027557 0x01F04220 0x00000020 0x01F04210 0x00000040 0x00000000 new N N ogreilluminationmanager.cpp(214) OgreIlluminationManager::initTechniques 485 027558 0x01F04290 0x00000018 0x01F04280 0x00000038 0x00000000 new N N ??(0) ?? 486 027570 0x01F042F8 0x000000E4 0x01F042E8 0x00000104 0x00000000 new N N ogredepthshadowrecieverrendertechnique.(222) OgreDepthShadowRecieverRenderTechniqueF 487 027761 0x01F04428 0x00000004 0x01F04418 0x00000024 0x00000000 new N N ??(0) ?? 488 027657 0x01F06E70 0x000000C4 0x01F06E60 0x000000E4 0x00000000 new N N ogreilluminationmanager.cpp(213) OgreIlluminationManager::initTechniques 489 027659 0x01F06F80 0x00000020 0x01F06F70 0x00000040 0x00000000 new N N ogreilluminationmanager.cpp(214) OgreIlluminationManager::initTechniques 490 027660 0x01F06FF0 0x00000034 0x01F06FE0 0x00000054 0x00000000 new N N ??(0) ?? 491 027673 0x01F07070 0x000000E4 0x01F07060 0x00000104 0x00000000 new N N ogredepthshadowrecieverrendertechnique.(222) OgreDepthShadowRecieverRenderTechniqueF 492 027864 0x01F071A0 0x00000004 0x01F07190 0x00000024 0x00000000 new N N ??(0) ?? 493 027735 0x01F08298 0x0000000C 0x01F08288 0x0000002C 0x00000000 new N N ??(0) ?? 494 027762 0x01F09BC8 0x000000C4 0x01F09BB8 0x000000E4 0x00000000 new N N ogreilluminationmanager.cpp(213) OgreIlluminationManager::initTechniques 495 027764 0x01F09CD8 0x00000020 0x01F09CC8 0x00000040 0x00000000 new N N ogreilluminationmanager.cpp(214) OgreIlluminationManager::initTechniques 496 027765 0x01F09D48 0x00000018 0x01F09D38 0x00000038 0x00000000 new N N ??(0) ?? 497 027777 0x01F09DB0 0x000000E4 0x01F09DA0 0x00000104 0x00000000 new N N ogredepthshadowrecieverrendertechnique.(222) OgreDepthShadowRecieverRenderTechniqueF 498 027966 0x01F09EE0 0x00000004 0x01F09ED0 0x00000024 0x00000000 new N N ??(0) ?? 499 027838 0x01F0A1F8 0x0000000C 0x01F0A1E8 0x0000002C 0x00000000 new N N ??(0) ?? 500 027940 0x01F0BD78 0x0000000C 0x01F0BD68 0x0000002C 0x00000000 new N N ??(0) ?? 501 027865 0x01F0C928 0x000000C4 0x01F0C918 0x000000E4 0x00000000 new N N ogreilluminationmanager.cpp(213) OgreIlluminationManager::initTechniques 502 027867 0x01F0CA38 0x00000020 0x01F0CA28 0x00000040 0x00000000 new N N ogreilluminationmanager.cpp(214) OgreIlluminationManager::initTechniques 503 027868 0x01F0CAA8 0x00000018 0x01F0CA98 0x00000038 0x00000000 new N N ??(0) ?? 504 027880 0x01F0CB10 0x000000E4 0x01F0CB00 0x00000104 0x00000000 new N N ogredepthshadowrecieverrendertechnique.(222) OgreDepthShadowRecieverRenderTechniqueF 505 098430 0x01F1A978 0x00000020 0x01F1A968 0x00000040 0x00000000 new N N framecapture.h(48) FrameCapture::SceneNodeTransformAnimati 506 028648 0x01F1DEA0 0x000000D4 0x01F1DE90 0x000000F4 0x00000000 new N N ogreilluminationmanager.cpp(537) OgreIlluminationManager::createGlobalRu 507 028923 0x01F1E930 0x00000220 0x01F1E920 0x00000240 0x00000000 new N N ogrerenderingrun.cpp(204) OgreRenderingRun::renderFullscreenQuad 508 078815 0x01F2C9E0 0x00000020 0x01F2C9D0 0x00000040 0x00000000 new N N framecapture.h(48) FrameCapture::SceneNodeTransformAnimati 509 079492 0x01F2CAA0 0x00000020 0x01F2CA90 0x00000040 0x00000000 new N N framecapture.h(48) FrameCapture::SceneNodeTransformAnimati 510 080169 0x01F2CB68 0x00000020 0x01F2CB58 0x00000040 0x00000000 new N N framecapture.h(48) FrameCapture::SceneNodeTransformAnimati 511 080847 0x01F2CC30 0x00000020 0x01F2CC20 0x00000040 0x00000000 new N N framecapture.h(48) FrameCapture::SceneNodeTransformAnimati 512 081524 0x01F2CCA0 0x00000020 0x01F2CC90 0x00000040 0x00000000 new N N framecapture.h(48) FrameCapture::SceneNodeTransformAnimati 513 082201 0x01F2CD10 0x00000020 0x01F2CD00 0x00000040 0x00000000 new N N framecapture.h(48) FrameCapture::SceneNodeTransformAnimati 514 082877 0x01F2CD80 0x00000020 0x01F2CD70 0x00000040 0x00000000 new N N framecapture.h(48) FrameCapture::SceneNodeTransformAnimati 515 084230 0x01F2CE60 0x00000020 0x01F2CE50 0x00000040 0x00000000 new N N framecapture.h(48) FrameCapture::SceneNodeTransformAnimati 516 084906 0x01F2CED0 0x00000020 0x01F2CEC0 0x00000040 0x00000000 new N N framecapture.h(48) FrameCapture::SceneNodeTransformAnimati 517 086259 0x01F2CFC0 0x00000020 0x01F2CFB0 0x00000040 0x00000000 new N N framecapture.h(48) FrameCapture::SceneNodeTransformAnimati 518 086935 0x01F2D030 0x00000020 0x01F2D020 0x00000040 0x00000000 new N N framecapture.h(48) FrameCapture::SceneNodeTransformAnimati 519 087611 0x01F2D0A0 0x00000020 0x01F2D090 0x00000040 0x00000000 new N N framecapture.h(48) FrameCapture::SceneNodeTransformAnimati 520 088964 0x01F2D1A8 0x00000020 0x01F2D198 0x00000040 0x00000000 new N N framecapture.h(48) FrameCapture::SceneNodeTransformAnimati 521 089640 0x01F2D218 0x00000020 0x01F2D208 0x00000040 0x00000000 new N N framecapture.h(48) FrameCapture::SceneNodeTransformAnimati 522 090316 0x01F2D288 0x00000020 0x01F2D278 0x00000040 0x00000000 new N N framecapture.h(48) FrameCapture::SceneNodeTransformAnimati 523 090992 0x01F2D2F8 0x00000020 0x01F2D2E8 0x00000040 0x00000000 new N N framecapture.h(48) FrameCapture::SceneNodeTransformAnimati 524 093021 0x01F2D428 0x00000020 0x01F2D418 0x00000040 0x00000000 new N N framecapture.h(48) FrameCapture::SceneNodeTransformAnimati 525 093697 0x01F2D498 0x00000020 0x01F2D488 0x00000040 0x00000000 new N N framecapture.h(48) FrameCapture::SceneNodeTransformAnimati 526 094373 0x01F2D508 0x00000020 0x01F2D4F8 0x00000040 0x00000000 new N N framecapture.h(48) FrameCapture::SceneNodeTransformAnimati 527 095049 0x01F2D578 0x00000020 0x01F2D568 0x00000040 0x00000000 new N N framecapture.h(48) FrameCapture::SceneNodeTransformAnimati 528 095725 0x01F2D5E8 0x00000020 0x01F2D5D8 0x00000040 0x00000000 new N N framecapture.h(48) FrameCapture::SceneNodeTransformAnimati 529 096401 0x01F2D658 0x00000020 0x01F2D648 0x00000040 0x00000000 new N N framecapture.h(48) FrameCapture::SceneNodeTransformAnimati 530 097077 0x01F2D6C8 0x00000020 0x01F2D6B8 0x00000040 0x00000000 new N N framecapture.h(48) FrameCapture::SceneNodeTransformAnimati 531 097753 0x01F2D738 0x00000020 0x01F2D728 0x00000040 0x00000000 new N N framecapture.h(48) FrameCapture::SceneNodeTransformAnimati 532 097754 0x01F2D7A8 0x000000A8 0x01F2D798 0x000000C8 0x00000000 new N N ??(0) ?? 533 099106 0x01F2D8A0 0x00000020 0x01F2D890 0x00000040 0x00000000 new N N framecapture.h(48) FrameCapture::SceneNodeTransformAnimati 534 099782 0x01F2D910 0x00000020 0x01F2D900 0x00000040 0x00000000 new N N framecapture.h(48) FrameCapture::SceneNodeTransformAnimati 535 100458 0x01F2D980 0x00000020 0x01F2D970 0x00000040 0x00000000 new N N framecapture.h(48) FrameCapture::SceneNodeTransformAnimati -
GTP/trunk/App/Demos/Illum/Ogre/bin/Debug/OgreMemory.log
r1831 r1847 1 1 -------------------------------------------------------------------------------- 2 2 3 OgreMemory.log - Memory logging file created on Thu Nov 30 14:30:2220063 OgreMemory.log - Memory logging file created on Mon Dec 04 18:32:57 2006 4 4 5 5 -------------------------------------------------------------------------------- -
GTP/trunk/App/Demos/Illum/Ogre/bin/Debug/ogre.cfg
r1712 r1847 6 6 Floating-point mode=Fastest 7 7 Full Screen=No 8 Rendering Device=NVIDIA GeForce 7950 GX28 Rendering Device=NVIDIA GeForce 6800 GT 9 9 VSync=No 10 10 Video Mode=800 x 600 @ 32-bit colour -
GTP/trunk/App/Demos/Illum/Ogre/bin/Release/Ogre.log
r1839 r1847 1 14:50:27: Creating resource group General2 14:50:27: Creating resource group Internal3 14:50:27: Creating resource group Autodetect4 14:50:27: Registering ResourceManager for type Material5 14:50:27: Registering ResourceManager for type Mesh6 14:50:27: Registering ResourceManager for type Skeleton7 14:50:27: MovableObjectFactory for type 'ParticleSystem' registered.8 14:50:27: Loading library OgrePlatform.dll9 14:50:27: OverlayElementFactory for type Panel registered.10 14:50:27: OverlayElementFactory for type BorderPanel registered.11 14:50:27: OverlayElementFactory for type TextArea registered.12 14:50:27: Registering ResourceManager for type Font13 14:50:27: ArchiveFactory for archive type FileSystem registered.14 14:50:27: ArchiveFactory for archive type Zip registered.15 14:50:27: DevIL version: Developer's Image Library (DevIL) 1.6.7 Oct 28 200516 14:50:27: DevIL image formats: bmp dib cut dcx dds gif hdr ico cur jpg jpe jpeg lif mdl mng jng pcx pic pix png pbm pgm pnm ppm psd pdd psp pxr sgi bw rgb rgba tga vda icb vst tif tiff wal xpm raw17 14:50:27: Registering ResourceManager for type HighLevelGpuProgram18 14:50:27: Registering ResourceManager for type Compositor19 14:50:27: MovableObjectFactory for type 'Entity' registered.20 14:50:27: MovableObjectFactory for type 'Light' registered.21 14:50:27: MovableObjectFactory for type 'BillboardSet' registered.22 14:50:27: MovableObjectFactory for type 'ManualObject' registered.23 14:50:27: MovableObjectFactory for type 'BillboardChain' registered.24 14:50:27: MovableObjectFactory for type 'RibbonTrail' registered.25 14:50:27: Loading library .\RenderSystem_Direct3D926 14:50:27: D3D9 : Direct3D9 Rendering Subsystem created.27 14:50:27: D3D9: Driver Detection Starts28 14:50:27: D3D9: Driver Detection Ends29 14:50:27: Loading library .\Plugin_ParticleFX30 14:50:27: Particle Emitter Type 'Point' registered31 14:50:27: Particle Emitter Type 'Box' registered32 14:50:27: Particle Emitter Type 'Ellipsoid' registered33 14:50:27: Particle Emitter Type 'Cylinder' registered34 14:50:27: Particle Emitter Type 'Ring' registered35 14:50:27: Particle Emitter Type 'HollowEllipsoid' registered36 14:50:27: Particle Affector Type 'LinearForce' registered37 14:50:27: Particle Affector Type 'ColourFader' registered38 14:50:27: Particle Affector Type 'ColourFader2' registered39 14:50:27: Particle Affector Type 'ColourImage' registered40 14:50:27: Particle Affector Type 'ColourInterpolator' registered41 14:50:27: Particle Affector Type 'Scaler' registered42 14:50:27: Particle Affector Type 'Rotator' registered43 14:50:27: Particle Affector Type 'DirectionRandomiser' registered44 14:50:27: Particle Affector Type 'DeflectorPlane' registered45 14:50:27: Loading library .\Plugin_BSPSceneManager46 14:50:27: Registering ResourceManager for type BspLevel47 14:50:27: Loading library .\Plugin_OctreeSceneManager48 14:50:27: Loading library .\Plugin_CgProgramManager49 14:50:27: *-*-* OGRE Initialising50 14:50:27: *-*-* Version 1.2.0 (Dagon)51 14:50:27: Creating resource group Bootstrap52 14:50:27: Added resource location '../../Media/packs/OgreCore.zip' of type 'Zip' to resource group 'Bootstrap'53 14:50:27: Added resource location '../../Media' of type 'FileSystem' to resource group 'General'54 14:50:27: Added resource location '../../Media/fonts' of type 'FileSystem' to resource group 'General'55 14:50:27: Added resource location '../../Media/materials/programs' of type 'FileSystem' to resource group 'General'56 14:50:27: Added resource location '../../Media/materials/scripts' of type 'FileSystem' to resource group 'General'57 14:50:27: Added resource location '../../Media/materials/textures' of type 'FileSystem' to resource group 'General'58 14:50:27: Added resource location '../../Media/models' of type 'FileSystem' to resource group 'General'59 14:50:27: Added resource location '../../Media/overlays' of type 'FileSystem' to resource group 'General'60 14:50:27: Added resource location '../../Media/particle' of type 'FileSystem' to resource group 'General'61 14:50:27: Added resource location '../../Media/gui' of type 'FileSystem' to resource group 'General'62 14:50:27: Added resource location '../../Media/packs/cubemapsJS.zip' of type 'Zip' to resource group 'General'63 14:50:27: Added resource location '../../Media/packs/smokealphaclip.zip' of type 'Zip' to resource group 'General'64 14:50:27: D3D9 : RenderSystem Option: Allow NVPerfHUD = No65 14:50:27: D3D9 : RenderSystem Option: Anti aliasing = None66 14:50:27: D3D9 : RenderSystem Option: Floating-point mode = Fastest67 14:50:27: D3D9 : RenderSystem Option: Full Screen = No68 14:50:27: D3D9 : RenderSystem Option: Rendering Device = NVIDIA GeForce 7950 GX2 69 14:50:27: D3D9 : RenderSystem Option: VSync = No70 14:50:27: D3D9 : RenderSystem Option: Video Mode = 800 x 600 @ 32-bit colour71 14:50:28: D3D9 : Subsystem Initialising72 14:50:28: D3D9RenderSystem::createRenderWindow "OGRE Render Window", 800x600 windowed miscParams: FSAA=0 FSAAQuality=0 colourDepth=32 useNVPerfHUD=false vsync=false73 14:50:28: D3D9 : Created D3D9 Rendering Window 'OGRE Render Window' : 800x600, 32bpp74 14:50:28: D3D9 : WARNING - disabling VSync in windowed mode can cause timing issues at lower frame rates, turn VSync on if you observe this problem.75 14:50:28: Registering ResourceManager for type Texture76 14:50:28: Registering ResourceManager for type GpuProgram77 14:50:28: RenderSystem capabilities78 14:50:28: -------------------------79 14:50:28: * Hardware generation of mipmaps: yes80 14:50:28: * Texture blending: yes81 14:50:28: * Anisotropic texture filtering: yes82 14:50:28: * Dot product texture operation: yes83 14:50:28: * Cube mapping: yes84 14:50:28: * Hardware stencil buffer: yes85 14:50:28: - Stencil depth: 886 14:50:28: - Two sided stencil support: yes87 14:50:28: - Wrap stencil values: yes88 14:50:28: * Hardware vertex / index buffers: yes89 14:50:28: * Vertex programs: yes90 14:50:28: - Max vertex program version: vs_3_091 14:50:28: * Fragment programs: yes92 14:50:28: - Max fragment program version: ps_3_093 14:50:28: * Texture Compression: yes94 14:50:28: - DXT: yes95 14:50:28: - VTC: no96 14:50:28: * Scissor Rectangle: yes97 14:50:28: * Hardware Occlusion Query: yes98 14:50:28: * User clip planes: yes99 14:50:28: * VET_UBYTE4 vertex element type: yes100 14:50:28: * Infinite far plane projection: yes101 14:50:28: * Hardware render-to-texture: yes102 14:50:28: * Floating point textures: yes103 14:50:28: * Non-power-of-two textures: yes104 14:50:28: * Volume textures: yes105 14:50:28: * Multiple Render Targets: 4106 14:50:28: * Max Point Size: 8192107 14:50:28: ***************************************108 14:50:28: *** D3D9 : Subsystem Initialised OK ***109 14:50:28: ***************************************110 14:50:28: ResourceBackgroundQueue - threading disabled111 14:50:28: Particle Renderer Type 'billboard' registered112 14:50:28: Particle Renderer Type 'sprite' registered113 14:50:28: Creating viewport on target 'OGRE Render Window', rendering from camera 'PlayerCam', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0114 14:50:28: Viewport for camera 'PlayerCam', actual dimensions L: 0 T: 0 W: 800 H: 600115 14:50:28: Parsing scripts for resource group Autodetect116 14:50:28: Finished parsing scripts for resource group Autodetect117 14:50:28: Parsing scripts for resource group Bootstrap118 14:50:28: Parsing script OgreCore.material119 14:50:28: Parsing script OgreProfiler.material120 14:50:28: Parsing script Ogre.fontdef121 14:50:28: Parsing script OgreDebugPanel.overlay122 14:50:28: Texture: New_Ogre_Border_Center.png: Loading 1 faces(PF_A8B8G8R8,256x128x1) with hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x128x1.123 14:50:28: Texture: New_Ogre_Border.png: Loading 1 faces(PF_A8B8G8R8,256x256x1) with hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x256x1.124 14:50:28: Texture: New_Ogre_Border_Break.png: Loading 1 faces(PF_A8B8G8R8,32x32x1) with hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,32x32x1.125 14:50:28: Font TrebuchetMSBoldusing texture size 512x512126 14:50:28: Info: Freetype returned null for character 160 in font TrebuchetMSBold127 14:50:28: Texture: TrebuchetMSBoldTexture: Loading 1 faces(PF_BYTE_LA,512x512x1) with 0 generated mipmaps from Image. Internal format is PF_BYTE_LA,512x512x1.128 14:50:28: Texture: ogretext.png: Loading 1 faces(PF_A8B8G8R8,256x128x1) with hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x128x1.129 14:50:28: Parsing script OgreLoadingPanel.overlay130 14:50:28: Finished parsing scripts for resource group Bootstrap131 14:50:28: Parsing scripts for resource group General132 14:50:28: Parsing script GameTools.program133 14:50:28: Parsing script atlascube.material134 14:50:28: Parsing script difflab.material135 14:50:29: An exception has been thrown!1 21:21:50: Creating resource group General 2 21:21:50: Creating resource group Internal 3 21:21:50: Creating resource group Autodetect 4 21:21:50: Registering ResourceManager for type Material 5 21:21:50: Registering ResourceManager for type Mesh 6 21:21:50: Registering ResourceManager for type Skeleton 7 21:21:50: MovableObjectFactory for type 'ParticleSystem' registered. 8 21:21:50: Loading library OgrePlatform.dll 9 21:21:50: OverlayElementFactory for type Panel registered. 10 21:21:50: OverlayElementFactory for type BorderPanel registered. 11 21:21:50: OverlayElementFactory for type TextArea registered. 12 21:21:50: Registering ResourceManager for type Font 13 21:21:50: ArchiveFactory for archive type FileSystem registered. 14 21:21:50: ArchiveFactory for archive type Zip registered. 15 21:21:50: DevIL version: Developer's Image Library (DevIL) 1.6.7 Oct 28 2005 16 21:21:50: DevIL image formats: bmp dib cut dcx dds gif hdr ico cur jpg jpe jpeg lif mdl mng jng pcx pic pix png pbm pgm pnm ppm psd pdd psp pxr sgi bw rgb rgba tga vda icb vst tif tiff wal xpm raw 17 21:21:50: Registering ResourceManager for type HighLevelGpuProgram 18 21:21:50: Registering ResourceManager for type Compositor 19 21:21:50: MovableObjectFactory for type 'Entity' registered. 20 21:21:50: MovableObjectFactory for type 'Light' registered. 21 21:21:50: MovableObjectFactory for type 'BillboardSet' registered. 22 21:21:50: MovableObjectFactory for type 'ManualObject' registered. 23 21:21:50: MovableObjectFactory for type 'BillboardChain' registered. 24 21:21:50: MovableObjectFactory for type 'RibbonTrail' registered. 25 21:21:50: Loading library .\RenderSystem_Direct3D9 26 21:21:50: D3D9 : Direct3D9 Rendering Subsystem created. 27 21:21:50: D3D9: Driver Detection Starts 28 21:21:50: D3D9: Driver Detection Ends 29 21:21:50: Loading library .\Plugin_ParticleFX 30 21:21:50: Particle Emitter Type 'Point' registered 31 21:21:50: Particle Emitter Type 'Box' registered 32 21:21:50: Particle Emitter Type 'Ellipsoid' registered 33 21:21:50: Particle Emitter Type 'Cylinder' registered 34 21:21:50: Particle Emitter Type 'Ring' registered 35 21:21:50: Particle Emitter Type 'HollowEllipsoid' registered 36 21:21:50: Particle Affector Type 'LinearForce' registered 37 21:21:50: Particle Affector Type 'ColourFader' registered 38 21:21:50: Particle Affector Type 'ColourFader2' registered 39 21:21:50: Particle Affector Type 'ColourImage' registered 40 21:21:50: Particle Affector Type 'ColourInterpolator' registered 41 21:21:50: Particle Affector Type 'Scaler' registered 42 21:21:50: Particle Affector Type 'Rotator' registered 43 21:21:50: Particle Affector Type 'DirectionRandomiser' registered 44 21:21:50: Particle Affector Type 'DeflectorPlane' registered 45 21:21:50: Loading library .\Plugin_BSPSceneManager 46 21:21:50: Registering ResourceManager for type BspLevel 47 21:21:50: Loading library .\Plugin_OctreeSceneManager 48 21:21:50: Loading library .\Plugin_CgProgramManager 49 21:21:50: *-*-* OGRE Initialising 50 21:21:50: *-*-* Version 1.2.0 (Dagon) 51 21:21:50: Creating resource group Bootstrap 52 21:21:50: Added resource location '../../Media/packs/OgreCore.zip' of type 'Zip' to resource group 'Bootstrap' 53 21:21:50: Added resource location '../../Media' of type 'FileSystem' to resource group 'General' 54 21:21:50: Added resource location '../../Media/fonts' of type 'FileSystem' to resource group 'General' 55 21:21:50: Added resource location '../../Media/materials/programs' of type 'FileSystem' to resource group 'General' 56 21:21:50: Added resource location '../../Media/materials/scripts' of type 'FileSystem' to resource group 'General' 57 21:21:50: Added resource location '../../Media/materials/textures' of type 'FileSystem' to resource group 'General' 58 21:21:50: Added resource location '../../Media/models' of type 'FileSystem' to resource group 'General' 59 21:21:50: Added resource location '../../Media/overlays' of type 'FileSystem' to resource group 'General' 60 21:21:50: Added resource location '../../Media/particle' of type 'FileSystem' to resource group 'General' 61 21:21:50: Added resource location '../../Media/gui' of type 'FileSystem' to resource group 'General' 62 21:21:50: Added resource location '../../Media/packs/cubemapsJS.zip' of type 'Zip' to resource group 'General' 63 21:21:50: Added resource location '../../Media/packs/smokealphaclip.zip' of type 'Zip' to resource group 'General' 64 21:21:50: D3D9 : RenderSystem Option: Allow NVPerfHUD = No 65 21:21:50: D3D9 : RenderSystem Option: Anti aliasing = None 66 21:21:50: D3D9 : RenderSystem Option: Floating-point mode = Fastest 67 21:21:50: D3D9 : RenderSystem Option: Full Screen = No 68 21:21:50: D3D9 : RenderSystem Option: Rendering Device = NVIDIA GeForce 6800 GT 69 21:21:50: D3D9 : RenderSystem Option: VSync = No 70 21:21:50: D3D9 : RenderSystem Option: Video Mode = 800 x 600 @ 32-bit colour 71 21:21:51: D3D9 : Subsystem Initialising 72 21:21:51: D3D9RenderSystem::createRenderWindow "OGRE Render Window", 800x600 windowed miscParams: FSAA=0 FSAAQuality=0 colourDepth=32 useNVPerfHUD=false vsync=false 73 21:21:51: D3D9 : Created D3D9 Rendering Window 'OGRE Render Window' : 800x600, 32bpp 74 21:21:51: D3D9 : WARNING - disabling VSync in windowed mode can cause timing issues at lower frame rates, turn VSync on if you observe this problem. 75 21:21:51: Registering ResourceManager for type Texture 76 21:21:51: Registering ResourceManager for type GpuProgram 77 21:21:51: RenderSystem capabilities 78 21:21:51: ------------------------- 79 21:21:51: * Hardware generation of mipmaps: yes 80 21:21:51: * Texture blending: yes 81 21:21:51: * Anisotropic texture filtering: yes 82 21:21:51: * Dot product texture operation: yes 83 21:21:51: * Cube mapping: yes 84 21:21:51: * Hardware stencil buffer: yes 85 21:21:51: - Stencil depth: 8 86 21:21:51: - Two sided stencil support: yes 87 21:21:51: - Wrap stencil values: yes 88 21:21:51: * Hardware vertex / index buffers: yes 89 21:21:51: * Vertex programs: yes 90 21:21:51: - Max vertex program version: vs_3_0 91 21:21:51: * Fragment programs: yes 92 21:21:51: - Max fragment program version: ps_3_0 93 21:21:51: * Texture Compression: yes 94 21:21:51: - DXT: yes 95 21:21:51: - VTC: no 96 21:21:51: * Scissor Rectangle: yes 97 21:21:51: * Hardware Occlusion Query: yes 98 21:21:51: * User clip planes: yes 99 21:21:51: * VET_UBYTE4 vertex element type: yes 100 21:21:51: * Infinite far plane projection: yes 101 21:21:51: * Hardware render-to-texture: yes 102 21:21:51: * Floating point textures: yes 103 21:21:51: * Non-power-of-two textures: yes 104 21:21:51: * Volume textures: yes 105 21:21:51: * Multiple Render Targets: 4 106 21:21:51: * Max Point Size: 8192 107 21:21:51: *************************************** 108 21:21:51: *** D3D9 : Subsystem Initialised OK *** 109 21:21:51: *************************************** 110 21:21:51: ResourceBackgroundQueue - threading disabled 111 21:21:51: Particle Renderer Type 'billboard' registered 112 21:21:51: Particle Renderer Type 'sprite' registered 113 21:21:51: Creating viewport on target 'OGRE Render Window', rendering from camera 'PlayerCam', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 114 21:21:51: Viewport for camera 'PlayerCam', actual dimensions L: 0 T: 0 W: 800 H: 600 115 21:21:51: Parsing scripts for resource group Autodetect 116 21:21:51: Finished parsing scripts for resource group Autodetect 117 21:21:51: Parsing scripts for resource group Bootstrap 118 21:21:51: Parsing script OgreCore.material 119 21:21:51: Parsing script OgreProfiler.material 120 21:21:51: Parsing script Ogre.fontdef 121 21:21:51: Parsing script OgreDebugPanel.overlay 122 21:21:51: Texture: New_Ogre_Border_Center.png: Loading 1 faces(PF_A8B8G8R8,256x128x1) with hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x128x1. 123 21:21:51: Texture: New_Ogre_Border.png: Loading 1 faces(PF_A8B8G8R8,256x256x1) with hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x256x1. 124 21:21:51: Texture: New_Ogre_Border_Break.png: Loading 1 faces(PF_A8B8G8R8,32x32x1) with hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,32x32x1. 125 21:21:51: Font TrebuchetMSBoldusing texture size 512x512 126 21:21:51: Info: Freetype returned null for character 160 in font TrebuchetMSBold 127 21:21:51: Texture: TrebuchetMSBoldTexture: Loading 1 faces(PF_BYTE_LA,512x512x1) with 0 generated mipmaps from Image. Internal format is PF_BYTE_LA,512x512x1. 128 21:21:51: Texture: ogretext.png: Loading 1 faces(PF_A8B8G8R8,256x128x1) with hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x128x1. 129 21:21:51: Parsing script OgreLoadingPanel.overlay 130 21:21:51: Finished parsing scripts for resource group Bootstrap 131 21:21:51: Parsing scripts for resource group General 132 21:21:51: Parsing script GameTools.program 133 21:21:51: Parsing script atlascube.material 134 21:21:51: Parsing script difflab.material 135 21:21:52: An exception has been thrown! 136 136 137 137 ----------------------------------- … … 144 144 Line: 779 145 145 Stack unwinding: <<beginning of stack>> 146 14:50:29: Error in material Difflab/TexturedPhong at line 33 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown!146 21:21:52: Error in material Difflab/TexturedPhong at line 33 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 147 147 148 148 ----------------------------------- … … 155 155 Line: 779 156 156 Stack unwinding: <<beginning of stack>> 157 14:50:29: An exception has been thrown!157 21:21:52: An exception has been thrown! 158 158 159 159 ----------------------------------- … … 166 166 Line: 779 167 167 Stack unwinding: <<beginning of stack>> 168 14:50:29: Error in material Difflab/TexturedPhong at line 38 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown!168 21:21:52: Error in material Difflab/TexturedPhong at line 38 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 169 169 170 170 ----------------------------------- … … 177 177 Line: 779 178 178 Stack unwinding: <<beginning of stack>> 179 14:50:29: An exception has been thrown!179 21:21:52: An exception has been thrown! 180 180 181 181 ----------------------------------- … … 188 188 Line: 779 189 189 Stack unwinding: <<beginning of stack>> 190 14:50:29: Error in material Difflab/TexturedPhong at line 39 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown!190 21:21:52: Error in material Difflab/TexturedPhong at line 39 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 191 191 192 192 ----------------------------------- … … 199 199 Line: 779 200 200 Stack unwinding: <<beginning of stack>> 201 14:50:29: An exception has been thrown!201 21:21:52: An exception has been thrown! 202 202 203 203 ----------------------------------- … … 210 210 Line: 779 211 211 Stack unwinding: <<beginning of stack>> 212 14:50:29: Error in material Difflab/TexturedPhong at line 40 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown!212 21:21:52: Error in material Difflab/TexturedPhong at line 40 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 213 213 214 214 ----------------------------------- … … 221 221 Line: 779 222 222 Stack unwinding: <<beginning of stack>> 223 14:50:29: An exception has been thrown!223 21:21:52: An exception has been thrown! 224 224 225 225 ----------------------------------- … … 232 232 Line: 779 233 233 Stack unwinding: <<beginning of stack>> 234 14:50:29: Error in material Difflab/TexturedPhong at line 41 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown!234 21:21:52: Error in material Difflab/TexturedPhong at line 41 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 235 235 236 236 ----------------------------------- … … 243 243 Line: 779 244 244 Stack unwinding: <<beginning of stack>> 245 14:50:29: An exception has been thrown!245 21:21:52: An exception has been thrown! 246 246 247 247 ----------------------------------- … … 254 254 Line: 779 255 255 Stack unwinding: <<beginning of stack>> 256 14:50:29: Error in material Difflab/TexturedPhong at line 42 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown!256 21:21:52: Error in material Difflab/TexturedPhong at line 42 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 257 257 258 258 ----------------------------------- … … 265 265 Line: 779 266 266 Stack unwinding: <<beginning of stack>> 267 14:50:29: An exception has been thrown!267 21:21:52: An exception has been thrown! 268 268 269 269 ----------------------------------- … … 276 276 Line: 779 277 277 Stack unwinding: <<beginning of stack>> 278 14:50:29: Error in material Difflab/TexturedPhong at line 47 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown!278 21:21:52: Error in material Difflab/TexturedPhong at line 47 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 279 279 280 280 ----------------------------------- … … 287 287 Line: 779 288 288 Stack unwinding: <<beginning of stack>> 289 14:50:29: An exception has been thrown!289 21:21:52: An exception has been thrown! 290 290 291 291 ----------------------------------- … … 298 298 Line: 779 299 299 Stack unwinding: <<beginning of stack>> 300 14:50:29: Error in material Difflab/TexturedPhong at line 48 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown!300 21:21:52: Error in material Difflab/TexturedPhong at line 48 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 301 301 302 302 ----------------------------------- … … 309 309 Line: 779 310 310 Stack unwinding: <<beginning of stack>> 311 14:50:29: An exception has been thrown!311 21:21:52: An exception has been thrown! 312 312 313 313 ----------------------------------- … … 320 320 Line: 779 321 321 Stack unwinding: <<beginning of stack>> 322 14:50:29: Error in material Difflab/TexturedPhong at line 49 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown!322 21:21:52: Error in material Difflab/TexturedPhong at line 49 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 323 323 324 324 ----------------------------------- … … 331 331 Line: 779 332 332 Stack unwinding: <<beginning of stack>> 333 14:50:29: An exception has been thrown!333 21:21:52: An exception has been thrown! 334 334 335 335 ----------------------------------- … … 342 342 Line: 779 343 343 Stack unwinding: <<beginning of stack>> 344 14:50:29: Error in material Difflab/TexturedPhong at line 50 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown!344 21:21:52: Error in material Difflab/TexturedPhong at line 50 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 345 345 346 346 ----------------------------------- … … 353 353 Line: 779 354 354 Stack unwinding: <<beginning of stack>> 355 14:50:29: An exception has been thrown!355 21:21:52: An exception has been thrown! 356 356 357 357 ----------------------------------- … … 364 364 Line: 779 365 365 Stack unwinding: <<beginning of stack>> 366 14:50:29: Error in material Difflab/TexturedPhong at line 51 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown!366 21:21:52: Error in material Difflab/TexturedPhong at line 51 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 367 367 368 368 ----------------------------------- … … 375 375 Line: 779 376 376 Stack unwinding: <<beginning of stack>> 377 14:50:29: An exception has been thrown!377 21:21:52: An exception has been thrown! 378 378 379 379 ----------------------------------- … … 386 386 Line: 779 387 387 Stack unwinding: <<beginning of stack>> 388 14:50:29: Error in material Difflab/TexturedPhong at line 56 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown!388 21:21:52: Error in material Difflab/TexturedPhong at line 56 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 389 389 390 390 ----------------------------------- … … 397 397 Line: 779 398 398 Stack unwinding: <<beginning of stack>> 399 14:50:29: An exception has been thrown!399 21:21:52: An exception has been thrown! 400 400 401 401 ----------------------------------- … … 408 408 Line: 779 409 409 Stack unwinding: <<beginning of stack>> 410 14:50:29: Error in material Difflab/TexturedPhong at line 57 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown!410 21:21:52: Error in material Difflab/TexturedPhong at line 57 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 411 411 412 412 ----------------------------------- … … 419 419 Line: 779 420 420 Stack unwinding: <<beginning of stack>> 421 14:50:29: An exception has been thrown!421 21:21:52: An exception has been thrown! 422 422 423 423 ----------------------------------- … … 430 430 Line: 779 431 431 Stack unwinding: <<beginning of stack>> 432 14:50:29: Error in material Difflab/TexturedPhong at line 58 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown!432 21:21:52: Error in material Difflab/TexturedPhong at line 58 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 433 433 434 434 ----------------------------------- … … 441 441 Line: 779 442 442 Stack unwinding: <<beginning of stack>> 443 14:50:29: An exception has been thrown!443 21:21:52: An exception has been thrown! 444 444 445 445 ----------------------------------- … … 452 452 Line: 779 453 453 Stack unwinding: <<beginning of stack>> 454 14:50:29: Error in material Difflab/TexturedPhong at line 59 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown!454 21:21:52: Error in material Difflab/TexturedPhong at line 59 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 455 455 456 456 ----------------------------------- … … 463 463 Line: 779 464 464 Stack unwinding: <<beginning of stack>> 465 14:50:29: An exception has been thrown!465 21:21:52: An exception has been thrown! 466 466 467 467 ----------------------------------- … … 474 474 Line: 779 475 475 Stack unwinding: <<beginning of stack>> 476 14:50:29: Error in material Difflab/TexturedPhong at line 60 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown!476 21:21:52: Error in material Difflab/TexturedPhong at line 60 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 477 477 478 478 ----------------------------------- … … 485 485 Line: 779 486 486 Stack unwinding: <<beginning of stack>> 487 14:50:29: An exception has been thrown!487 21:21:52: An exception has been thrown! 488 488 489 489 ----------------------------------- … … 496 496 Line: 779 497 497 Stack unwinding: <<beginning of stack>> 498 14:50:29: Error in material Difflab/TexturedPhong at line 65 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown!498 21:21:52: Error in material Difflab/TexturedPhong at line 65 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 499 499 500 500 ----------------------------------- … … 507 507 Line: 779 508 508 Stack unwinding: <<beginning of stack>> 509 14:50:29: An exception has been thrown!509 21:21:52: An exception has been thrown! 510 510 511 511 ----------------------------------- … … 518 518 Line: 779 519 519 Stack unwinding: <<beginning of stack>> 520 14:50:29: Error in material Difflab/TexturedPhong at line 66 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown!520 21:21:52: Error in material Difflab/TexturedPhong at line 66 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 521 521 522 522 ----------------------------------- … … 529 529 Line: 779 530 530 Stack unwinding: <<beginning of stack>> 531 14:50:29: An exception has been thrown!531 21:21:52: An exception has been thrown! 532 532 533 533 ----------------------------------- … … 540 540 Line: 779 541 541 Stack unwinding: <<beginning of stack>> 542 14:50:29: Error in material Difflab/TexturedPhong at line 67 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown!542 21:21:52: Error in material Difflab/TexturedPhong at line 67 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 543 543 544 544 ----------------------------------- … … 551 551 Line: 779 552 552 Stack unwinding: <<beginning of stack>> 553 14:50:29: An exception has been thrown!553 21:21:52: An exception has been thrown! 554 554 555 555 ----------------------------------- … … 562 562 Line: 779 563 563 Stack unwinding: <<beginning of stack>> 564 14:50:29: Error in material Difflab/TexturedPhong at line 68 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown!564 21:21:52: Error in material Difflab/TexturedPhong at line 68 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 565 565 566 566 ----------------------------------- … … 573 573 Line: 779 574 574 Stack unwinding: <<beginning of stack>> 575 14:50:29: An exception has been thrown!575 21:21:52: An exception has been thrown! 576 576 577 577 ----------------------------------- … … 584 584 Line: 779 585 585 Stack unwinding: <<beginning of stack>> 586 14:50:29: Error in material Difflab/TexturedPhong at line 69 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown!586 21:21:52: Error in material Difflab/TexturedPhong at line 69 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 587 587 588 588 ----------------------------------- … … 595 595 Line: 779 596 596 Stack unwinding: <<beginning of stack>> 597 14:50:29: Parsing script diffscene.material598 14:50:29: An exception has been thrown!597 21:21:52: Parsing script diffscene.material 598 21:21:52: An exception has been thrown! 599 599 600 600 ----------------------------------- … … 607 607 Line: 779 608 608 Stack unwinding: <<beginning of stack>> 609 14:50:29: Error in material GameTools/Phong at line 36 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown!609 21:21:52: Error in material GameTools/Phong at line 36 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 610 610 611 611 ----------------------------------- … … 618 618 Line: 779 619 619 Stack unwinding: <<beginning of stack>> 620 14:50:29: An exception has been thrown!620 21:21:52: An exception has been thrown! 621 621 622 622 ----------------------------------- … … 629 629 Line: 779 630 630 Stack unwinding: <<beginning of stack>> 631 14:50:29: Error in material GameTools/Phong at line 37 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown!631 21:21:52: Error in material GameTools/Phong at line 37 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 632 632 633 633 ----------------------------------- … … 640 640 Line: 779 641 641 Stack unwinding: <<beginning of stack>> 642 14:50:29: An exception has been thrown!642 21:21:52: An exception has been thrown! 643 643 644 644 ----------------------------------- … … 651 651 Line: 779 652 652 Stack unwinding: <<beginning of stack>> 653 14:50:29: Error in material GameTools/Phong at line 38 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown!653 21:21:52: Error in material GameTools/Phong at line 38 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 654 654 655 655 ----------------------------------- … … 662 662 Line: 779 663 663 Stack unwinding: <<beginning of stack>> 664 14:50:29: An exception has been thrown!664 21:21:52: An exception has been thrown! 665 665 666 666 ----------------------------------- … … 673 673 Line: 779 674 674 Stack unwinding: <<beginning of stack>> 675 14:50:29: Error in material GameTools/Phong at line 39 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown!675 21:21:52: Error in material GameTools/Phong at line 39 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 676 676 677 677 ----------------------------------- … … 684 684 Line: 779 685 685 Stack unwinding: <<beginning of stack>> 686 14:50:29: An exception has been thrown!686 21:21:52: An exception has been thrown! 687 687 688 688 ----------------------------------- … … 695 695 Line: 779 696 696 Stack unwinding: <<beginning of stack>> 697 14:50:29: Error in material GameTools/Phong at line 45 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown!697 21:21:52: Error in material GameTools/Phong at line 45 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 698 698 699 699 ----------------------------------- … … 706 706 Line: 779 707 707 Stack unwinding: <<beginning of stack>> 708 14:50:29: An exception has been thrown!708 21:21:52: An exception has been thrown! 709 709 710 710 ----------------------------------- … … 717 717 Line: 779 718 718 Stack unwinding: <<beginning of stack>> 719 14:50:29: Error in material GameTools/Phong at line 46 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown!719 21:21:52: Error in material GameTools/Phong at line 46 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 720 720 721 721 ----------------------------------- … … 728 728 Line: 779 729 729 Stack unwinding: <<beginning of stack>> 730 14:50:29: An exception has been thrown!730 21:21:52: An exception has been thrown! 731 731 732 732 ----------------------------------- … … 739 739 Line: 779 740 740 Stack unwinding: <<beginning of stack>> 741 14:50:29: Error in material GameTools/Phong at line 47 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown!741 21:21:52: Error in material GameTools/Phong at line 47 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 742 742 743 743 ----------------------------------- … … 750 750 Line: 779 751 751 Stack unwinding: <<beginning of stack>> 752 14:50:29: An exception has been thrown!752 21:21:52: An exception has been thrown! 753 753 754 754 ----------------------------------- … … 761 761 Line: 779 762 762 Stack unwinding: <<beginning of stack>> 763 14:50:29: Error in material GameTools/Phong at line 48 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown!763 21:21:52: Error in material GameTools/Phong at line 48 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 764 764 765 765 ----------------------------------- … … 772 772 Line: 779 773 773 Stack unwinding: <<beginning of stack>> 774 14:50:29: Error in material asztallap at line 73 of diffscene.material: Invalid param_named attribute - unrecognised parameter type 0.560857775 14:50:29: Error in material asztallap at line 74 of diffscene.material: Invalid param_named attribute - unrecognised parameter type 0.560857776 14:50:29: Parsing script Diffuse.material777 14:50:29: An exception has been thrown!774 21:21:52: Error in material asztallap at line 73 of diffscene.material: Invalid param_named attribute - unrecognised parameter type 0.560857 775 21:21:52: Error in material asztallap at line 74 of diffscene.material: Invalid param_named attribute - unrecognised parameter type 0.560857 776 21:21:53: Parsing script Diffuse.material 777 21:21:53: An exception has been thrown! 778 778 779 779 ----------------------------------- … … 786 786 Line: 779 787 787 Stack unwinding: <<beginning of stack>> 788 14:50:29: Error in material GameTools/CubeMap/Reduce at line 20 of Diffuse.material: Invalid param_named attribute - An exception has been thrown!788 21:21:53: Error in material GameTools/CubeMap/Reduce at line 20 of Diffuse.material: Invalid param_named attribute - An exception has been thrown! 789 789 790 790 ----------------------------------- … … 797 797 Line: 779 798 798 Stack unwinding: <<beginning of stack>> 799 14:50:30: An exception has been thrown!799 21:21:55: An exception has been thrown! 800 800 801 801 ----------------------------------- … … 808 808 Line: 779 809 809 Stack unwinding: <<beginning of stack>> 810 14:50:30: Error in material GameTools/Diffuse at line 74 of Diffuse.material: Invalid param_named attribute - An exception has been thrown!810 21:21:55: Error in material GameTools/Diffuse at line 74 of Diffuse.material: Invalid param_named attribute - An exception has been thrown! 811 811 812 812 ----------------------------------- … … 819 819 Line: 779 820 820 Stack unwinding: <<beginning of stack>> 821 14:50:33: An exception has been thrown!821 21:22:03: An exception has been thrown! 822 822 823 823 ----------------------------------- … … 830 830 Line: 779 831 831 Stack unwinding: <<beginning of stack>> 832 14:50:33: Error in material GameTools/DiffuseBump at line 226 of Diffuse.material: Invalid param_named_auto attribute - An exception has been thrown!832 21:22:03: Error in material GameTools/DiffuseBump at line 226 of Diffuse.material: Invalid param_named_auto attribute - An exception has been thrown! 833 833 834 834 ----------------------------------- … … 841 841 Line: 779 842 842 Stack unwinding: <<beginning of stack>> 843 14:50:33: An exception has been thrown!843 21:22:03: An exception has been thrown! 844 844 845 845 ----------------------------------- … … 852 852 Line: 779 853 853 Stack unwinding: <<beginning of stack>> 854 14:50:33: Error in material GameTools/DiffuseBump at line 227 of Diffuse.material: Invalid param_named attribute - An exception has been thrown!854 21:22:03: Error in material GameTools/DiffuseBump at line 227 of Diffuse.material: Invalid param_named attribute - An exception has been thrown! 855 855 856 856 ----------------------------------- … … 863 863 Line: 779 864 864 Stack unwinding: <<beginning of stack>> 865 14:50:33: Parsing script EnvMetals.material866 14:50:33: An exception has been thrown!865 21:22:04: Parsing script EnvMetals.material 866 21:22:04: An exception has been thrown! 867 867 868 868 ----------------------------------- … … 875 875 Line: 779 876 876 Stack unwinding: <<beginning of stack>> 877 14:50:33: Error in material EnvMetals/Copper at line 37 of EnvMetals.material: Invalid param_named_auto attribute - An exception has been thrown!877 21:22:04: Error in material EnvMetals/Copper at line 37 of EnvMetals.material: Invalid param_named_auto attribute - An exception has been thrown! 878 878 879 879 ----------------------------------- … … 886 886 Line: 779 887 887 Stack unwinding: <<beginning of stack>> 888 14:50:33: An exception has been thrown!888 21:22:04: An exception has been thrown! 889 889 890 890 ----------------------------------- … … 897 897 Line: 779 898 898 Stack unwinding: <<beginning of stack>> 899 14:50:33: Error in material EnvMetals/Gold at line 97 of EnvMetals.material: Invalid param_named_auto attribute - An exception has been thrown!899 21:22:04: Error in material EnvMetals/Gold at line 97 of EnvMetals.material: Invalid param_named_auto attribute - An exception has been thrown! 900 900 901 901 ----------------------------------- … … 908 908 Line: 779 909 909 Stack unwinding: <<beginning of stack>> 910 14:50:33: An exception has been thrown!910 21:22:04: An exception has been thrown! 911 911 912 912 ----------------------------------- … … 919 919 Line: 779 920 920 Stack unwinding: <<beginning of stack>> 921 14:50:33: Error in material EnvMetals/Silver at line 159 of EnvMetals.material: Invalid param_named_auto attribute - An exception has been thrown!921 21:22:04: Error in material EnvMetals/Silver at line 159 of EnvMetals.material: Invalid param_named_auto attribute - An exception has been thrown! 922 922 923 923 ----------------------------------- … … 930 930 Line: 779 931 931 Stack unwinding: <<beginning of stack>> 932 14:50:33: An exception has been thrown!932 21:22:04: An exception has been thrown! 933 933 934 934 ----------------------------------- … … 941 941 Line: 779 942 942 Stack unwinding: <<beginning of stack>> 943 14:50:33: Error in material EnvMetals/Alu at line 222 of EnvMetals.material: Invalid param_named_auto attribute - An exception has been thrown!943 21:22:04: Error in material EnvMetals/Alu at line 222 of EnvMetals.material: Invalid param_named_auto attribute - An exception has been thrown! 944 944 945 945 ----------------------------------- … … 952 952 Line: 779 953 953 Stack unwinding: <<beginning of stack>> 954 14:50:33: Parsing script GameTools.material955 14:50:33: Error in material TestPlane at line 120 of GameTools.material: Bad specular attribute, wrong number of parameters (expected 2, 4 or 5)956 14:50:33: Error in material GameTools/SceneCameraDepthShader at line 190 of GameTools.material: Unrecognised command: scene_blend957 14:50:33: An exception has been thrown!954 21:22:04: Parsing script GameTools.material 955 21:22:04: Error in material TestPlane at line 120 of GameTools.material: Bad specular attribute, wrong number of parameters (expected 2, 4 or 5) 956 21:22:04: Error in material GameTools/SceneCameraDepthShader at line 190 of GameTools.material: Unrecognised command: scene_blend 957 21:22:04: An exception has been thrown! 958 958 959 959 ----------------------------------- … … 966 966 Line: 779 967 967 Stack unwinding: <<beginning of stack>> 968 14:50:33: Error in material GameTools/SceneCameraDepthShader at line 198 of GameTools.material: Invalid param_named_auto attribute - An exception has been thrown!968 21:22:04: Error in material GameTools/SceneCameraDepthShader at line 198 of GameTools.material: Invalid param_named_auto attribute - An exception has been thrown! 969 969 970 970 ----------------------------------- … … 977 977 Line: 779 978 978 Stack unwinding: <<beginning of stack>> 979 14:50:33: Error in material GameTools/FocusingShader at line 214 of GameTools.material: Unrecognised command: scene_blend980 14:50:33: Error in material GameTools/FocusingShader at line 222 of GameTools.material: Invalid param_named attribute - expected at least 3 parameters.981 14:50:33: Error in material GameTools/ShadowMapDepth at line 238 of GameTools.material: Unrecognised command: scene_blend982 14:50:33: Error in material GameTools/ShadowMapDistance at line 263 of GameTools.material: Unrecognised command: scene_blend983 14:50:33: Parsing script GameTools_HPS.material984 14:50:33: An exception has been thrown!979 21:22:04: Error in material GameTools/FocusingShader at line 214 of GameTools.material: Unrecognised command: scene_blend 980 21:22:04: Error in material GameTools/FocusingShader at line 222 of GameTools.material: Invalid param_named attribute - expected at least 3 parameters. 981 21:22:04: Error in material GameTools/ShadowMapDepth at line 238 of GameTools.material: Unrecognised command: scene_blend 982 21:22:04: Error in material GameTools/ShadowMapDistance at line 263 of GameTools.material: Unrecognised command: scene_blend 983 21:22:04: Parsing script GameTools_HPS.material 984 21:22:04: An exception has been thrown! 985 985 986 986 ----------------------------------- … … 993 993 Line: 779 994 994 Stack unwinding: <<beginning of stack>> 995 14:50:33: Error in material HPS_SMOKE_S at line 25 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown!995 21:22:04: Error in material HPS_SMOKE_S at line 25 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 996 996 997 997 ----------------------------------- … … 1004 1004 Line: 779 1005 1005 Stack unwinding: <<beginning of stack>> 1006 14:50:34: An exception has been thrown!1006 21:22:04: An exception has been thrown! 1007 1007 1008 1008 ----------------------------------- … … 1015 1015 Line: 779 1016 1016 Stack unwinding: <<beginning of stack>> 1017 14:50:34: Error in material HPS_SMOKE_L at line 84 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown!1017 21:22:04: Error in material HPS_SMOKE_L at line 84 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 1018 1018 1019 1019 ----------------------------------- … … 1026 1026 Line: 779 1027 1027 Stack unwinding: <<beginning of stack>> 1028 14:50:34: An exception has been thrown!1028 21:22:04: An exception has been thrown! 1029 1029 1030 1030 ----------------------------------- … … 1037 1037 Line: 779 1038 1038 Stack unwinding: <<beginning of stack>> 1039 14:50:34: Error in material HPS_SMOKE_L at line 90 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown!1039 21:22:04: Error in material HPS_SMOKE_L at line 90 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 1040 1040 1041 1041 ----------------------------------- … … 1048 1048 Line: 779 1049 1049 Stack unwinding: <<beginning of stack>> 1050 14:50:34: An exception has been thrown!1050 21:22:04: An exception has been thrown! 1051 1051 1052 1052 ----------------------------------- … … 1059 1059 Line: 779 1060 1060 Stack unwinding: <<beginning of stack>> 1061 14:50:34: Error in material HPS_SMOKE_L_Depth at line 160 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown!1061 21:22:04: Error in material HPS_SMOKE_L_Depth at line 160 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 1062 1062 1063 1063 ----------------------------------- … … 1070 1070 Line: 779 1071 1071 Stack unwinding: <<beginning of stack>> 1072 14:50:34: An exception has been thrown!1072 21:22:04: An exception has been thrown! 1073 1073 1074 1074 ----------------------------------- … … 1081 1081 Line: 779 1082 1082 Stack unwinding: <<beginning of stack>> 1083 14:50:34: Error in material HPS_SMOKE_L_Depth at line 169 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown!1083 21:22:04: Error in material HPS_SMOKE_L_Depth at line 169 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 1084 1084 1085 1085 ----------------------------------- … … 1092 1092 Line: 779 1093 1093 Stack unwinding: <<beginning of stack>> 1094 14:50:34: An exception has been thrown!1094 21:22:04: An exception has been thrown! 1095 1095 1096 1096 ----------------------------------- … … 1103 1103 Line: 779 1104 1104 Stack unwinding: <<beginning of stack>> 1105 14:50:34: Error in material HPS_SMOKE_L_Depth at line 170 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown!1105 21:22:04: Error in material HPS_SMOKE_L_Depth at line 170 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 1106 1106 1107 1107 ----------------------------------- … … 1114 1114 Line: 779 1115 1115 Stack unwinding: <<beginning of stack>> 1116 14:50:34: An exception has been thrown!1116 21:22:04: An exception has been thrown! 1117 1117 1118 1118 ----------------------------------- … … 1125 1125 Line: 779 1126 1126 Stack unwinding: <<beginning of stack>> 1127 14:50:34: Error in material Smoke_IllumVolume at line 229 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown!1127 21:22:04: Error in material Smoke_IllumVolume at line 229 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 1128 1128 1129 1129 ----------------------------------- … … 1136 1136 Line: 779 1137 1137 Stack unwinding: <<beginning of stack>> 1138 14:50:34: Parsing script GlassHead.material1139 14:50:34: An exception has been thrown!1138 21:22:04: Parsing script GlassHead.material 1139 21:22:04: An exception has been thrown! 1140 1140 1141 1141 ----------------------------------- … … 1148 1148 Line: 779 1149 1149 Stack unwinding: <<beginning of stack>> 1150 14:50:34: Error in material GameTools/PhotonMapCaustic at line 12 of GlassHead.material: Invalid param_named_auto attribute - An exception has been thrown!1150 21:22:04: Error in material GameTools/PhotonMapCaustic at line 12 of GlassHead.material: Invalid param_named_auto attribute - An exception has been thrown! 1151 1151 1152 1152 ----------------------------------- … … 1159 1159 Line: 779 1160 1160 Stack unwinding: <<beginning of stack>> 1161 14:50:34: Error in material GameTools/PhotonMapCaustic at line 23 of GlassHead.material: Bad cubic_texture attribute, final parameter must be 'combinedUVW' or 'separateUV'.1162 14:50:34: An exception has been thrown!1161 21:22:04: Error in material GameTools/PhotonMapCaustic at line 23 of GlassHead.material: Bad cubic_texture attribute, final parameter must be 'combinedUVW' or 'separateUV'. 1162 21:22:04: An exception has been thrown! 1163 1163 1164 1164 ----------------------------------- … … 1171 1171 Line: 779 1172 1172 Stack unwinding: <<beginning of stack>> 1173 14:50:34: Error in material GameTools/Cau at line 47 of GlassHead.material: Invalid param_named_auto attribute - An exception has been thrown!1173 21:22:04: Error in material GameTools/Cau at line 47 of GlassHead.material: Invalid param_named_auto attribute - An exception has been thrown! 1174 1174 1175 1175 ----------------------------------- … … 1182 1182 Line: 779 1183 1183 Stack unwinding: <<beginning of stack>> 1184 14:50:34: An exception has been thrown!1184 21:22:04: An exception has been thrown! 1185 1185 1186 1186 ----------------------------------- … … 1193 1193 Line: 779 1194 1194 Stack unwinding: <<beginning of stack>> 1195 14:50:34: Error in material GameTools/Cau at line 50 of GlassHead.material: Invalid param_named_auto attribute - An exception has been thrown!1195 21:22:04: Error in material GameTools/Cau at line 50 of GlassHead.material: Invalid param_named_auto attribute - An exception has been thrown! 1196 1196 1197 1197 ----------------------------------- … … 1204 1204 Line: 779 1205 1205 Stack unwinding: <<beginning of stack>> 1206 14:50:34: An exception has been thrown!1206 21:22:04: An exception has been thrown! 1207 1207 1208 1208 ----------------------------------- … … 1215 1215 Line: 779 1216 1216 Stack unwinding: <<beginning of stack>> 1217 14:50:34: Error in material GameTools/CauTri at line 105 of GlassHead.material: Invalid param_named_auto attribute - An exception has been thrown!1217 21:22:04: Error in material GameTools/CauTri at line 105 of GlassHead.material: Invalid param_named_auto attribute - An exception has been thrown! 1218 1218 1219 1219 ----------------------------------- … … 1226 1226 Line: 779 1227 1227 Stack unwinding: <<beginning of stack>> 1228 14:50:34: Parsing script Glow.material1229 14:50:34: An exception has been thrown!1228 21:22:04: Parsing script Glow.material 1229 21:22:05: An exception has been thrown! 1230 1230 1231 1231 ----------------------------------- … … 1238 1238 Line: 779 1239 1239 Stack unwinding: <<beginning of stack>> 1240 14:50:34: Error in material GameTools/ToneMap at line 239 of Glow.material: Invalid param_named attribute - An exception has been thrown!1240 21:22:05: Error in material GameTools/ToneMap at line 239 of Glow.material: Invalid param_named attribute - An exception has been thrown! 1241 1241 1242 1242 ----------------------------------- … … 1249 1249 Line: 779 1250 1250 Stack unwinding: <<beginning of stack>> 1251 14:50:34: Parsing script hangar.material1252 14:50:34: Parsing script kupola.material1253 14:50:34: Error in material kupolalambert2 at line 23 of kupola.material: Bad scene_blend attribute, unrecognised parameter 'none'1254 14:50:34: Error in material kupolalambert2 at line 26 of kupola.material: Bad scene_blend_alpha attribute, unrecognised parameter 'none'1255 14:50:34: Error in material kupolalambert5 at line 77 of kupola.material: Bad scene_blend attribute, unrecognised parameter 'none'1256 14:50:34: Error in material kupolalambert5 at line 80 of kupola.material: Bad scene_blend_alpha attribute, unrecognised parameter 'none'1257 14:50:34: Parsing script MetalTeapot.material1258 14:50:35: An exception has been thrown!1251 21:22:05: Parsing script hangar.material 1252 21:22:05: Parsing script kupola.material 1253 21:22:05: Error in material kupolalambert2 at line 23 of kupola.material: Bad scene_blend attribute, unrecognised parameter 'none' 1254 21:22:05: Error in material kupolalambert2 at line 26 of kupola.material: Bad scene_blend_alpha attribute, unrecognised parameter 'none' 1255 21:22:05: Error in material kupolalambert5 at line 77 of kupola.material: Bad scene_blend attribute, unrecognised parameter 'none' 1256 21:22:05: Error in material kupolalambert5 at line 80 of kupola.material: Bad scene_blend_alpha attribute, unrecognised parameter 'none' 1257 21:22:05: Parsing script MetalTeapot.material 1258 21:22:08: An exception has been thrown! 1259 1259 1260 1260 ----------------------------------- … … 1267 1267 Line: 779 1268 1268 Stack unwinding: <<beginning of stack>> 1269 14:50:35: Error in material MetalTeapotMultipleBounce at line 192 of MetalTeapot.material: Invalid param_named attribute - An exception has been thrown!1269 21:22:08: Error in material MetalTeapotMultipleBounce at line 192 of MetalTeapot.material: Invalid param_named attribute - An exception has been thrown! 1270 1270 1271 1271 ----------------------------------- … … 1278 1278 Line: 779 1279 1279 Stack unwinding: <<beginning of stack>> 1280 14:50:35: Parsing script Ogre.material1281 14:50:35: Parsing script Particles.material1282 14:50:35: An exception has been thrown!1280 21:22:08: Parsing script Ogre.material 1281 21:22:08: Parsing script Particles.material 1282 21:22:09: An exception has been thrown! 1283 1283 1284 1284 ----------------------------------- … … 1291 1291 Line: 779 1292 1292 Stack unwinding: <<beginning of stack>> 1293 14:50:35: Error in material GameTools/SpriteShader at line 17 of Particles.material: Invalid param_named_auto attribute - An exception has been thrown!1293 21:22:09: Error in material GameTools/SpriteShader at line 17 of Particles.material: Invalid param_named_auto attribute - An exception has been thrown! 1294 1294 1295 1295 ----------------------------------- … … 1302 1302 Line: 779 1303 1303 Stack unwinding: <<beginning of stack>> 1304 14:50:35: An exception has been thrown!1304 21:22:09: An exception has been thrown! 1305 1305 1306 1306 ----------------------------------- … … 1313 1313 Line: 779 1314 1314 Stack unwinding: <<beginning of stack>> 1315 14:50:35: Error in material GameTools/SBB at line 52 of Particles.material: Invalid param_named_auto attribute - An exception has been thrown!1315 21:22:09: Error in material GameTools/SBB at line 52 of Particles.material: Invalid param_named_auto attribute - An exception has been thrown! 1316 1316 1317 1317 ----------------------------------- … … 1324 1324 Line: 779 1325 1325 Stack unwinding: <<beginning of stack>> 1326 14:50:35: Parsing script RaytraceDemo.material1327 14:50:35: Parsing script stairs.material1328 14:50:35: Parsing script uvegfolyoso2.material1329 14:50:35: An exception has been thrown!1326 21:22:09: Parsing script RaytraceDemo.material 1327 21:22:09: Parsing script stairs.material 1328 21:22:09: Parsing script uvegfolyoso2.material 1329 21:22:09: An exception has been thrown! 1330 1330 1331 1331 ----------------------------------- … … 1338 1338 Line: 779 1339 1339 Stack unwinding: <<beginning of stack>> 1340 14:50:35: Error in material Folyoso/Phong at line 22 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown!1340 21:22:09: Error in material Folyoso/Phong at line 22 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 1341 1341 1342 1342 ----------------------------------- … … 1349 1349 Line: 779 1350 1350 Stack unwinding: <<beginning of stack>> 1351 14:50:35: An exception has been thrown!1351 21:22:09: An exception has been thrown! 1352 1352 1353 1353 ----------------------------------- … … 1360 1360 Line: 779 1361 1361 Stack unwinding: <<beginning of stack>> 1362 14:50:35: Error in material Folyoso/Phong at line 23 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown!1362 21:22:09: Error in material Folyoso/Phong at line 23 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 1363 1363 1364 1364 ----------------------------------- … … 1371 1371 Line: 779 1372 1372 Stack unwinding: <<beginning of stack>> 1373 14:50:35: An exception has been thrown!1373 21:22:09: An exception has been thrown! 1374 1374 1375 1375 ----------------------------------- … … 1382 1382 Line: 779 1383 1383 Stack unwinding: <<beginning of stack>> 1384 14:50:35: Error in material Folyoso/Phong at line 24 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown!1384 21:22:09: Error in material Folyoso/Phong at line 24 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 1385 1385 1386 1386 ----------------------------------- … … 1393 1393 Line: 779 1394 1394 Stack unwinding: <<beginning of stack>> 1395 14:50:35: An exception has been thrown!1395 21:22:09: An exception has been thrown! 1396 1396 1397 1397 ----------------------------------- … … 1404 1404 Line: 779 1405 1405 Stack unwinding: <<beginning of stack>> 1406 14:50:35: Error in material Folyoso/Phong at line 25 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown!1406 21:22:09: Error in material Folyoso/Phong at line 25 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 1407 1407 1408 1408 ----------------------------------- … … 1415 1415 Line: 779 1416 1416 Stack unwinding: <<beginning of stack>> 1417 14:50:35: An exception has been thrown!1417 21:22:09: An exception has been thrown! 1418 1418 1419 1419 ----------------------------------- … … 1426 1426 Line: 779 1427 1427 Stack unwinding: <<beginning of stack>> 1428 14:50:35: Error in material Folyoso/Phong at line 31 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown!1428 21:22:09: Error in material Folyoso/Phong at line 31 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 1429 1429 1430 1430 ----------------------------------- … … 1437 1437 Line: 779 1438 1438 Stack unwinding: <<beginning of stack>> 1439 14:50:35: An exception has been thrown!1439 21:22:09: An exception has been thrown! 1440 1440 1441 1441 ----------------------------------- … … 1448 1448 Line: 779 1449 1449 Stack unwinding: <<beginning of stack>> 1450 14:50:35: Error in material Folyoso/Phong at line 32 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown!1450 21:22:09: Error in material Folyoso/Phong at line 32 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 1451 1451 1452 1452 ----------------------------------- … … 1459 1459 Line: 779 1460 1460 Stack unwinding: <<beginning of stack>> 1461 14:50:35: An exception has been thrown!1461 21:22:09: An exception has been thrown! 1462 1462 1463 1463 ----------------------------------- … … 1470 1470 Line: 779 1471 1471 Stack unwinding: <<beginning of stack>> 1472 14:50:35: Error in material Folyoso/Phong at line 33 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown!1472 21:22:09: Error in material Folyoso/Phong at line 33 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 1473 1473 1474 1474 ----------------------------------- … … 1481 1481 Line: 779 1482 1482 Stack unwinding: <<beginning of stack>> 1483 14:50:35: An exception has been thrown!1483 21:22:09: An exception has been thrown! 1484 1484 1485 1485 ----------------------------------- … … 1492 1492 Line: 779 1493 1493 Stack unwinding: <<beginning of stack>> 1494 14:50:35: Error in material Folyoso/Phong at line 34 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown!1494 21:22:09: Error in material Folyoso/Phong at line 34 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 1495 1495 1496 1496 ----------------------------------- … … 1503 1503 Line: 779 1504 1504 Stack unwinding: <<beginning of stack>> 1505 14:50:35: An exception has been thrown!1505 21:22:09: An exception has been thrown! 1506 1506 1507 1507 ----------------------------------- … … 1514 1514 Line: 779 1515 1515 Stack unwinding: <<beginning of stack>> 1516 14:50:35: Error in material Folyoso/PhongPlaneReflect at line 76 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown!1516 21:22:09: Error in material Folyoso/PhongPlaneReflect at line 76 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 1517 1517 1518 1518 ----------------------------------- … … 1525 1525 Line: 779 1526 1526 Stack unwinding: <<beginning of stack>> 1527 14:50:35: An exception has been thrown!1527 21:22:09: An exception has been thrown! 1528 1528 1529 1529 ----------------------------------- … … 1536 1536 Line: 779 1537 1537 Stack unwinding: <<beginning of stack>> 1538 14:50:35: Error in material Folyoso/PhongPlaneReflect at line 77 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown!1538 21:22:09: Error in material Folyoso/PhongPlaneReflect at line 77 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 1539 1539 1540 1540 ----------------------------------- … … 1547 1547 Line: 779 1548 1548 Stack unwinding: <<beginning of stack>> 1549 14:50:35: An exception has been thrown!1549 21:22:09: An exception has been thrown! 1550 1550 1551 1551 ----------------------------------- … … 1558 1558 Line: 779 1559 1559 Stack unwinding: <<beginning of stack>> 1560 14:50:35: Error in material Folyoso/PhongPlaneReflect at line 78 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown!1560 21:22:09: Error in material Folyoso/PhongPlaneReflect at line 78 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 1561 1561 1562 1562 ----------------------------------- … … 1569 1569 Line: 779 1570 1570 Stack unwinding: <<beginning of stack>> 1571 14:50:35: An exception has been thrown!1571 21:22:09: An exception has been thrown! 1572 1572 1573 1573 ----------------------------------- … … 1580 1580 Line: 779 1581 1581 Stack unwinding: <<beginning of stack>> 1582 14:50:35: Error in material Folyoso/PhongPlaneReflect at line 79 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown!1582 21:22:09: Error in material Folyoso/PhongPlaneReflect at line 79 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 1583 1583 1584 1584 ----------------------------------- … … 1591 1591 Line: 779 1592 1592 Stack unwinding: <<beginning of stack>> 1593 14:50:35: An exception has been thrown!1593 21:22:09: An exception has been thrown! 1594 1594 1595 1595 ----------------------------------- … … 1602 1602 Line: 779 1603 1603 Stack unwinding: <<beginning of stack>> 1604 14:50:35: Error in material Folyoso/PhongPlaneReflect at line 85 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown!1604 21:22:09: Error in material Folyoso/PhongPlaneReflect at line 85 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 1605 1605 1606 1606 ----------------------------------- … … 1613 1613 Line: 779 1614 1614 Stack unwinding: <<beginning of stack>> 1615 14:50:35: An exception has been thrown!1615 21:22:09: An exception has been thrown! 1616 1616 1617 1617 ----------------------------------- … … 1624 1624 Line: 779 1625 1625 Stack unwinding: <<beginning of stack>> 1626 14:50:35: Error in material Folyoso/PhongPlaneReflect at line 86 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown!1626 21:22:09: Error in material Folyoso/PhongPlaneReflect at line 86 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 1627 1627 1628 1628 ----------------------------------- … … 1635 1635 Line: 779 1636 1636 Stack unwinding: <<beginning of stack>> 1637 14:50:35: An exception has been thrown!1637 21:22:09: An exception has been thrown! 1638 1638 1639 1639 ----------------------------------- … … 1646 1646 Line: 779 1647 1647 Stack unwinding: <<beginning of stack>> 1648 14:50:35: Error in material Folyoso/PhongPlaneReflect at line 87 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown!1648 21:22:09: Error in material Folyoso/PhongPlaneReflect at line 87 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 1649 1649 1650 1650 ----------------------------------- … … 1657 1657 Line: 779 1658 1658 Stack unwinding: <<beginning of stack>> 1659 14:50:35: An exception has been thrown!1659 21:22:09: An exception has been thrown! 1660 1660 1661 1661 ----------------------------------- … … 1668 1668 Line: 779 1669 1669 Stack unwinding: <<beginning of stack>> 1670 14:50:35: Error in material Folyoso/PhongPlaneReflect at line 88 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown!1670 21:22:09: Error in material Folyoso/PhongPlaneReflect at line 88 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 1671 1671 1672 1672 ----------------------------------- … … 1679 1679 Line: 779 1680 1680 Stack unwinding: <<beginning of stack>> 1681 14:50:35: Error in material uvegfolyoso_talaj at line 118 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.36774 1682 14:50:35: Error in material uvegfolyoso_talaj at line 119 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.36774 1683 14:50:35: Error in material uvegfolyoso_talaj at line 120 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.51282 1684 14:50:35: Error in material uvegfolyoso_teto at line 138 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.237 1685 14:50:35: Error in material uvegfolyoso_teto at line 139 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.237 1686 14:50:35: Error in material uvegfolyoso_teto at line 140 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.51282 1687 14:50:35: Error in material oszlop at line 158 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.94018 1688 14:50:35: Error in material oszlop at line 159 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.94018 1689 14:50:35: Error in material oszlop at line 160 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.0 1690 14:50:35: Parsing script X3D.material 1691 14:50:35: Parsing script GameTools_Glow.compositor 1692 14:50:35: Parsing script GameTools_ToneMap.compositor 1693 14:50:35: Parsing script sample.fontdef 1694 14:50:35: Bad attribute line: glyph 0.152344 0.125 0.160156 0.1875 in font Ogre 1695 14:50:35: Parsing script GameTools.particle 1696 14:50:35: Bad particle system attribute line: 'billboard_type point' in GameTools/DemoParticle1 (tried renderer) 1697 14:50:35: Bad particle system attribute line: 'billboard_type point' in GameTools/Big (tried renderer) 1698 14:50:35: Bad particle system attribute line: 'billboard_type point' in GameTools/Little (tried renderer) 1699 14:50:35: Parsing script Compositor.overlay 1700 14:50:35: Parsing script DP3.overlay 1701 14:50:35: Parsing script Example-CubeMapping.overlay 1702 14:50:35: Parsing script Example-DynTex.overlay 1703 14:50:35: Parsing script Example-Water.overlay 1704 14:50:35: Parsing script FullScreen.overlay 1705 14:50:35: Texture: flare.png: Loading 1 faces(PF_B8G8R8,256x256x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1. 1706 14:50:35: Parsing script Shadows.overlay 1707 14:50:35: Finished parsing scripts for resource group General 1708 14:50:35: Parsing scripts for resource group Internal 1709 14:50:35: Finished parsing scripts for resource group Internal 1710 14:50:35: Texture: stormy_fr.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 1711 14:50:35: Texture: stormy_bk.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 1712 14:50:36: Texture: stormy_lf.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 1713 14:50:36: Texture: stormy_rt.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 1714 14:50:36: Texture: stormy_up.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 1715 14:50:36: Texture: stormy_dn.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 1716 14:50:36: Mesh: Loading athene.mesh. 1717 14:50:36: Can't assign material 1 - Default to SubEntity of head because this Material does not exist. Have you forgotten to define it in a .material script? 1718 14:50:36: Creating viewport on target 'rtt/3203168', rendering from camera 'psys1_HPP_IMPOSTOR_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1719 14:50:36: Viewport for camera 'psys1_HPP_IMPOSTOR_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1720 14:50:36: WARNING: Texture instance 'psys1_HPP_IMPOSTOR' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 1721 14:50:36: Creating viewport on target 'rtt/3203232', rendering from camera 'PlayerCam', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1722 14:50:36: Viewport for camera 'PlayerCam', actual dimensions L: 0 T: 0 W: 800 H: 600 1723 14:50:36: Creating viewport on target 'rtt/42704288', rendering from camera 'LIGHT_FOCUSING_MAP_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1724 14:50:36: Viewport for camera 'LIGHT_FOCUSING_MAP_CAMERA', actual dimensions L: 0 T: 0 W: 32 H: 32 1725 14:50:36: Creating viewport on target 'rtt/42704640', rendering from camera 'PHASE_TEXTURE_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1726 14:50:36: Viewport for camera 'PHASE_TEXTURE_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1727 14:50:36: WARNING: Texture instance 'ILLUMMODULE_SCENE_CAMERA_DEPTH' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 1728 14:50:36: Creating viewport on target 'rtt/42704704', rendering from camera 'psys1_LIGHT_VOLUME_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1729 14:50:36: Viewport for camera 'psys1_LIGHT_VOLUME_CAMERA', actual dimensions L: 0 T: 0 W: 128 H: 128 1730 14:50:36: WARNING: Texture instance 'psys1_LIGHT_VOLUME' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 1731 14:50:36: Win32Input8: DirectInput Activation Starts 1732 14:50:36: Win32Input8: Establishing keyboard input. 1733 14:50:36: Win32Input8: Keyboard input established. 1734 14:50:36: Win32Input8: Initializing mouse input in immediate mode. 1735 14:50:36: Win32Input8: Mouse input in immediate mode initialized. 1736 14:50:36: Win32Input8: DirectInput OK. 1737 14:50:36: Texture: smoke2.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 1738 14:50:36: D3D9 : Loading 2D Texture, image name : 'pamacs.dds' with 2147483647 mip map levels 1739 14:51:03: Unregistering ResourceManager for type BspLevel 1740 14:51:03: Render Target 'rtt/42704704' Average FPS: 69.2772 Best FPS: 380.24 Worst FPS: 58.7649 1741 14:51:03: Render Target 'rtt/42704640' Average FPS: 0 Best FPS: 0 Worst FPS: 999 1742 14:51:03: Render Target 'rtt/42704288' Average FPS: 0 Best FPS: 0 Worst FPS: 999 1743 14:51:03: Render Target 'rtt/3203232' Average FPS: 69.1026 Best FPS: 380.24 Worst FPS: 58.7649 1744 14:51:03: Render Target 'rtt/3203168' Average FPS: 69.1187 Best FPS: 379.86 Worst FPS: 58.7649 1745 14:51:03: *-*-* OGRE Shutdown 1746 14:51:03: Unregistering ResourceManager for type Compositor 1747 14:51:03: Unregistering ResourceManager for type Font 1748 14:51:03: Unregistering ResourceManager for type Skeleton 1749 14:51:03: Unregistering ResourceManager for type Mesh 1750 14:51:03: Unregistering ResourceManager for type HighLevelGpuProgram 1751 14:51:03: Unloading library .\Plugin_CgProgramManager 1752 14:51:03: Unloading library .\Plugin_OctreeSceneManager 1753 14:51:03: Unloading library .\Plugin_BSPSceneManager 1754 14:51:03: Unloading library .\Plugin_ParticleFX 1755 14:51:03: Render Target 'OGRE Render Window' Average FPS: 69.1187 Best FPS: 527.473 Worst FPS: 58.7649 1756 14:51:03: D3D9 : Shutting down cleanly. 1757 14:51:03: Unregistering ResourceManager for type Texture 1758 14:51:03: Unregistering ResourceManager for type GpuProgram 1759 14:51:03: D3D9 : Direct3D9 Rendering Subsystem destroyed. 1760 14:51:03: Unloading library .\RenderSystem_Direct3D9 1761 14:51:03: Unregistering ResourceManager for type Material 1762 14:51:03: Unloading library OgrePlatform.dll 1681 21:22:09: Error in material uvegfolyoso_talaj at line 118 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.36774 1682 21:22:09: Error in material uvegfolyoso_talaj at line 119 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.36774 1683 21:22:09: Error in material uvegfolyoso_talaj at line 120 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.51282 1684 21:22:09: Error in material uvegfolyoso_teto at line 138 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.237 1685 21:22:09: Error in material uvegfolyoso_teto at line 139 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.237 1686 21:22:09: Error in material uvegfolyoso_teto at line 140 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.51282 1687 21:22:09: Error in material oszlop at line 158 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.94018 1688 21:22:09: Error in material oszlop at line 159 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.94018 1689 21:22:09: Error in material oszlop at line 160 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.0 1690 21:22:09: Parsing script X3D.material 1691 21:22:09: Parsing script GameTools_Glow.compositor 1692 21:22:09: Parsing script GameTools_ToneMap.compositor 1693 21:22:09: Parsing script sample.fontdef 1694 21:22:09: Bad attribute line: glyph 0.152344 0.125 0.160156 0.1875 in font Ogre 1695 21:22:09: Parsing script GameTools.particle 1696 21:22:09: Bad particle system attribute line: 'billboard_type point' in GameTools/DemoParticle1 (tried renderer) 1697 21:22:09: Bad particle system attribute line: 'billboard_type point' in GameTools/Big (tried renderer) 1698 21:22:09: Bad particle system attribute line: 'billboard_type point' in GameTools/Little (tried renderer) 1699 21:22:09: Parsing script Compositor.overlay 1700 21:22:09: Parsing script DP3.overlay 1701 21:22:09: Parsing script Example-CubeMapping.overlay 1702 21:22:09: Parsing script Example-DynTex.overlay 1703 21:22:09: Parsing script Example-Water.overlay 1704 21:22:09: Parsing script FullScreen.overlay 1705 21:22:09: Texture: flare.png: Loading 1 faces(PF_B8G8R8,256x256x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1. 1706 21:22:09: Parsing script Shadows.overlay 1707 21:22:09: Finished parsing scripts for resource group General 1708 21:22:09: Parsing scripts for resource group Internal 1709 21:22:09: Finished parsing scripts for resource group Internal 1710 21:22:09: Mesh: Loading teapot.mesh. 1711 21:22:09: Can't assign material Material_1 to SubEntity of object because this Material does not exist. Have you forgotten to define it in a .material script? 1712 21:22:09: Mesh: Loading difflab.mesh. 1713 21:22:09: Texture: screen.jpg: Loading 1 faces(PF_B8G8R8,1024x1024x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,1024x1024x1. 1714 21:22:09: Texture: laborwall.jpg: Loading 1 faces(PF_B8G8R8,1024x1024x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,1024x1024x1. 1715 21:22:09: Texture: striped.jpg: Loading 1 faces(PF_B8G8R8,128x256x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,128x256x1. 1716 21:22:09: Texture: lamp.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 1717 21:22:09: Texture: bluelamp.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 1718 21:22:09: Creating viewport on target 'rtt/2415104', rendering from camera 'object_SE_0_COLORCUBEMAPCUBEMAPFACE_0_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1719 21:22:09: Viewport for camera 'object_SE_0_COLORCUBEMAPCUBEMAPFACE_0_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 1720 21:22:09: Creating viewport on target 'rtt/2415168', rendering from camera 'object_SE_0_COLORCUBEMAPCUBEMAPFACE_1_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1721 21:22:09: Viewport for camera 'object_SE_0_COLORCUBEMAPCUBEMAPFACE_1_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 1722 21:22:09: Creating viewport on target 'rtt/2415232', rendering from camera 'object_SE_0_COLORCUBEMAPCUBEMAPFACE_2_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1723 21:22:09: Viewport for camera 'object_SE_0_COLORCUBEMAPCUBEMAPFACE_2_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 1724 21:22:09: Creating viewport on target 'rtt/2415296', rendering from camera 'object_SE_0_COLORCUBEMAPCUBEMAPFACE_3_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1725 21:22:09: Viewport for camera 'object_SE_0_COLORCUBEMAPCUBEMAPFACE_3_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 1726 21:22:09: Creating viewport on target 'rtt/2415360', rendering from camera 'object_SE_0_COLORCUBEMAPCUBEMAPFACE_4_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1727 21:22:09: Viewport for camera 'object_SE_0_COLORCUBEMAPCUBEMAPFACE_4_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 1728 21:22:09: Creating viewport on target 'rtt/2415424', rendering from camera 'object_SE_0_COLORCUBEMAPCUBEMAPFACE_5_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1729 21:22:09: Viewport for camera 'object_SE_0_COLORCUBEMAPCUBEMAPFACE_5_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 1730 21:22:09: WARNING: Texture instance 'object_SE_0_COLORCUBEMAP' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 1731 21:22:09: Creating viewport on target 'rtt/2416544', rendering from camera 'object_SE_0_DISTANCECUBEMAPCUBEMAPFACE_0_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1732 21:22:09: Viewport for camera 'object_SE_0_DISTANCECUBEMAPCUBEMAPFACE_0_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 1733 21:22:09: Creating viewport on target 'rtt/2416608', rendering from camera 'object_SE_0_DISTANCECUBEMAPCUBEMAPFACE_1_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1734 21:22:09: Viewport for camera 'object_SE_0_DISTANCECUBEMAPCUBEMAPFACE_1_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 1735 21:22:09: Creating viewport on target 'rtt/2416672', rendering from camera 'object_SE_0_DISTANCECUBEMAPCUBEMAPFACE_2_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1736 21:22:09: Viewport for camera 'object_SE_0_DISTANCECUBEMAPCUBEMAPFACE_2_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 1737 21:22:09: Creating viewport on target 'rtt/2416736', rendering from camera 'object_SE_0_DISTANCECUBEMAPCUBEMAPFACE_3_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1738 21:22:09: Viewport for camera 'object_SE_0_DISTANCECUBEMAPCUBEMAPFACE_3_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 1739 21:22:09: Creating viewport on target 'rtt/2416800', rendering from camera 'object_SE_0_DISTANCECUBEMAPCUBEMAPFACE_4_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1740 21:22:09: Viewport for camera 'object_SE_0_DISTANCECUBEMAPCUBEMAPFACE_4_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 1741 21:22:09: Creating viewport on target 'rtt/2416864', rendering from camera 'object_SE_0_DISTANCECUBEMAPCUBEMAPFACE_5_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1742 21:22:09: Viewport for camera 'object_SE_0_DISTANCECUBEMAPCUBEMAPFACE_5_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 1743 21:22:09: WARNING: Texture instance 'object_SE_0_DISTANCECUBEMAP' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 1744 21:22:09: Creating viewport on target 'rtt/2417888', rendering from camera 'object_SE_0_COLORCUBEMAP_L1CUBEMAPFACE_0_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1745 21:22:09: Viewport for camera 'object_SE_0_COLORCUBEMAP_L1CUBEMAPFACE_0_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 1746 21:22:09: Creating viewport on target 'rtt/2417952', rendering from camera 'object_SE_0_COLORCUBEMAP_L1CUBEMAPFACE_1_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1747 21:22:09: Viewport for camera 'object_SE_0_COLORCUBEMAP_L1CUBEMAPFACE_1_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 1748 21:22:09: Creating viewport on target 'rtt/2418016', rendering from camera 'object_SE_0_COLORCUBEMAP_L1CUBEMAPFACE_2_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1749 21:22:09: Viewport for camera 'object_SE_0_COLORCUBEMAP_L1CUBEMAPFACE_2_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 1750 21:22:09: Creating viewport on target 'rtt/2418080', rendering from camera 'object_SE_0_COLORCUBEMAP_L1CUBEMAPFACE_3_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1751 21:22:09: Viewport for camera 'object_SE_0_COLORCUBEMAP_L1CUBEMAPFACE_3_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 1752 21:22:09: Creating viewport on target 'rtt/2418144', rendering from camera 'object_SE_0_COLORCUBEMAP_L1CUBEMAPFACE_4_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1753 21:22:09: Viewport for camera 'object_SE_0_COLORCUBEMAP_L1CUBEMAPFACE_4_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 1754 21:22:09: Creating viewport on target 'rtt/2418208', rendering from camera 'object_SE_0_COLORCUBEMAP_L1CUBEMAPFACE_5_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1755 21:22:09: Viewport for camera 'object_SE_0_COLORCUBEMAP_L1CUBEMAPFACE_5_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 1756 21:22:09: WARNING: Texture instance 'object_SE_0_COLORCUBEMAP_L1' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 1757 21:22:09: Creating viewport on target 'rtt/2334816', rendering from camera 'object_SE_0_COLORCUBEMAP_L2CUBEMAPFACE_0_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1758 21:22:09: Viewport for camera 'object_SE_0_COLORCUBEMAP_L2CUBEMAPFACE_0_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 1759 21:22:09: Creating viewport on target 'rtt/2334880', rendering from camera 'object_SE_0_COLORCUBEMAP_L2CUBEMAPFACE_1_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1760 21:22:09: Viewport for camera 'object_SE_0_COLORCUBEMAP_L2CUBEMAPFACE_1_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 1761 21:22:09: Creating viewport on target 'rtt/2334944', rendering from camera 'object_SE_0_COLORCUBEMAP_L2CUBEMAPFACE_2_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1762 21:22:09: Viewport for camera 'object_SE_0_COLORCUBEMAP_L2CUBEMAPFACE_2_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 1763 21:22:09: Creating viewport on target 'rtt/2335008', rendering from camera 'object_SE_0_COLORCUBEMAP_L2CUBEMAPFACE_3_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1764 21:22:09: Viewport for camera 'object_SE_0_COLORCUBEMAP_L2CUBEMAPFACE_3_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 1765 21:22:09: Creating viewport on target 'rtt/2335072', rendering from camera 'object_SE_0_COLORCUBEMAP_L2CUBEMAPFACE_4_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1766 21:22:09: Viewport for camera 'object_SE_0_COLORCUBEMAP_L2CUBEMAPFACE_4_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 1767 21:22:09: Creating viewport on target 'rtt/2335136', rendering from camera 'object_SE_0_COLORCUBEMAP_L2CUBEMAPFACE_5_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1768 21:22:09: Viewport for camera 'object_SE_0_COLORCUBEMAP_L2CUBEMAPFACE_5_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 1769 21:22:09: WARNING: Texture instance 'object_SE_0_COLORCUBEMAP_L2' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 1770 21:22:09: Win32Input8: DirectInput Activation Starts 1771 21:22:09: Win32Input8: Establishing keyboard input. 1772 21:22:09: Win32Input8: Keyboard input established. 1773 21:22:09: Win32Input8: Initializing mouse input in immediate mode. 1774 21:22:09: Win32Input8: Mouse input in immediate mode initialized. 1775 21:22:09: Win32Input8: DirectInput OK. 1776 21:22:09: Creating viewport on target 'rtt/23595424', rendering from camera 'MainBlueLightDEPTH_SHADOW_MAP_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1777 21:22:09: Viewport for camera 'MainBlueLightDEPTH_SHADOW_MAP_CAMERA', actual dimensions L: 0 T: 0 W: 512 H: 512 1778 21:22:09: Creating viewport on target 'rtt/23605088', rendering from camera 'MainBlueLightDEPTH_SHADOW_MAP_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1779 21:22:09: Viewport for camera 'MainBlueLightDEPTH_SHADOW_MAP_CAMERA', actual dimensions L: 0 T: 0 W: 512 H: 512 1780 21:22:09: Creating viewport on target 'rtt/23674560', rendering from camera 'LIGHT_FOCUSING_MAP_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1781 21:22:09: Viewport for camera 'LIGHT_FOCUSING_MAP_CAMERA', actual dimensions L: 0 T: 0 W: 32 H: 32 1782 21:22:09: Creating viewport on target 'rtt/23674912', rendering from camera 'PHASE_TEXTURE_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1783 21:22:09: Viewport for camera 'PHASE_TEXTURE_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1784 21:22:09: WARNING: Texture instance 'MainBlueLightDEPTH_SHADOW_MAP' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 1785 21:22:09: WARNING: Texture instance 'MainBlueLightDEPTH_SHADOW_MAPblurred' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 1786 21:23:39: Unregistering ResourceManager for type BspLevel 1787 21:23:39: Render Target 'rtt/23674912' Average FPS: 0 Best FPS: 0 Worst FPS: 999 1788 21:23:39: Render Target 'rtt/23674560' Average FPS: 0 Best FPS: 0 Worst FPS: 999 1789 21:23:39: Render Target 'rtt/23605088' Average FPS: 0.81426 Best FPS: 51.5063 Worst FPS: 0.664894 1790 21:23:39: Render Target 'rtt/23595424' Average FPS: 0.814236 Best FPS: 51.5063 Worst FPS: 0.664894 1791 21:23:39: Render Target 'rtt/2334816' Average FPS: 0 Best FPS: 0 Worst FPS: 999 1792 21:23:39: Render Target 'rtt/2334880' Average FPS: 0 Best FPS: 0 Worst FPS: 999 1793 21:23:39: Render Target 'rtt/2334944' Average FPS: 0 Best FPS: 0 Worst FPS: 999 1794 21:23:39: Render Target 'rtt/2335008' Average FPS: 0 Best FPS: 0 Worst FPS: 999 1795 21:23:39: Render Target 'rtt/2335072' Average FPS: 0 Best FPS: 0 Worst FPS: 999 1796 21:23:39: Render Target 'rtt/2335136' Average FPS: 0 Best FPS: 0 Worst FPS: 999 1797 21:23:39: Render Target 'rtt/2417888' Average FPS: 0 Best FPS: 0 Worst FPS: 999 1798 21:23:39: Render Target 'rtt/2417952' Average FPS: 0 Best FPS: 0 Worst FPS: 999 1799 21:23:39: Render Target 'rtt/2418016' Average FPS: 0 Best FPS: 0 Worst FPS: 999 1800 21:23:39: Render Target 'rtt/2418080' Average FPS: 0 Best FPS: 0 Worst FPS: 999 1801 21:23:39: Render Target 'rtt/2418144' Average FPS: 0 Best FPS: 0 Worst FPS: 999 1802 21:23:39: Render Target 'rtt/2418208' Average FPS: 0 Best FPS: 0 Worst FPS: 999 1803 21:23:39: Render Target 'rtt/2416544' Average FPS: 0 Best FPS: 0 Worst FPS: 999 1804 21:23:39: Render Target 'rtt/2416608' Average FPS: 0 Best FPS: 0 Worst FPS: 999 1805 21:23:39: Render Target 'rtt/2416672' Average FPS: 0 Best FPS: 0 Worst FPS: 999 1806 21:23:39: Render Target 'rtt/2416736' Average FPS: 0 Best FPS: 0 Worst FPS: 999 1807 21:23:39: Render Target 'rtt/2416800' Average FPS: 0 Best FPS: 0 Worst FPS: 999 1808 21:23:39: Render Target 'rtt/2416864' Average FPS: 0 Best FPS: 0 Worst FPS: 999 1809 21:23:39: Render Target 'rtt/2415104' Average FPS: 0 Best FPS: 0 Worst FPS: 999 1810 21:23:39: Render Target 'rtt/2415168' Average FPS: 0 Best FPS: 0 Worst FPS: 999 1811 21:23:39: Render Target 'rtt/2415232' Average FPS: 0 Best FPS: 0 Worst FPS: 999 1812 21:23:39: Render Target 'rtt/2415296' Average FPS: 0 Best FPS: 0 Worst FPS: 999 1813 21:23:39: Render Target 'rtt/2415360' Average FPS: 0 Best FPS: 0 Worst FPS: 999 1814 21:23:39: Render Target 'rtt/2415424' Average FPS: 0 Best FPS: 0 Worst FPS: 999 1815 21:23:39: *-*-* OGRE Shutdown 1816 21:23:39: Unregistering ResourceManager for type Compositor 1817 21:23:39: Unregistering ResourceManager for type Font 1818 21:23:39: Unregistering ResourceManager for type Skeleton 1819 21:23:39: Unregistering ResourceManager for type Mesh 1820 21:23:39: Unregistering ResourceManager for type HighLevelGpuProgram 1821 21:23:39: Unloading library .\Plugin_CgProgramManager 1822 21:23:39: Unloading library .\Plugin_OctreeSceneManager 1823 21:23:39: Unloading library .\Plugin_BSPSceneManager 1824 21:23:39: Unloading library .\Plugin_ParticleFX 1825 21:23:39: Render Target 'OGRE Render Window' Average FPS: 0.815724 Best FPS: 52.3715 Worst FPS: 0.63012 1826 21:23:39: D3D9 : Shutting down cleanly. 1827 21:23:39: Unregistering ResourceManager for type Texture 1828 21:23:39: Unregistering ResourceManager for type GpuProgram 1829 21:23:39: D3D9 : Direct3D9 Rendering Subsystem destroyed. 1830 21:23:39: Unloading library .\RenderSystem_Direct3D9 1831 21:23:39: Unregistering ResourceManager for type Material 1832 21:23:39: Unloading library OgrePlatform.dll -
GTP/trunk/App/Demos/Illum/Ogre/bin/Release/ogre.cfg
r1735 r1847 6 6 Floating-point mode=Fastest 7 7 Full Screen=No 8 Rendering Device=NVIDIA GeForce 7950 GX28 Rendering Device=NVIDIA GeForce 6800 GT 9 9 VSync=No 10 10 Video Mode=800 x 600 @ 32-bit colour -
GTP/trunk/App/Demos/Illum/Ogre/src/ReflectionTest/include/ReflectionTest.h
r1735 r1847 28 28 #include "OgreIlluminationManager.h" 29 29 #include "SpriteParticleRenderer.h" 30 30 #include "FrameCapture.h" 31 32 int scene = 1; 33 FrameCapture* capture; 31 34 32 35 // Listener class for frame updates … … 45 48 framecount = 0; 46 49 this->objectNode = objectNode; 50 47 51 } 52 53 void moveCamera() 54 {/* 55 mCamera->yaw(mRotX); 56 mCamera->pitch(mRotY); 57 mCamera->moveRelative(mTranslateVector);*/ 58 59 mCamera->getParentSceneNode()->yaw(mRotX, Node::TransformSpace::TS_WORLD); 60 mCamera->getParentSceneNode()->pitch(mRotY, Node::TransformSpace::TS_LOCAL); 61 mCamera->getParentSceneNode()->translate(mTranslateVector, Node::TransformSpace::TS_LOCAL); 62 63 } 64 48 65 bool processUnbufferedKeyInput(const FrameEvent& evt) 49 66 { … … 124 141 // Move camera down 125 142 mTranslateVector.y = -mMoveScale; 126 } 143 } 144 if (mInputDevice->isKeyDown(KC_N) && mTimeUntilNextToggle <= 0) 145 { 146 capture->playEvent(); 147 mTimeUntilNextToggle = 1; 148 } 149 if (mInputDevice->isKeyDown(KC_B) && mTimeUntilNextToggle <= 0) 150 { 151 capture->recordEvent(); 152 mTimeUntilNextToggle = 1; 153 } 154 if (mInputDevice->isKeyDown(KC_M) && mTimeUntilNextToggle <= 0) 155 { 156 capture->setSaving(); 157 capture->playEvent(); 158 mTimeUntilNextToggle = 1; 159 } 127 160 128 161 if( mInputDevice->isKeyDown( KC_ESCAPE) ) … … 198 231 SceneNode* objectNode; 199 232 233 void createCamera(void) 234 { 235 // Create the camera 236 mCamera = mSceneMgr->createCamera("PlayerCam"); 237 238 SceneNode* camNode = mSceneMgr->getRootSceneNode()->createChildSceneNode("mainCameraNode"); 239 camNode->attachObject(mCamera); 240 camNode->setPosition(Vector3(0,1,0)); 241 // Position it at 500 in Z direction 242 //mCamera->setPosition(Vector3(0,0,500)); 243 // Look back along -Z 244 //mCamera->lookAt(Vector3(0,0,-300)); 245 mCamera->setNearClipDistance(5); 246 247 } 248 200 249 void createScene(void) 201 250 { … … 208 257 Root::getSingleton()._setCurrentSceneManager(mSceneMgr); 209 258 210 mCamera->setPosition(0,1,0);259 //mCamera->setPosition(0,1,0); 211 260 mCamera->setFOVy(Radian(Degree(80))); 212 261 mCamera->setFarClipDistance(200); 213 262 mCamera->setNearClipDistance(0.1); 263 264 SceneNode* cn = mCamera->getParentSceneNode(); 214 265 215 266 OgreIlluminationManager::getSingleton().setFocusingSM(false); … … 219 270 mSceneMgr->setAmbientLight(ColourValue(0.505 * 0.2, 0.897 * 0.2, 0.914 * 0.2)); 220 271 221 SceneNode* rootNode = mSceneMgr->getRootSceneNode(); 222 223 Entity* object = mSceneMgr->createEntity("object", "teapot.mesh"); 272 capture = new FrameCapture(mWindow); 273 if(scene == 1) createScene1(); 274 if(scene == 2) createScene2(); 275 276 OgreIlluminationManager::getSingleton().initTechniques(); 277 } 278 279 void createScene1(void) 280 { 281 SceneNode* rootNode = mSceneMgr->getRootSceneNode(); 282 283 Entity* object = mSceneMgr->createEntity("object", "teapot.mesh"); 224 284 object->setMaterialName("MetalTeapotMultipleBounce"); 225 285 objectNode = rootNode->createChildSceneNode(); … … 227 287 objectNode->scale(0.5,0.5,0.5); 228 288 //objectNode->scale(0.005,0.005,0.005); 289 objectNode->setPosition(0,1.2,0); 290 objectNode->_updateBounds(); 291 292 capture->addAnimableNode(mCamera->getParentSceneNode()); 293 294 Entity* room = mSceneMgr->createEntity("scene", "difflab.mesh"); 295 //room->setMaterialName("GameTools/Phong"); 296 SceneNode* roomNode = rootNode->createChildSceneNode(); 297 roomNode->attachObject(room); 298 roomNode->_updateBounds(); 299 300 mSceneMgr->setShadowTechnique(SHADOWTYPE_NONE); 301 Light* redLight1 = mSceneMgr->createLight("RedLight1"); 302 redLight1->setType(Light::LT_POINT); 303 redLight1->setCastShadows(false); 304 redLight1->setDiffuseColour(ColourValue(1,0.055, 0.0)); 305 redLight1->setPowerScale(1.6); 306 SceneNode* redLightNode1 = rootNode->createChildSceneNode(); 307 redLightNode1->setPosition(0.05,2.361,-1.07); 308 redLightNode1->attachObject(redLight1); 309 310 Light* greenLight1 = mSceneMgr->createLight("GreenLight1"); 311 greenLight1->setType(Light::LT_POINT); 312 greenLight1->setCastShadows(false); 313 greenLight1->setDiffuseColour(ColourValue(0.362,0.783, 0.685)); 314 greenLight1->setPowerScale(2.0); 315 SceneNode* greenLightNode1 = rootNode->createChildSceneNode(); 316 greenLightNode1->setPosition(1.312,1.313,0); 317 greenLightNode1->attachObject(greenLight1); 318 319 Light* mainBlueLight = mSceneMgr->createLight("MainBlueLight"); 320 mainBlueLight->setType(Light::LT_SPOTLIGHT); 321 mainBlueLight->setCastShadows(true); 322 mainBlueLight->setDiffuseColour(ColourValue(0.395,0.766, 1.0)); 323 mainBlueLight->setPowerScale(5.0); 324 mainBlueLight->setSpotlightRange(Degree(0),Degree(160)); 325 mainBlueLight->setAttenuation(2.5, 0, 1, 0); 326 SceneNode* mainBlueLightNode = rootNode->createChildSceneNode(); 327 mainBlueLightNode->setPosition(-0.546,2.095,1.035); 328 //mainBlueLightNode->rotate(Vector3::UNIT_X, Degree(161.396)); 329 //mainBlueLightNode->rotate(Vector3::UNIT_Y, Degree(53.955)); 330 //mainBlueLightNode->rotate(Vector3::UNIT_Z, Degree(-145.065)); 331 mainBlueLight->setDirection(-1.5,-2.0,1.0); 332 mainBlueLightNode->attachObject(mainBlueLight); 333 } 334 335 void createScene2(void) 336 { 337 SceneNode* rootNode = mSceneMgr->getRootSceneNode(); 338 339 Entity* object = mSceneMgr->createEntity("object", "athene.mesh"); 340 object->setMaterialName("MetalTeapotMultipleBounce"); 341 objectNode = rootNode->createChildSceneNode(); 342 objectNode->attachObject(object); 343 //objectNode->scale(0.5,0.5,0.5); 344 objectNode->scale(0.005,0.005,0.005); 229 345 objectNode->setPosition(0,1.2,0); 230 346 objectNode->_updateBounds(); … … 269 385 mainBlueLight->setDirection(-1.5,-2.0,1.0); 270 386 mainBlueLightNode->attachObject(mainBlueLight); 271 272 OgreIlluminationManager::getSingleton().initTechniques();273 274 387 } 275 388 … … 279 392 mFrameListener= new RaytraceDemoListener(mWindow, mCamera, objectNode); 280 393 mFrameListener->setPriority(1); 281 OgreIlluminationManager::getSingleton().setPriority(2); 394 OgreIlluminationManager::getSingleton().setPriority(3); 395 capture->setPriority(2); 396 mRoot->addFrameListener(capture); 282 397 mRoot->addFrameListener(mFrameListener); 283 398 mRoot->addFrameListener(&OgreIlluminationManager::getSingleton()); -
GTP/trunk/App/Demos/Illum/Ogre/src/ReflectionTest/scripts/ReflectionTest.vcproj
r1730 r1847 42 42 Name="VCCLCompilerTool" 43 43 Optimization="0" 44 AdditionalIncludeDirectories="..\include;"$(OGRE_PATH)\Samples\Common\include";"$(OGRE_PATH)\OgreMain\include";..\..\..\..\..\..\..\Lib\Illum\IllumModule\OgreIllumModule\include;..\..\..\..\..\..\..\Lib\Illum\IllumModule\OgreIllumModule\include\RenderTechniques;..\..\..\..\..\..\..\Lib\Illum\IllumModule\OgreIllumModule\include\RenderingRuns;..\..\..\..\..\..\..\Lib\Illum\IllumModule\IllumModule\include\RenderTechniques;..\..\..\..\..\..\..\Lib\Illum\IllumModule\IllumModule\include;..\..\..\..\..\..\..\Lib\Illum\IllumModule\IllumModule\include\RenderingRuns "44 AdditionalIncludeDirectories="..\include;"$(OGRE_PATH)\Samples\Common\include";"$(OGRE_PATH)\OgreMain\include";..\..\..\..\..\..\..\Lib\Illum\IllumModule\OgreIllumModule\include;..\..\..\..\..\..\..\Lib\Illum\IllumModule\OgreIllumModule\include\RenderTechniques;..\..\..\..\..\..\..\Lib\Illum\IllumModule\OgreIllumModule\include\RenderingRuns;..\..\..\..\..\..\..\Lib\Illum\IllumModule\IllumModule\include\RenderTechniques;..\..\..\..\..\..\..\Lib\Illum\IllumModule\IllumModule\include;..\..\..\..\..\..\..\Lib\Illum\IllumModule\IllumModule\include\RenderingRuns;..\..\Common\include" 45 45 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;GAMETOOLS_ILLUMINATION_MODULE" 46 46 MinimalRebuild="true" … … 133 133 OmitFramePointers="true" 134 134 EnableFiberSafeOptimizations="false" 135 AdditionalIncludeDirectories="..\include;"$(OGRE_PATH)\Samples\Common\include";"$(OGRE_PATH)\OgreMain\include";..\..\..\..\..\..\..\Lib\Illum\IllumModule\OgreIllumModule\include;..\..\..\..\..\..\..\Lib\Illum\IllumModule\OgreIllumModule\include\RenderTechniques;..\..\..\..\..\..\..\Lib\Illum\IllumModule\OgreIllumModule\include\RenderingRuns;..\..\..\..\..\..\..\Lib\Illum\IllumModule\IllumModule\include\RenderTechniques;..\..\..\..\..\..\..\Lib\Illum\IllumModule\IllumModule\include;..\..\..\..\..\..\..\Lib\Illum\IllumModule\IllumModule\include\RenderingRuns "135 AdditionalIncludeDirectories="..\include;"$(OGRE_PATH)\Samples\Common\include";"$(OGRE_PATH)\OgreMain\include";..\..\..\..\..\..\..\Lib\Illum\IllumModule\OgreIllumModule\include;..\..\..\..\..\..\..\Lib\Illum\IllumModule\OgreIllumModule\include\RenderTechniques;..\..\..\..\..\..\..\Lib\Illum\IllumModule\OgreIllumModule\include\RenderingRuns;..\..\..\..\..\..\..\Lib\Illum\IllumModule\IllumModule\include\RenderTechniques;..\..\..\..\..\..\..\Lib\Illum\IllumModule\IllumModule\include;..\..\..\..\..\..\..\Lib\Illum\IllumModule\IllumModule\include\RenderingRuns;..\..\Common\include" 136 136 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;GAMETOOLS_ILLUMINATION_MODULE" 137 137 StringPooling="true" … … 211 211 > 212 212 <File 213 RelativePath="..\..\Common\src\FrameCapture.cpp" 214 > 215 </File> 216 <File 217 RelativePath="..\..\Common\include\FrameCapture.h" 218 > 219 </File> 220 <File 213 221 RelativePath="..\include\ReflectionTest.h" 214 222 >
Note: See TracChangeset
for help on using the changeset viewer.