Changeset 1882 for GTP/trunk/App/Demos/Illum
- Timestamp:
- 12/12/06 17:25:24 (18 years ago)
- Location:
- GTP/trunk/App/Demos/Illum/Ogre
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Illum/Ogre/Media/materials/programs/MetalTeapot.hlsl
r1862 r1882 327 327 return Color; 328 328 } 329 330 331 float4 DistanceMinMaxPS( VertOut IN, uniform float refIndex):COLOR 332 { 333 334 float4 Color = float4(0, 0, 0, 0); 335 Color = float4(length(IN.cPos), 0,0,length(IN.cPos)); 336 return Color; 337 } -
GTP/trunk/App/Demos/Illum/Ogre/Media/materials/scripts/MetalTeapot.material
r1879 r1882 117 117 } 118 118 119 fragment_program DistanceMinMaxPS hlsl 120 { 121 source MetalTeapot.hlsl 122 entry_point DistanceMinMaxPS 123 target ps_3_0 124 } 125 126 material DistanceMinMaxCW 127 { 128 technique 129 { 130 pass 131 { 132 cull_hardware clockwise 133 scene_blend min 134 scene_blend_alpha max 135 136 vertex_program_ref DefaultVS 137 { 138 param_named_auto worldViewProj worldviewproj_matrix 139 param_named_auto world world_matrix 140 param_named_auto worldview worldview_matrix 141 param_named_auto worldI inverse_world_matrix 142 } 143 fragment_program_ref DistanceMinMaxPS 144 { 145 } 146 } 147 } 148 } 149 150 material DistanceMinMaxCCW 151 { 152 technique 153 { 154 pass 155 { 156 cull_hardware anticlockwise 157 scene_blend min 158 scene_blend_alpha max 159 160 vertex_program_ref DefaultVS 161 { 162 param_named_auto worldViewProj worldviewproj_matrix 163 param_named_auto world world_matrix 164 param_named_auto worldview worldview_matrix 165 param_named_auto worldI inverse_world_matrix 166 } 167 fragment_program_ref DistanceMinMaxPS 168 { 169 } 170 } 171 } 172 } 173 119 174 fragment_program MetalMultipleBouncePS hlsl 120 175 { … … 178 233 render_self true 179 234 self_material NormalDistanceCW 235 } 236 RenderTechnique ColorCubeMap 237 { 238 resolution 1 239 layer 3 240 texture_unit_id 4 241 update_interval 0 242 distance_calc false 243 face_angle_calc false 244 update_all_face true 245 render_env false 246 render_self true 247 self_material DistanceMinMaxCCW 248 } 249 RenderTechnique ColorCubeMap 250 { 251 resolution 1 252 layer 4 253 texture_unit_id 5 254 update_interval 0 255 distance_calc false 256 face_angle_calc false 257 update_all_face true 258 render_env false 259 render_self true 260 self_material DistanceMinMaxCW 180 261 } 181 262 -
GTP/trunk/App/Demos/Illum/Ogre/bin/Release/Ogre.log
r1879 r1882 1 16:16:49: Creating resource group General 2 16:16:49: Creating resource group Internal 3 16:16:49: Creating resource group Autodetect 4 16:16:49: Registering ResourceManager for type Material 5 16:16:49: Registering ResourceManager for type Mesh 6 16:16:49: Registering ResourceManager for type Skeleton 7 16:16:49: MovableObjectFactory for type 'ParticleSystem' registered. 8 16:16:49: Loading library OgrePlatform.dll 9 16:16:49: OverlayElementFactory for type Panel registered. 10 16:16:49: OverlayElementFactory for type BorderPanel registered. 11 16:16:49: OverlayElementFactory for type TextArea registered. 12 16:16:49: Registering ResourceManager for type Font 13 16:16:49: ArchiveFactory for archive type FileSystem registered. 14 16:16:49: ArchiveFactory for archive type Zip registered. 15 16:16:49: DevIL version: Developer's Image Library (DevIL) 1.6.7 Oct 28 2005 16 16:16:49: DevIL image formats: bmp dib cut dcx dds gif hdr ico cur jpg jpe jpeg lif mdl mng jng pcx pic pix png pbm pgm pnm ppm psd pdd psp pxr sgi bw rgb rgba tga vda icb vst tif tiff wal xpm raw 17 16:16:49: Registering ResourceManager for type HighLevelGpuProgram 18 16:16:49: Registering ResourceManager for type Compositor 19 16:16:49: MovableObjectFactory for type 'Entity' registered. 20 16:16:49: MovableObjectFactory for type 'Light' registered. 21 16:16:49: MovableObjectFactory for type 'BillboardSet' registered. 22 16:16:49: MovableObjectFactory for type 'ManualObject' registered. 23 16:16:49: MovableObjectFactory for type 'BillboardChain' registered. 24 16:16:49: MovableObjectFactory for type 'RibbonTrail' registered. 25 16:16:49: Loading library .\RenderSystem_Direct3D9 26 16:16:49: D3D9 : Direct3D9 Rendering Subsystem created. 27 16:16:49: D3D9: Driver Detection Starts 28 16:16:49: D3D9: Driver Detection Ends 29 16:16:49: Loading library .\Plugin_ParticleFX 30 16:16:49: Particle Emitter Type 'Point' registered 31 16:16:49: Particle Emitter Type 'Box' registered 32 16:16:49: Particle Emitter Type 'Ellipsoid' registered 33 16:16:49: Particle Emitter Type 'Cylinder' registered 34 16:16:49: Particle Emitter Type 'Ring' registered 35 16:16:49: Particle Emitter Type 'HollowEllipsoid' registered 36 16:16:49: Particle Affector Type 'LinearForce' registered 37 16:16:49: Particle Affector Type 'ColourFader' registered 38 16:16:49: Particle Affector Type 'ColourFader2' registered 39 16:16:49: Particle Affector Type 'ColourImage' registered 40 16:16:49: Particle Affector Type 'ColourInterpolator' registered 41 16:16:49: Particle Affector Type 'Scaler' registered 42 16:16:49: Particle Affector Type 'Rotator' registered 43 16:16:49: Particle Affector Type 'DirectionRandomiser' registered 44 16:16:49: Particle Affector Type 'DeflectorPlane' registered 45 16:16:49: Loading library .\Plugin_BSPSceneManager 46 16:16:49: Registering ResourceManager for type BspLevel 47 16:16:49: Loading library .\Plugin_OctreeSceneManager 48 16:16:49: Loading library .\Plugin_CgProgramManager 49 16:16:49: *-*-* OGRE Initialising 50 16:16:49: *-*-* Version 1.2.0 (Dagon) 51 16:16:49: Creating resource group Bootstrap 52 16:16:49: Added resource location '../../Media/packs/OgreCore.zip' of type 'Zip' to resource group 'Bootstrap' 53 16:16:49: Added resource location '../../Media' of type 'FileSystem' to resource group 'General' 54 16:16:49: Added resource location '../../Media/fonts' of type 'FileSystem' to resource group 'General' 55 16:16:49: Added resource location '../../Media/materials/programs' of type 'FileSystem' to resource group 'General' 56 16:16:49: Added resource location '../../Media/materials/scripts' of type 'FileSystem' to resource group 'General' 57 16:16:49: Added resource location '../../Media/materials/textures' of type 'FileSystem' to resource group 'General' 58 16:16:49: Added resource location '../../Media/models' of type 'FileSystem' to resource group 'General' 59 16:16:49: Added resource location '../../Media/overlays' of type 'FileSystem' to resource group 'General' 60 16:16:49: Added resource location '../../Media/particle' of type 'FileSystem' to resource group 'General' 61 16:16:49: Added resource location '../../Media/gui' of type 'FileSystem' to resource group 'General' 62 16:16:49: Added resource location '../../Media/packs/cubemapsJS.zip' of type 'Zip' to resource group 'General' 63 16:16:49: Added resource location '../../Media/packs/smokealphaclip.zip' of type 'Zip' to resource group 'General' 64 16:16:49: D3D9 : RenderSystem Option: Allow NVPerfHUD = No 65 16:16:49: D3D9 : RenderSystem Option: Anti aliasing = Level 4 66 16:16:49: D3D9 : RenderSystem Option: Floating-point mode = Fastest 67 16:16:49: D3D9 : RenderSystem Option: Full Screen = No 68 16:16:49: D3D9 : RenderSystem Option: Rendering Device = NVIDIA GeForce 7950 GX2 69 16:16:49: D3D9 : RenderSystem Option: VSync = No 70 16:16:49: D3D9 : RenderSystem Option: Video Mode = 800 x 600 @ 32-bit colour 71 16:16:50: D3D9 : Subsystem Initialising 72 16:16:50: D3D9RenderSystem::createRenderWindow "OGRE Render Window", 800x600 windowed miscParams: FSAA=4 FSAAQuality=0 colourDepth=32 useNVPerfHUD=false vsync=false 73 16:16:50: D3D9 : Created D3D9 Rendering Window 'OGRE Render Window' : 800x600, 32bpp 74 16:16:50: D3D9 : WARNING - disabling VSync in windowed mode can cause timing issues at lower frame rates, turn VSync on if you observe this problem. 75 16:16:50: Registering ResourceManager for type Texture 76 16:16:50: Registering ResourceManager for type GpuProgram 77 16:16:50: RenderSystem capabilities 78 16:16:50: ------------------------- 79 16:16:50: * Hardware generation of mipmaps: yes 80 16:16:50: * Texture blending: yes 81 16:16:50: * Anisotropic texture filtering: yes 82 16:16:50: * Dot product texture operation: yes 83 16:16:50: * Cube mapping: yes 84 16:16:50: * Hardware stencil buffer: yes 85 16:16:50: - Stencil depth: 8 86 16:16:50: - Two sided stencil support: yes 87 16:16:50: - Wrap stencil values: yes 88 16:16:50: * Hardware vertex / index buffers: yes 89 16:16:50: * Vertex programs: yes 90 16:16:50: - Max vertex program version: vs_3_0 91 16:16:50: * Fragment programs: yes 92 16:16:50: - Max fragment program version: ps_3_0 93 16:16:50: * Texture Compression: yes 94 16:16:50: - DXT: yes 95 16:16:50: - VTC: no 96 16:16:50: * Scissor Rectangle: yes 97 16:16:50: * Hardware Occlusion Query: yes 98 16:16:50: * User clip planes: yes 99 16:16:50: * VET_UBYTE4 vertex element type: yes 100 16:16:50: * Infinite far plane projection: yes 101 16:16:50: * Hardware render-to-texture: yes 102 16:16:50: * Floating point textures: yes 103 16:16:50: * Non-power-of-two textures: yes 104 16:16:50: * Volume textures: yes 105 16:16:50: * Multiple Render Targets: 4 106 16:16:50: * Max Point Size: 8192 107 16:16:50: *************************************** 108 16:16:50: *** D3D9 : Subsystem Initialised OK *** 109 16:16:50: *************************************** 110 16:16:50: ResourceBackgroundQueue - threading disabled 111 16:16:50: Particle Renderer Type 'billboard' registered 112 16:16:50: Particle Renderer Type 'sprite' registered 113 16:16:50: TerrainSceneManager: Registered a new PageSource for type Heightmap 114 16:16:50: Creating viewport on target 'OGRE Render Window', rendering from camera 'PlayerCam', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 115 16:16:50: Viewport for camera 'PlayerCam', actual dimensions L: 0 T: 0 W: 800 H: 600 116 16:16:50: Parsing scripts for resource group Autodetect 117 16:16:50: Finished parsing scripts for resource group Autodetect 118 16:16:50: Parsing scripts for resource group Bootstrap 119 16:16:50: Parsing script OgreCore.material 120 16:16:50: Parsing script OgreProfiler.material 121 16:16:50: Parsing script Ogre.fontdef 122 16:16:50: Parsing script OgreDebugPanel.overlay 123 16:16:50: Texture: New_Ogre_Border_Center.png: Loading 1 faces(PF_A8B8G8R8,256x128x1) with hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x128x1. 124 16:16:50: Texture: New_Ogre_Border.png: Loading 1 faces(PF_A8B8G8R8,256x256x1) with hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x256x1. 125 16:16:50: Texture: New_Ogre_Border_Break.png: Loading 1 faces(PF_A8B8G8R8,32x32x1) with hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,32x32x1. 126 16:16:50: Font TrebuchetMSBoldusing texture size 512x512 127 16:16:50: Info: Freetype returned null for character 160 in font TrebuchetMSBold 128 16:16:50: Texture: TrebuchetMSBoldTexture: Loading 1 faces(PF_BYTE_LA,512x512x1) with 0 generated mipmaps from Image. Internal format is PF_BYTE_LA,512x512x1. 129 16:16:50: Texture: ogretext.png: Loading 1 faces(PF_A8B8G8R8,256x128x1) with hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x128x1. 130 16:16:50: Parsing script OgreLoadingPanel.overlay 131 16:16:50: Finished parsing scripts for resource group Bootstrap 132 16:16:50: Parsing scripts for resource group General 133 16:16:50: Parsing script GameTools.program 134 16:16:50: Parsing script atlascube.material 135 16:16:50: Parsing script colorcube.material 136 16:16:50: Parsing script difflab.material 137 16:16:51: An exception has been thrown! 1 13:03:28: Creating resource group General 2 13:03:28: Creating resource group Internal 3 13:03:28: Creating resource group Autodetect 4 13:03:28: Registering ResourceManager for type Material 5 13:03:28: Registering ResourceManager for type Mesh 6 13:03:28: Registering ResourceManager for type Skeleton 7 13:03:28: MovableObjectFactory for type 'ParticleSystem' registered. 8 13:03:28: Loading library OgrePlatform.dll 9 13:03:28: OverlayElementFactory for type Panel registered. 10 13:03:28: OverlayElementFactory for type BorderPanel registered. 11 13:03:28: OverlayElementFactory for type TextArea registered. 12 13:03:28: Registering ResourceManager for type Font 13 13:03:28: ArchiveFactory for archive type FileSystem registered. 14 13:03:28: ArchiveFactory for archive type Zip registered. 15 13:03:28: DevIL version: Developer's Image Library (DevIL) 1.6.7 Oct 28 2005 16 13:03:28: DevIL image formats: bmp dib cut dcx dds gif hdr ico cur jpg jpe jpeg lif mdl mng jng pcx pic pix png pbm pgm pnm ppm psd pdd psp pxr sgi bw rgb rgba tga vda icb vst tif tiff wal xpm raw 17 13:03:28: Registering ResourceManager for type HighLevelGpuProgram 18 13:03:28: Registering ResourceManager for type Compositor 19 13:03:28: MovableObjectFactory for type 'Entity' registered. 20 13:03:28: MovableObjectFactory for type 'Light' registered. 21 13:03:28: MovableObjectFactory for type 'BillboardSet' registered. 22 13:03:28: MovableObjectFactory for type 'ManualObject' registered. 23 13:03:28: MovableObjectFactory for type 'BillboardChain' registered. 24 13:03:28: MovableObjectFactory for type 'RibbonTrail' registered. 25 13:03:28: Loading library .\RenderSystem_Direct3D9 26 13:03:28: D3D9 : Direct3D9 Rendering Subsystem created. 27 13:03:28: D3D9: Driver Detection Starts 28 13:03:28: D3D9: Driver Detection Ends 29 13:03:28: Loading library .\Plugin_ParticleFX 30 13:03:28: Particle Emitter Type 'Point' registered 31 13:03:28: Particle Emitter Type 'Box' registered 32 13:03:28: Particle Emitter Type 'Ellipsoid' registered 33 13:03:28: Particle Emitter Type 'Cylinder' registered 34 13:03:28: Particle Emitter Type 'Ring' registered 35 13:03:28: Particle Emitter Type 'HollowEllipsoid' registered 36 13:03:28: Particle Affector Type 'LinearForce' registered 37 13:03:28: Particle Affector Type 'ColourFader' registered 38 13:03:28: Particle Affector Type 'ColourFader2' registered 39 13:03:28: Particle Affector Type 'ColourImage' registered 40 13:03:28: Particle Affector Type 'ColourInterpolator' registered 41 13:03:28: Particle Affector Type 'Scaler' registered 42 13:03:28: Particle Affector Type 'Rotator' registered 43 13:03:28: Particle Affector Type 'DirectionRandomiser' registered 44 13:03:28: Particle Affector Type 'DeflectorPlane' registered 45 13:03:28: Loading library .\Plugin_BSPSceneManager 46 13:03:28: Registering ResourceManager for type BspLevel 47 13:03:28: Loading library .\Plugin_OctreeSceneManager 48 13:03:28: Loading library .\Plugin_CgProgramManager 49 13:03:28: *-*-* OGRE Initialising 50 13:03:28: *-*-* Version 1.2.0 (Dagon) 51 13:03:28: Creating resource group Bootstrap 52 13:03:28: Added resource location '../../Media/packs/OgreCore.zip' of type 'Zip' to resource group 'Bootstrap' 53 13:03:28: Added resource location '../../Media' of type 'FileSystem' to resource group 'General' 54 13:03:28: Added resource location '../../Media/fonts' of type 'FileSystem' to resource group 'General' 55 13:03:28: Added resource location '../../Media/materials/programs' of type 'FileSystem' to resource group 'General' 56 13:03:28: Added resource location '../../Media/materials/scripts' of type 'FileSystem' to resource group 'General' 57 13:03:28: Added resource location '../../Media/materials/textures' of type 'FileSystem' to resource group 'General' 58 13:03:28: Added resource location '../../Media/models' of type 'FileSystem' to resource group 'General' 59 13:03:28: Added resource location '../../Media/overlays' of type 'FileSystem' to resource group 'General' 60 13:03:28: Added resource location '../../Media/particle' of type 'FileSystem' to resource group 'General' 61 13:03:28: Added resource location '../../Media/gui' of type 'FileSystem' to resource group 'General' 62 13:03:28: Added resource location '../../Media/packs/cubemapsJS.zip' of type 'Zip' to resource group 'General' 63 13:03:28: Added resource location '../../Media/packs/smokealphaclip.zip' of type 'Zip' to resource group 'General' 64 13:03:28: D3D9 : RenderSystem Option: Allow NVPerfHUD = No 65 13:03:28: D3D9 : RenderSystem Option: Anti aliasing = Level 4 66 13:03:28: D3D9 : RenderSystem Option: Floating-point mode = Fastest 67 13:03:28: D3D9 : RenderSystem Option: Full Screen = No 68 13:03:28: D3D9 : RenderSystem Option: Rendering Device = NVIDIA GeForce 7950 GX2 69 13:03:28: D3D9 : RenderSystem Option: VSync = No 70 13:03:28: D3D9 : RenderSystem Option: Video Mode = 800 x 600 @ 32-bit colour 71 13:03:29: D3D9 : Subsystem Initialising 72 13:03:29: D3D9RenderSystem::createRenderWindow "OGRE Render Window", 800x600 windowed miscParams: FSAA=4 FSAAQuality=0 colourDepth=32 useNVPerfHUD=false vsync=false 73 13:03:29: D3D9 : Created D3D9 Rendering Window 'OGRE Render Window' : 800x600, 32bpp 74 13:03:29: D3D9 : WARNING - disabling VSync in windowed mode can cause timing issues at lower frame rates, turn VSync on if you observe this problem. 75 13:03:29: Registering ResourceManager for type Texture 76 13:03:29: Registering ResourceManager for type GpuProgram 77 13:03:29: RenderSystem capabilities 78 13:03:29: ------------------------- 79 13:03:29: * Hardware generation of mipmaps: yes 80 13:03:29: * Texture blending: yes 81 13:03:29: * Anisotropic texture filtering: yes 82 13:03:29: * Dot product texture operation: yes 83 13:03:29: * Cube mapping: yes 84 13:03:29: * Hardware stencil buffer: yes 85 13:03:29: - Stencil depth: 8 86 13:03:29: - Two sided stencil support: yes 87 13:03:29: - Wrap stencil values: yes 88 13:03:29: * Hardware vertex / index buffers: yes 89 13:03:29: * Vertex programs: yes 90 13:03:29: - Max vertex program version: vs_3_0 91 13:03:29: * Fragment programs: yes 92 13:03:29: - Max fragment program version: ps_3_0 93 13:03:29: * Texture Compression: yes 94 13:03:29: - DXT: yes 95 13:03:29: - VTC: no 96 13:03:29: * Scissor Rectangle: yes 97 13:03:29: * Hardware Occlusion Query: yes 98 13:03:29: * User clip planes: yes 99 13:03:29: * VET_UBYTE4 vertex element type: yes 100 13:03:29: * Infinite far plane projection: yes 101 13:03:29: * Hardware render-to-texture: yes 102 13:03:29: * Floating point textures: yes 103 13:03:29: * Non-power-of-two textures: yes 104 13:03:29: * Volume textures: yes 105 13:03:29: * Multiple Render Targets: 4 106 13:03:29: * Max Point Size: 8192 107 13:03:29: *************************************** 108 13:03:29: *** D3D9 : Subsystem Initialised OK *** 109 13:03:29: *************************************** 110 13:03:29: ResourceBackgroundQueue - threading disabled 111 13:03:29: Particle Renderer Type 'billboard' registered 112 13:03:29: Particle Renderer Type 'sprite' registered 113 13:03:29: Creating viewport on target 'OGRE Render Window', rendering from camera 'PlayerCam', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 114 13:03:29: Viewport for camera 'PlayerCam', actual dimensions L: 0 T: 0 W: 800 H: 600 115 13:03:29: Parsing scripts for resource group Autodetect 116 13:03:29: Finished parsing scripts for resource group Autodetect 117 13:03:29: Parsing scripts for resource group Bootstrap 118 13:03:29: Parsing script OgreCore.material 119 13:03:29: Parsing script OgreProfiler.material 120 13:03:29: Parsing script Ogre.fontdef 121 13:03:29: Parsing script OgreDebugPanel.overlay 122 13:03:29: Texture: New_Ogre_Border_Center.png: Loading 1 faces(PF_A8B8G8R8,256x128x1) with hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x128x1. 123 13:03:29: Texture: New_Ogre_Border.png: Loading 1 faces(PF_A8B8G8R8,256x256x1) with hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x256x1. 124 13:03:29: Texture: New_Ogre_Border_Break.png: Loading 1 faces(PF_A8B8G8R8,32x32x1) with hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,32x32x1. 125 13:03:29: Font TrebuchetMSBoldusing texture size 512x512 126 13:03:29: Info: Freetype returned null for character 160 in font TrebuchetMSBold 127 13:03:29: Texture: TrebuchetMSBoldTexture: Loading 1 faces(PF_BYTE_LA,512x512x1) with 0 generated mipmaps from Image. Internal format is PF_BYTE_LA,512x512x1. 128 13:03:29: Texture: ogretext.png: Loading 1 faces(PF_A8B8G8R8,256x128x1) with hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x128x1. 129 13:03:29: Parsing script OgreLoadingPanel.overlay 130 13:03:29: Finished parsing scripts for resource group Bootstrap 131 13:03:29: Parsing scripts for resource group General 132 13:03:29: Parsing script GameTools.program 133 13:03:29: Parsing script atlascube.material 134 13:03:29: Parsing script colorcube.material 135 13:03:29: Parsing script difflab.material 136 13:03:30: An exception has been thrown! 138 137 139 138 ----------------------------------- … … 146 145 Line: 779 147 146 Stack unwinding: <<beginning of stack>> 148 1 6:16:51: Error in material Difflab/TexturedPhong at line 33 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown!147 13:03:30: Error in material Difflab/TexturedPhong at line 33 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 149 148 150 149 ----------------------------------- … … 157 156 Line: 779 158 157 Stack unwinding: <<beginning of stack>> 159 1 6:16:51: An exception has been thrown!158 13:03:30: An exception has been thrown! 160 159 161 160 ----------------------------------- … … 168 167 Line: 779 169 168 Stack unwinding: <<beginning of stack>> 170 1 6:16:51: Error in material Difflab/TexturedPhong at line 38 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown!169 13:03:30: Error in material Difflab/TexturedPhong at line 38 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 171 170 172 171 ----------------------------------- … … 179 178 Line: 779 180 179 Stack unwinding: <<beginning of stack>> 181 1 6:16:51: An exception has been thrown!180 13:03:30: An exception has been thrown! 182 181 183 182 ----------------------------------- … … 190 189 Line: 779 191 190 Stack unwinding: <<beginning of stack>> 192 1 6:16:51: Error in material Difflab/TexturedPhong at line 39 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown!191 13:03:30: Error in material Difflab/TexturedPhong at line 39 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 193 192 194 193 ----------------------------------- … … 201 200 Line: 779 202 201 Stack unwinding: <<beginning of stack>> 203 1 6:16:51: An exception has been thrown!202 13:03:30: An exception has been thrown! 204 203 205 204 ----------------------------------- … … 212 211 Line: 779 213 212 Stack unwinding: <<beginning of stack>> 214 1 6:16:51: Error in material Difflab/TexturedPhong at line 40 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown!213 13:03:30: Error in material Difflab/TexturedPhong at line 40 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 215 214 216 215 ----------------------------------- … … 223 222 Line: 779 224 223 Stack unwinding: <<beginning of stack>> 225 1 6:16:51: An exception has been thrown!224 13:03:30: An exception has been thrown! 226 225 227 226 ----------------------------------- … … 234 233 Line: 779 235 234 Stack unwinding: <<beginning of stack>> 236 1 6:16:51: Error in material Difflab/TexturedPhong at line 41 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown!235 13:03:30: Error in material Difflab/TexturedPhong at line 41 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 237 236 238 237 ----------------------------------- … … 245 244 Line: 779 246 245 Stack unwinding: <<beginning of stack>> 247 1 6:16:51: An exception has been thrown!246 13:03:30: An exception has been thrown! 248 247 249 248 ----------------------------------- … … 256 255 Line: 779 257 256 Stack unwinding: <<beginning of stack>> 258 1 6:16:51: Error in material Difflab/TexturedPhong at line 42 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown!257 13:03:30: Error in material Difflab/TexturedPhong at line 42 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 259 258 260 259 ----------------------------------- … … 267 266 Line: 779 268 267 Stack unwinding: <<beginning of stack>> 269 1 6:16:51: An exception has been thrown!268 13:03:30: An exception has been thrown! 270 269 271 270 ----------------------------------- … … 278 277 Line: 779 279 278 Stack unwinding: <<beginning of stack>> 280 1 6:16:51: Error in material Difflab/TexturedPhong at line 47 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown!279 13:03:30: Error in material Difflab/TexturedPhong at line 47 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 281 280 282 281 ----------------------------------- … … 289 288 Line: 779 290 289 Stack unwinding: <<beginning of stack>> 291 1 6:16:51: An exception has been thrown!290 13:03:30: An exception has been thrown! 292 291 293 292 ----------------------------------- … … 300 299 Line: 779 301 300 Stack unwinding: <<beginning of stack>> 302 1 6:16:51: Error in material Difflab/TexturedPhong at line 48 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown!301 13:03:30: Error in material Difflab/TexturedPhong at line 48 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 303 302 304 303 ----------------------------------- … … 311 310 Line: 779 312 311 Stack unwinding: <<beginning of stack>> 313 1 6:16:51: An exception has been thrown!312 13:03:30: An exception has been thrown! 314 313 315 314 ----------------------------------- … … 322 321 Line: 779 323 322 Stack unwinding: <<beginning of stack>> 324 1 6:16:51: Error in material Difflab/TexturedPhong at line 49 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown!323 13:03:30: Error in material Difflab/TexturedPhong at line 49 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 325 324 326 325 ----------------------------------- … … 333 332 Line: 779 334 333 Stack unwinding: <<beginning of stack>> 335 1 6:16:51: An exception has been thrown!334 13:03:30: An exception has been thrown! 336 335 337 336 ----------------------------------- … … 344 343 Line: 779 345 344 Stack unwinding: <<beginning of stack>> 346 1 6:16:51: Error in material Difflab/TexturedPhong at line 50 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown!345 13:03:30: Error in material Difflab/TexturedPhong at line 50 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 347 346 348 347 ----------------------------------- … … 355 354 Line: 779 356 355 Stack unwinding: <<beginning of stack>> 357 1 6:16:51: An exception has been thrown!356 13:03:30: An exception has been thrown! 358 357 359 358 ----------------------------------- … … 366 365 Line: 779 367 366 Stack unwinding: <<beginning of stack>> 368 1 6:16:51: Error in material Difflab/TexturedPhong at line 51 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown!367 13:03:30: Error in material Difflab/TexturedPhong at line 51 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 369 368 370 369 ----------------------------------- … … 377 376 Line: 779 378 377 Stack unwinding: <<beginning of stack>> 379 1 6:16:51: An exception has been thrown!378 13:03:30: An exception has been thrown! 380 379 381 380 ----------------------------------- … … 388 387 Line: 779 389 388 Stack unwinding: <<beginning of stack>> 390 1 6:16:51: Error in material Difflab/TexturedPhong at line 56 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown!389 13:03:30: Error in material Difflab/TexturedPhong at line 56 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 391 390 392 391 ----------------------------------- … … 399 398 Line: 779 400 399 Stack unwinding: <<beginning of stack>> 401 1 6:16:51: An exception has been thrown!400 13:03:30: An exception has been thrown! 402 401 403 402 ----------------------------------- … … 410 409 Line: 779 411 410 Stack unwinding: <<beginning of stack>> 412 1 6:16:51: Error in material Difflab/TexturedPhong at line 57 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown!411 13:03:30: Error in material Difflab/TexturedPhong at line 57 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 413 412 414 413 ----------------------------------- … … 421 420 Line: 779 422 421 Stack unwinding: <<beginning of stack>> 423 1 6:16:51: An exception has been thrown!422 13:03:30: An exception has been thrown! 424 423 425 424 ----------------------------------- … … 432 431 Line: 779 433 432 Stack unwinding: <<beginning of stack>> 434 1 6:16:51: Error in material Difflab/TexturedPhong at line 58 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown!433 13:03:30: Error in material Difflab/TexturedPhong at line 58 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 435 434 436 435 ----------------------------------- … … 443 442 Line: 779 444 443 Stack unwinding: <<beginning of stack>> 445 1 6:16:51: An exception has been thrown!444 13:03:30: An exception has been thrown! 446 445 447 446 ----------------------------------- … … 454 453 Line: 779 455 454 Stack unwinding: <<beginning of stack>> 456 1 6:16:51: Error in material Difflab/TexturedPhong at line 59 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown!455 13:03:30: Error in material Difflab/TexturedPhong at line 59 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 457 456 458 457 ----------------------------------- … … 465 464 Line: 779 466 465 Stack unwinding: <<beginning of stack>> 467 1 6:16:51: An exception has been thrown!466 13:03:30: An exception has been thrown! 468 467 469 468 ----------------------------------- … … 476 475 Line: 779 477 476 Stack unwinding: <<beginning of stack>> 478 1 6:16:51: Error in material Difflab/TexturedPhong at line 60 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown!477 13:03:30: Error in material Difflab/TexturedPhong at line 60 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 479 478 480 479 ----------------------------------- … … 487 486 Line: 779 488 487 Stack unwinding: <<beginning of stack>> 489 1 6:16:51: An exception has been thrown!488 13:03:30: An exception has been thrown! 490 489 491 490 ----------------------------------- … … 498 497 Line: 779 499 498 Stack unwinding: <<beginning of stack>> 500 1 6:16:51: Error in material Difflab/TexturedPhong at line 65 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown!499 13:03:30: Error in material Difflab/TexturedPhong at line 65 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 501 500 502 501 ----------------------------------- … … 509 508 Line: 779 510 509 Stack unwinding: <<beginning of stack>> 511 1 6:16:51: An exception has been thrown!510 13:03:30: An exception has been thrown! 512 511 513 512 ----------------------------------- … … 520 519 Line: 779 521 520 Stack unwinding: <<beginning of stack>> 522 1 6:16:51: Error in material Difflab/TexturedPhong at line 66 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown!521 13:03:30: Error in material Difflab/TexturedPhong at line 66 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 523 522 524 523 ----------------------------------- … … 531 530 Line: 779 532 531 Stack unwinding: <<beginning of stack>> 533 1 6:16:51: An exception has been thrown!532 13:03:30: An exception has been thrown! 534 533 535 534 ----------------------------------- … … 542 541 Line: 779 543 542 Stack unwinding: <<beginning of stack>> 544 1 6:16:51: Error in material Difflab/TexturedPhong at line 67 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown!543 13:03:30: Error in material Difflab/TexturedPhong at line 67 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 545 544 546 545 ----------------------------------- … … 553 552 Line: 779 554 553 Stack unwinding: <<beginning of stack>> 555 1 6:16:51: An exception has been thrown!554 13:03:30: An exception has been thrown! 556 555 557 556 ----------------------------------- … … 564 563 Line: 779 565 564 Stack unwinding: <<beginning of stack>> 566 1 6:16:51: Error in material Difflab/TexturedPhong at line 68 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown!565 13:03:30: Error in material Difflab/TexturedPhong at line 68 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 567 566 568 567 ----------------------------------- … … 575 574 Line: 779 576 575 Stack unwinding: <<beginning of stack>> 577 1 6:16:51: An exception has been thrown!576 13:03:30: An exception has been thrown! 578 577 579 578 ----------------------------------- … … 586 585 Line: 779 587 586 Stack unwinding: <<beginning of stack>> 588 1 6:16:51: Error in material Difflab/TexturedPhong at line 69 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown!587 13:03:30: Error in material Difflab/TexturedPhong at line 69 of difflab.material: Invalid param_named_auto attribute - An exception has been thrown! 589 588 590 589 ----------------------------------- … … 597 596 Line: 779 598 597 Stack unwinding: <<beginning of stack>> 599 1 6:16:51: Parsing script diffscene.material600 1 6:16:51: An exception has been thrown!598 13:03:30: Parsing script diffscene.material 599 13:03:30: An exception has been thrown! 601 600 602 601 ----------------------------------- … … 609 608 Line: 779 610 609 Stack unwinding: <<beginning of stack>> 611 1 6:16:51: Error in material GameTools/Phong at line 36 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown!610 13:03:30: Error in material GameTools/Phong at line 36 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 612 611 613 612 ----------------------------------- … … 620 619 Line: 779 621 620 Stack unwinding: <<beginning of stack>> 622 1 6:16:51: An exception has been thrown!621 13:03:30: An exception has been thrown! 623 622 624 623 ----------------------------------- … … 631 630 Line: 779 632 631 Stack unwinding: <<beginning of stack>> 633 1 6:16:51: Error in material GameTools/Phong at line 37 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown!632 13:03:30: Error in material GameTools/Phong at line 37 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 634 633 635 634 ----------------------------------- … … 642 641 Line: 779 643 642 Stack unwinding: <<beginning of stack>> 644 1 6:16:51: An exception has been thrown!643 13:03:30: An exception has been thrown! 645 644 646 645 ----------------------------------- … … 653 652 Line: 779 654 653 Stack unwinding: <<beginning of stack>> 655 1 6:16:51: Error in material GameTools/Phong at line 38 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown!654 13:03:30: Error in material GameTools/Phong at line 38 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 656 655 657 656 ----------------------------------- … … 664 663 Line: 779 665 664 Stack unwinding: <<beginning of stack>> 666 1 6:16:51: An exception has been thrown!665 13:03:30: An exception has been thrown! 667 666 668 667 ----------------------------------- … … 675 674 Line: 779 676 675 Stack unwinding: <<beginning of stack>> 677 1 6:16:51: Error in material GameTools/Phong at line 39 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown!676 13:03:30: Error in material GameTools/Phong at line 39 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 678 677 679 678 ----------------------------------- … … 686 685 Line: 779 687 686 Stack unwinding: <<beginning of stack>> 688 1 6:16:51: An exception has been thrown!687 13:03:30: An exception has been thrown! 689 688 690 689 ----------------------------------- … … 697 696 Line: 779 698 697 Stack unwinding: <<beginning of stack>> 699 1 6:16:51: Error in material GameTools/Phong at line 45 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown!698 13:03:30: Error in material GameTools/Phong at line 45 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 700 699 701 700 ----------------------------------- … … 708 707 Line: 779 709 708 Stack unwinding: <<beginning of stack>> 710 1 6:16:51: An exception has been thrown!709 13:03:30: An exception has been thrown! 711 710 712 711 ----------------------------------- … … 719 718 Line: 779 720 719 Stack unwinding: <<beginning of stack>> 721 1 6:16:51: Error in material GameTools/Phong at line 46 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown!720 13:03:30: Error in material GameTools/Phong at line 46 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 722 721 723 722 ----------------------------------- … … 730 729 Line: 779 731 730 Stack unwinding: <<beginning of stack>> 732 1 6:16:51: An exception has been thrown!731 13:03:30: An exception has been thrown! 733 732 734 733 ----------------------------------- … … 741 740 Line: 779 742 741 Stack unwinding: <<beginning of stack>> 743 1 6:16:51: Error in material GameTools/Phong at line 47 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown!742 13:03:30: Error in material GameTools/Phong at line 47 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 744 743 745 744 ----------------------------------- … … 752 751 Line: 779 753 752 Stack unwinding: <<beginning of stack>> 754 1 6:16:51: An exception has been thrown!753 13:03:30: An exception has been thrown! 755 754 756 755 ----------------------------------- … … 763 762 Line: 779 764 763 Stack unwinding: <<beginning of stack>> 765 1 6:16:51: Error in material GameTools/Phong at line 48 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown!764 13:03:30: Error in material GameTools/Phong at line 48 of diffscene.material: Invalid param_named_auto attribute - An exception has been thrown! 766 765 767 766 ----------------------------------- … … 774 773 Line: 779 775 774 Stack unwinding: <<beginning of stack>> 776 1 6:16:51: Error in material asztallap at line 73 of diffscene.material: Invalid param_named attribute - unrecognised parameter type 0.560857777 1 6:16:51: Error in material asztallap at line 74 of diffscene.material: Invalid param_named attribute - unrecognised parameter type 0.560857778 1 6:16:51: Parsing script Diffuse.material779 1 6:16:51: An exception has been thrown!775 13:03:30: Error in material asztallap at line 73 of diffscene.material: Invalid param_named attribute - unrecognised parameter type 0.560857 776 13:03:30: Error in material asztallap at line 74 of diffscene.material: Invalid param_named attribute - unrecognised parameter type 0.560857 777 13:03:30: Parsing script Diffuse.material 778 13:03:30: An exception has been thrown! 780 779 781 780 ----------------------------------- … … 788 787 Line: 779 789 788 Stack unwinding: <<beginning of stack>> 790 1 6:16:51: Error in material GameTools/CubeMap/Reduce at line 20 of Diffuse.material: Invalid param_named attribute - An exception has been thrown!789 13:03:30: Error in material GameTools/CubeMap/Reduce at line 20 of Diffuse.material: Invalid param_named attribute - An exception has been thrown! 791 790 792 791 ----------------------------------- … … 799 798 Line: 779 800 799 Stack unwinding: <<beginning of stack>> 801 1 6:16:52: An exception has been thrown!800 13:03:31: An exception has been thrown! 802 801 803 802 ----------------------------------- … … 810 809 Line: 779 811 810 Stack unwinding: <<beginning of stack>> 812 1 6:16:52: Error in material GameTools/Diffuse at line 74 of Diffuse.material: Invalid param_named attribute - An exception has been thrown!811 13:03:31: Error in material GameTools/Diffuse at line 74 of Diffuse.material: Invalid param_named attribute - An exception has been thrown! 813 812 814 813 ----------------------------------- … … 821 820 Line: 779 822 821 Stack unwinding: <<beginning of stack>> 823 1 6:16:55: An exception has been thrown!822 13:03:34: An exception has been thrown! 824 823 825 824 ----------------------------------- … … 832 831 Line: 779 833 832 Stack unwinding: <<beginning of stack>> 834 1 6:16:55: Error in material GameTools/DiffuseBump at line 226 of Diffuse.material: Invalid param_named_auto attribute - An exception has been thrown!833 13:03:34: Error in material GameTools/DiffuseBump at line 226 of Diffuse.material: Invalid param_named_auto attribute - An exception has been thrown! 835 834 836 835 ----------------------------------- … … 843 842 Line: 779 844 843 Stack unwinding: <<beginning of stack>> 845 1 6:16:55: An exception has been thrown!844 13:03:34: An exception has been thrown! 846 845 847 846 ----------------------------------- … … 854 853 Line: 779 855 854 Stack unwinding: <<beginning of stack>> 856 1 6:16:55: Error in material GameTools/DiffuseBump at line 227 of Diffuse.material: Invalid param_named attribute - An exception has been thrown!855 13:03:34: Error in material GameTools/DiffuseBump at line 227 of Diffuse.material: Invalid param_named attribute - An exception has been thrown! 857 856 858 857 ----------------------------------- … … 865 864 Line: 779 866 865 Stack unwinding: <<beginning of stack>> 867 1 6:16:55: Parsing script EnvMetals.material868 1 6:16:55: An exception has been thrown!866 13:03:35: Parsing script EnvMetals.material 867 13:03:35: An exception has been thrown! 869 868 870 869 ----------------------------------- … … 877 876 Line: 779 878 877 Stack unwinding: <<beginning of stack>> 879 1 6:16:55: Error in material EnvMetals/Copper at line 37 of EnvMetals.material: Invalid param_named_auto attribute - An exception has been thrown!878 13:03:35: Error in material EnvMetals/Copper at line 37 of EnvMetals.material: Invalid param_named_auto attribute - An exception has been thrown! 880 879 881 880 ----------------------------------- … … 888 887 Line: 779 889 888 Stack unwinding: <<beginning of stack>> 890 1 6:16:55: An exception has been thrown!889 13:03:35: An exception has been thrown! 891 890 892 891 ----------------------------------- … … 899 898 Line: 779 900 899 Stack unwinding: <<beginning of stack>> 901 1 6:16:55: Error in material EnvMetals/Gold at line 97 of EnvMetals.material: Invalid param_named_auto attribute - An exception has been thrown!900 13:03:35: Error in material EnvMetals/Gold at line 97 of EnvMetals.material: Invalid param_named_auto attribute - An exception has been thrown! 902 901 903 902 ----------------------------------- … … 910 909 Line: 779 911 910 Stack unwinding: <<beginning of stack>> 912 1 6:16:55: An exception has been thrown!911 13:03:35: An exception has been thrown! 913 912 914 913 ----------------------------------- … … 921 920 Line: 779 922 921 Stack unwinding: <<beginning of stack>> 923 1 6:16:55: Error in material EnvMetals/Silver at line 159 of EnvMetals.material: Invalid param_named_auto attribute - An exception has been thrown!922 13:03:35: Error in material EnvMetals/Silver at line 159 of EnvMetals.material: Invalid param_named_auto attribute - An exception has been thrown! 924 923 925 924 ----------------------------------- … … 932 931 Line: 779 933 932 Stack unwinding: <<beginning of stack>> 934 1 6:16:55: An exception has been thrown!933 13:03:35: An exception has been thrown! 935 934 936 935 ----------------------------------- … … 943 942 Line: 779 944 943 Stack unwinding: <<beginning of stack>> 945 1 6:16:55: Error in material EnvMetals/Alu at line 222 of EnvMetals.material: Invalid param_named_auto attribute - An exception has been thrown!944 13:03:35: Error in material EnvMetals/Alu at line 222 of EnvMetals.material: Invalid param_named_auto attribute - An exception has been thrown! 946 945 947 946 ----------------------------------- … … 954 953 Line: 779 955 954 Stack unwinding: <<beginning of stack>> 956 1 6:16:55: Parsing script GameTools.material957 1 6:16:55: Error in material TestPlane at line 120 of GameTools.material: Bad specular attribute, wrong number of parameters (expected 2, 4 or 5)958 1 6:16:55: Error in material GameTools/SceneCameraDepthShader at line 190 of GameTools.material: Unrecognised command: scene_blend959 1 6:16:55: An exception has been thrown!955 13:03:35: Parsing script GameTools.material 956 13:03:35: Error in material TestPlane at line 120 of GameTools.material: Bad specular attribute, wrong number of parameters (expected 2, 4 or 5) 957 13:03:35: Error in material GameTools/SceneCameraDepthShader at line 190 of GameTools.material: Unrecognised command: scene_blend 958 13:03:35: An exception has been thrown! 960 959 961 960 ----------------------------------- … … 968 967 Line: 779 969 968 Stack unwinding: <<beginning of stack>> 970 1 6:16:55: Error in material GameTools/SceneCameraDepthShader at line 198 of GameTools.material: Invalid param_named_auto attribute - An exception has been thrown!969 13:03:35: Error in material GameTools/SceneCameraDepthShader at line 198 of GameTools.material: Invalid param_named_auto attribute - An exception has been thrown! 971 970 972 971 ----------------------------------- … … 979 978 Line: 779 980 979 Stack unwinding: <<beginning of stack>> 981 1 6:16:55: Error in material GameTools/FocusingShader at line 214 of GameTools.material: Unrecognised command: scene_blend982 1 6:16:55: Error in material GameTools/FocusingShader at line 222 of GameTools.material: Invalid param_named attribute - expected at least 3 parameters.983 1 6:16:55: Error in material GameTools/ShadowMapDepth at line 238 of GameTools.material: Unrecognised command: scene_blend984 1 6:16:55: Error in material GameTools/ShadowMapDistance at line 263 of GameTools.material: Unrecognised command: scene_blend985 1 6:16:55: Parsing script GameTools_HPS.material986 1 6:16:55: An exception has been thrown!980 13:03:35: Error in material GameTools/FocusingShader at line 214 of GameTools.material: Unrecognised command: scene_blend 981 13:03:35: Error in material GameTools/FocusingShader at line 222 of GameTools.material: Invalid param_named attribute - expected at least 3 parameters. 982 13:03:35: Error in material GameTools/ShadowMapDepth at line 238 of GameTools.material: Unrecognised command: scene_blend 983 13:03:35: Error in material GameTools/ShadowMapDistance at line 263 of GameTools.material: Unrecognised command: scene_blend 984 13:03:35: Parsing script GameTools_HPS.material 985 13:03:35: An exception has been thrown! 987 986 988 987 ----------------------------------- … … 995 994 Line: 779 996 995 Stack unwinding: <<beginning of stack>> 997 1 6:16:55: Error in material HPS_SMOKE_S at line 25 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown!996 13:03:35: Error in material HPS_SMOKE_S at line 25 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 998 997 999 998 ----------------------------------- … … 1006 1005 Line: 779 1007 1006 Stack unwinding: <<beginning of stack>> 1008 1 6:16:55: An exception has been thrown!1007 13:03:35: An exception has been thrown! 1009 1008 1010 1009 ----------------------------------- … … 1017 1016 Line: 779 1018 1017 Stack unwinding: <<beginning of stack>> 1019 1 6:16:55: Error in material HPS_SMOKE_L at line 84 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown!1018 13:03:35: Error in material HPS_SMOKE_L at line 84 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 1020 1019 1021 1020 ----------------------------------- … … 1028 1027 Line: 779 1029 1028 Stack unwinding: <<beginning of stack>> 1030 1 6:16:55: An exception has been thrown!1029 13:03:35: An exception has been thrown! 1031 1030 1032 1031 ----------------------------------- … … 1039 1038 Line: 779 1040 1039 Stack unwinding: <<beginning of stack>> 1041 1 6:16:55: Error in material HPS_SMOKE_L at line 90 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown!1040 13:03:35: Error in material HPS_SMOKE_L at line 90 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 1042 1041 1043 1042 ----------------------------------- … … 1050 1049 Line: 779 1051 1050 Stack unwinding: <<beginning of stack>> 1052 1 6:16:55: An exception has been thrown!1051 13:03:35: An exception has been thrown! 1053 1052 1054 1053 ----------------------------------- … … 1061 1060 Line: 779 1062 1061 Stack unwinding: <<beginning of stack>> 1063 1 6:16:55: Error in material HPS_SMOKE_L_Depth at line 144 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown!1062 13:03:35: Error in material HPS_SMOKE_L_Depth at line 144 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 1064 1063 1065 1064 ----------------------------------- … … 1072 1071 Line: 779 1073 1072 Stack unwinding: <<beginning of stack>> 1074 1 6:16:55: An exception has been thrown!1073 13:03:35: An exception has been thrown! 1075 1074 1076 1075 ----------------------------------- … … 1083 1082 Line: 779 1084 1083 Stack unwinding: <<beginning of stack>> 1085 1 6:16:55: Error in material HPS_SMOKE_L_Depth at line 146 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown!1084 13:03:35: Error in material HPS_SMOKE_L_Depth at line 146 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 1086 1085 1087 1086 ----------------------------------- … … 1094 1093 Line: 779 1095 1094 Stack unwinding: <<beginning of stack>> 1096 1 6:16:55: An exception has been thrown!1095 13:03:35: An exception has been thrown! 1097 1096 1098 1097 ----------------------------------- … … 1105 1104 Line: 779 1106 1105 Stack unwinding: <<beginning of stack>> 1107 1 6:16:55: Error in material HPS_SMOKE_L_Depth at line 148 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown!1106 13:03:35: Error in material HPS_SMOKE_L_Depth at line 148 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 1108 1107 1109 1108 ----------------------------------- … … 1116 1115 Line: 779 1117 1116 Stack unwinding: <<beginning of stack>> 1118 1 6:16:55: An exception has been thrown!1117 13:03:35: An exception has been thrown! 1119 1118 1120 1119 ----------------------------------- … … 1127 1126 Line: 779 1128 1127 Stack unwinding: <<beginning of stack>> 1129 1 6:16:55: Error in material HPS_SMOKE_L_Depth at line 149 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown!1128 13:03:35: Error in material HPS_SMOKE_L_Depth at line 149 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 1130 1129 1131 1130 ----------------------------------- … … 1138 1137 Line: 779 1139 1138 Stack unwinding: <<beginning of stack>> 1140 1 6:16:55: An exception has been thrown!1139 13:03:35: An exception has been thrown! 1141 1140 1142 1141 ----------------------------------- … … 1149 1148 Line: 779 1150 1149 Stack unwinding: <<beginning of stack>> 1151 1 6:16:55: Error in material HPS_SMOKE_L_Depth at line 153 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown!1150 13:03:35: Error in material HPS_SMOKE_L_Depth at line 153 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 1152 1151 1153 1152 ----------------------------------- … … 1160 1159 Line: 779 1161 1160 Stack unwinding: <<beginning of stack>> 1162 1 6:16:55: An exception has been thrown!1161 13:03:35: An exception has been thrown! 1163 1162 1164 1163 ----------------------------------- … … 1171 1170 Line: 779 1172 1171 Stack unwinding: <<beginning of stack>> 1173 1 6:16:55: Error in material HPS_SMOKE_L_Depth_Illum at line 222 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown!1172 13:03:35: Error in material HPS_SMOKE_L_Depth_Illum at line 222 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 1174 1173 1175 1174 ----------------------------------- … … 1182 1181 Line: 779 1183 1182 Stack unwinding: <<beginning of stack>> 1184 1 6:16:55: An exception has been thrown!1183 13:03:35: An exception has been thrown! 1185 1184 1186 1185 ----------------------------------- … … 1193 1192 Line: 779 1194 1193 Stack unwinding: <<beginning of stack>> 1195 1 6:16:55: Error in material HPS_SMOKE_L_Depth_Illum at line 231 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown!1194 13:03:35: Error in material HPS_SMOKE_L_Depth_Illum at line 231 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 1196 1195 1197 1196 ----------------------------------- … … 1204 1203 Line: 779 1205 1204 Stack unwinding: <<beginning of stack>> 1206 1 6:16:55: An exception has been thrown!1205 13:03:35: An exception has been thrown! 1207 1206 1208 1207 ----------------------------------- … … 1215 1214 Line: 779 1216 1215 Stack unwinding: <<beginning of stack>> 1217 1 6:16:55: Error in material HPS_SMOKE_L_Depth_Illum at line 232 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown!1216 13:03:35: Error in material HPS_SMOKE_L_Depth_Illum at line 232 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 1218 1217 1219 1218 ----------------------------------- … … 1226 1225 Line: 779 1227 1226 Stack unwinding: <<beginning of stack>> 1228 1 6:16:55: An exception has been thrown!1227 13:03:35: An exception has been thrown! 1229 1228 1230 1229 ----------------------------------- … … 1237 1236 Line: 779 1238 1237 Stack unwinding: <<beginning of stack>> 1239 1 6:16:55: Error in material Smoke_IllumVolume at line 291 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown!1238 13:03:35: Error in material Smoke_IllumVolume at line 291 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 1240 1239 1241 1240 ----------------------------------- … … 1248 1247 Line: 779 1249 1248 Stack unwinding: <<beginning of stack>> 1250 1 6:16:55: Parsing script GlassHead.material1251 1 6:16:55: An exception has been thrown!1249 13:03:35: Parsing script GlassHead.material 1250 13:03:35: An exception has been thrown! 1252 1251 1253 1252 ----------------------------------- … … 1260 1259 Line: 779 1261 1260 Stack unwinding: <<beginning of stack>> 1262 1 6:16:55: Error in material GameTools/PhotonMapCaustic at line 12 of GlassHead.material: Invalid param_named_auto attribute - An exception has been thrown!1261 13:03:35: Error in material GameTools/PhotonMapCaustic at line 12 of GlassHead.material: Invalid param_named_auto attribute - An exception has been thrown! 1263 1262 1264 1263 ----------------------------------- … … 1271 1270 Line: 779 1272 1271 Stack unwinding: <<beginning of stack>> 1273 1 6:16:56: Error in material GameTools/PhotonMapCaustic at line 23 of GlassHead.material: Bad cubic_texture attribute, final parameter must be 'combinedUVW' or 'separateUV'.1274 1 6:16:56: An exception has been thrown!1272 13:03:35: Error in material GameTools/PhotonMapCaustic at line 23 of GlassHead.material: Bad cubic_texture attribute, final parameter must be 'combinedUVW' or 'separateUV'. 1273 13:03:35: An exception has been thrown! 1275 1274 1276 1275 ----------------------------------- … … 1283 1282 Line: 779 1284 1283 Stack unwinding: <<beginning of stack>> 1285 1 6:16:56: Error in material GameTools/Cau at line 47 of GlassHead.material: Invalid param_named_auto attribute - An exception has been thrown!1284 13:03:35: Error in material GameTools/Cau at line 47 of GlassHead.material: Invalid param_named_auto attribute - An exception has been thrown! 1286 1285 1287 1286 ----------------------------------- … … 1294 1293 Line: 779 1295 1294 Stack unwinding: <<beginning of stack>> 1296 1 6:16:56: An exception has been thrown!1295 13:03:35: An exception has been thrown! 1297 1296 1298 1297 ----------------------------------- … … 1305 1304 Line: 779 1306 1305 Stack unwinding: <<beginning of stack>> 1307 1 6:16:56: Error in material GameTools/Cau at line 50 of GlassHead.material: Invalid param_named_auto attribute - An exception has been thrown!1306 13:03:35: Error in material GameTools/Cau at line 50 of GlassHead.material: Invalid param_named_auto attribute - An exception has been thrown! 1308 1307 1309 1308 ----------------------------------- … … 1316 1315 Line: 779 1317 1316 Stack unwinding: <<beginning of stack>> 1318 1 6:16:56: An exception has been thrown!1317 13:03:35: An exception has been thrown! 1319 1318 1320 1319 ----------------------------------- … … 1327 1326 Line: 779 1328 1327 Stack unwinding: <<beginning of stack>> 1329 1 6:16:56: Error in material GameTools/CauTri at line 105 of GlassHead.material: Invalid param_named_auto attribute - An exception has been thrown!1328 13:03:35: Error in material GameTools/CauTri at line 105 of GlassHead.material: Invalid param_named_auto attribute - An exception has been thrown! 1330 1329 1331 1330 ----------------------------------- … … 1338 1337 Line: 779 1339 1338 Stack unwinding: <<beginning of stack>> 1340 1 6:16:56: Parsing script Glow.material1341 1 6:16:56: An exception has been thrown!1339 13:03:35: Parsing script Glow.material 1340 13:03:35: An exception has been thrown! 1342 1341 1343 1342 ----------------------------------- … … 1350 1349 Line: 779 1351 1350 Stack unwinding: <<beginning of stack>> 1352 1 6:16:56: Error in material GameTools/ToneMap at line 239 of Glow.material: Invalid param_named attribute - An exception has been thrown!1351 13:03:35: Error in material GameTools/ToneMap at line 239 of Glow.material: Invalid param_named attribute - An exception has been thrown! 1353 1352 1354 1353 ----------------------------------- … … 1361 1360 Line: 779 1362 1361 Stack unwinding: <<beginning of stack>> 1363 1 6:16:56: Parsing script hangar.material1364 1 6:16:56: Parsing script kupola.material1365 1 6:16:56: Error in material kupolalambert2 at line 23 of kupola.material: Bad scene_blend attribute, unrecognised parameter 'none'1366 1 6:16:56: Error in material kupolalambert2 at line 26 of kupola.material: Bad scene_blend_alpha attribute, unrecognised parameter 'none'1367 1 6:16:56: Error in material kupolalambert5 at line 77 of kupola.material: Bad scene_blend attribute, unrecognised parameter 'none'1368 1 6:16:56: Error in material kupolalambert5 at line 80 of kupola.material: Bad scene_blend_alpha attribute, unrecognised parameter 'none'1369 1 6:16:56: Parsing script MetalTeapot.material1370 1 6:16:56: An exception has been thrown!1362 13:03:35: Parsing script hangar.material 1363 13:03:35: Parsing script kupola.material 1364 13:03:35: Error in material kupolalambert2 at line 23 of kupola.material: Bad scene_blend attribute, unrecognised parameter 'none' 1365 13:03:35: Error in material kupolalambert2 at line 26 of kupola.material: Bad scene_blend_alpha attribute, unrecognised parameter 'none' 1366 13:03:35: Error in material kupolalambert5 at line 77 of kupola.material: Bad scene_blend attribute, unrecognised parameter 'none' 1367 13:03:35: Error in material kupolalambert5 at line 80 of kupola.material: Bad scene_blend_alpha attribute, unrecognised parameter 'none' 1368 13:03:35: Parsing script MetalTeapot.material 1369 13:03:35: An exception has been thrown! 1371 1370 1372 1371 ----------------------------------- … … 1379 1378 Line: 779 1380 1379 Stack unwinding: <<beginning of stack>> 1381 1 6:16:56: Error in material NormalDistanceCW at line 91 of MetalTeapot.material: Invalid param_named attribute - An exception has been thrown!1380 13:03:35: Error in material NormalDistanceCW at line 91 of MetalTeapot.material: Invalid param_named attribute - An exception has been thrown! 1382 1381 1383 1382 ----------------------------------- … … 1390 1389 Line: 779 1391 1390 Stack unwinding: <<beginning of stack>> 1392 1 6:16:56: An exception has been thrown!1391 13:03:35: An exception has been thrown! 1393 1392 1394 1393 ----------------------------------- … … 1401 1400 Line: 779 1402 1401 Stack unwinding: <<beginning of stack>> 1403 1 6:16:56: Error in material NormalDistanceCCW at line 113 of MetalTeapot.material: Invalid param_named attribute - An exception has been thrown!1402 13:03:35: Error in material NormalDistanceCCW at line 113 of MetalTeapot.material: Invalid param_named attribute - An exception has been thrown! 1404 1403 1405 1404 ----------------------------------- … … 1412 1411 Line: 779 1413 1412 Stack unwinding: <<beginning of stack>> 1414 16:17:22: An exception has been thrown! 1413 13:03:35: Error in material DistanceMinMaxCW at line 133 of MetalTeapot.material: Bad scene_blend attribute, unrecognised parameter 'min' 1414 13:03:35: Error in material DistanceMinMaxCW at line 134 of MetalTeapot.material: Bad scene_blend_alpha attribute, unrecognised parameter 'max' 1415 13:03:35: Error in material DistanceMinMaxCCW at line 157 of MetalTeapot.material: Bad scene_blend attribute, unrecognised parameter 'min' 1416 13:03:35: Error in material DistanceMinMaxCCW at line 158 of MetalTeapot.material: Bad scene_blend_alpha attribute, unrecognised parameter 'max' 1417 13:04:00: An exception has been thrown! 1415 1418 1416 1419 ----------------------------------- … … 1423 1426 Line: 779 1424 1427 Stack unwinding: <<beginning of stack>> 1425 1 6:17:22: Error in material MetalTeapotMultipleBounce at line 196of MetalTeapot.material: Invalid param_named attribute - An exception has been thrown!1428 13:04:00: Error in material MetalTeapotMultipleBounce at line 277 of MetalTeapot.material: Invalid param_named attribute - An exception has been thrown! 1426 1429 1427 1430 ----------------------------------- … … 1434 1437 Line: 779 1435 1438 Stack unwinding: <<beginning of stack>> 1436 1 6:17:22: Parsing script Ogre.material1437 1 6:17:22: Parsing script Particles.material1438 1 6:17:22: An exception has been thrown!1439 13:04:00: Parsing script Ogre.material 1440 13:04:00: Parsing script Particles.material 1441 13:04:00: An exception has been thrown! 1439 1442 1440 1443 ----------------------------------- … … 1447 1450 Line: 779 1448 1451 Stack unwinding: <<beginning of stack>> 1449 1 6:17:22: Error in material GameTools/SpriteShader at line 17 of Particles.material: Invalid param_named_auto attribute - An exception has been thrown!1452 13:04:00: Error in material GameTools/SpriteShader at line 17 of Particles.material: Invalid param_named_auto attribute - An exception has been thrown! 1450 1453 1451 1454 ----------------------------------- … … 1458 1461 Line: 779 1459 1462 Stack unwinding: <<beginning of stack>> 1460 1 6:17:22: An exception has been thrown!1463 13:04:00: An exception has been thrown! 1461 1464 1462 1465 ----------------------------------- … … 1469 1472 Line: 779 1470 1473 Stack unwinding: <<beginning of stack>> 1471 1 6:17:22: Error in material GameTools/SBB at line 52 of Particles.material: Invalid param_named_auto attribute - An exception has been thrown!1474 13:04:00: Error in material GameTools/SBB at line 52 of Particles.material: Invalid param_named_auto attribute - An exception has been thrown! 1472 1475 1473 1476 ----------------------------------- … … 1480 1483 Line: 779 1481 1484 Stack unwinding: <<beginning of stack>> 1482 1 6:17:22: Parsing script RaytraceDemo.material1483 1 6:17:22: Parsing script stairs.material1484 1 6:17:22: Parsing script terito.material1485 1 6:17:22: Parsing script uvegfolyoso2.material1486 1 6:17:22: An exception has been thrown!1485 13:04:00: Parsing script RaytraceDemo.material 1486 13:04:00: Parsing script stairs.material 1487 13:04:00: Parsing script terito.material 1488 13:04:00: Parsing script uvegfolyoso2.material 1489 13:04:00: An exception has been thrown! 1487 1490 1488 1491 ----------------------------------- … … 1495 1498 Line: 779 1496 1499 Stack unwinding: <<beginning of stack>> 1497 1 6:17:22: Error in material Folyoso/Phong at line 22 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown!1500 13:04:00: Error in material Folyoso/Phong at line 22 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 1498 1501 1499 1502 ----------------------------------- … … 1506 1509 Line: 779 1507 1510 Stack unwinding: <<beginning of stack>> 1508 1 6:17:22: An exception has been thrown!1511 13:04:00: An exception has been thrown! 1509 1512 1510 1513 ----------------------------------- … … 1517 1520 Line: 779 1518 1521 Stack unwinding: <<beginning of stack>> 1519 1 6:17:22: Error in material Folyoso/Phong at line 23 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown!1522 13:04:00: Error in material Folyoso/Phong at line 23 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 1520 1523 1521 1524 ----------------------------------- … … 1528 1531 Line: 779 1529 1532 Stack unwinding: <<beginning of stack>> 1530 1 6:17:22: An exception has been thrown!1533 13:04:00: An exception has been thrown! 1531 1534 1532 1535 ----------------------------------- … … 1539 1542 Line: 779 1540 1543 Stack unwinding: <<beginning of stack>> 1541 1 6:17:22: Error in material Folyoso/Phong at line 24 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown!1544 13:04:00: Error in material Folyoso/Phong at line 24 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 1542 1545 1543 1546 ----------------------------------- … … 1550 1553 Line: 779 1551 1554 Stack unwinding: <<beginning of stack>> 1552 1 6:17:22: An exception has been thrown!1555 13:04:00: An exception has been thrown! 1553 1556 1554 1557 ----------------------------------- … … 1561 1564 Line: 779 1562 1565 Stack unwinding: <<beginning of stack>> 1563 1 6:17:22: Error in material Folyoso/Phong at line 25 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown!1566 13:04:00: Error in material Folyoso/Phong at line 25 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 1564 1567 1565 1568 ----------------------------------- … … 1572 1575 Line: 779 1573 1576 Stack unwinding: <<beginning of stack>> 1574 1 6:17:22: An exception has been thrown!1577 13:04:00: An exception has been thrown! 1575 1578 1576 1579 ----------------------------------- … … 1583 1586 Line: 779 1584 1587 Stack unwinding: <<beginning of stack>> 1585 1 6:17:22: Error in material Folyoso/Phong at line 31 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown!1588 13:04:00: Error in material Folyoso/Phong at line 31 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 1586 1589 1587 1590 ----------------------------------- … … 1594 1597 Line: 779 1595 1598 Stack unwinding: <<beginning of stack>> 1596 1 6:17:22: An exception has been thrown!1599 13:04:00: An exception has been thrown! 1597 1600 1598 1601 ----------------------------------- … … 1605 1608 Line: 779 1606 1609 Stack unwinding: <<beginning of stack>> 1607 1 6:17:22: Error in material Folyoso/Phong at line 32 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown!1610 13:04:00: Error in material Folyoso/Phong at line 32 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 1608 1611 1609 1612 ----------------------------------- … … 1616 1619 Line: 779 1617 1620 Stack unwinding: <<beginning of stack>> 1618 1 6:17:22: An exception has been thrown!1621 13:04:00: An exception has been thrown! 1619 1622 1620 1623 ----------------------------------- … … 1627 1630 Line: 779 1628 1631 Stack unwinding: <<beginning of stack>> 1629 1 6:17:22: Error in material Folyoso/Phong at line 33 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown!1632 13:04:00: Error in material Folyoso/Phong at line 33 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 1630 1633 1631 1634 ----------------------------------- … … 1638 1641 Line: 779 1639 1642 Stack unwinding: <<beginning of stack>> 1640 1 6:17:22: An exception has been thrown!1643 13:04:00: An exception has been thrown! 1641 1644 1642 1645 ----------------------------------- … … 1649 1652 Line: 779 1650 1653 Stack unwinding: <<beginning of stack>> 1651 1 6:17:22: Error in material Folyoso/Phong at line 34 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown!1654 13:04:00: Error in material Folyoso/Phong at line 34 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 1652 1655 1653 1656 ----------------------------------- … … 1660 1663 Line: 779 1661 1664 Stack unwinding: <<beginning of stack>> 1662 1 6:17:22: An exception has been thrown!1665 13:04:00: An exception has been thrown! 1663 1666 1664 1667 ----------------------------------- … … 1671 1674 Line: 779 1672 1675 Stack unwinding: <<beginning of stack>> 1673 1 6:17:22: Error in material Folyoso/PhongPlaneReflect at line 76 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown!1676 13:04:00: Error in material Folyoso/PhongPlaneReflect at line 76 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 1674 1677 1675 1678 ----------------------------------- … … 1682 1685 Line: 779 1683 1686 Stack unwinding: <<beginning of stack>> 1684 1 6:17:22: An exception has been thrown!1687 13:04:00: An exception has been thrown! 1685 1688 1686 1689 ----------------------------------- … … 1693 1696 Line: 779 1694 1697 Stack unwinding: <<beginning of stack>> 1695 1 6:17:22: Error in material Folyoso/PhongPlaneReflect at line 77 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown!1698 13:04:00: Error in material Folyoso/PhongPlaneReflect at line 77 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 1696 1699 1697 1700 ----------------------------------- … … 1704 1707 Line: 779 1705 1708 Stack unwinding: <<beginning of stack>> 1706 1 6:17:22: An exception has been thrown!1709 13:04:00: An exception has been thrown! 1707 1710 1708 1711 ----------------------------------- … … 1715 1718 Line: 779 1716 1719 Stack unwinding: <<beginning of stack>> 1717 1 6:17:22: Error in material Folyoso/PhongPlaneReflect at line 78 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown!1720 13:04:00: Error in material Folyoso/PhongPlaneReflect at line 78 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 1718 1721 1719 1722 ----------------------------------- … … 1726 1729 Line: 779 1727 1730 Stack unwinding: <<beginning of stack>> 1728 1 6:17:22: An exception has been thrown!1731 13:04:00: An exception has been thrown! 1729 1732 1730 1733 ----------------------------------- … … 1737 1740 Line: 779 1738 1741 Stack unwinding: <<beginning of stack>> 1739 1 6:17:22: Error in material Folyoso/PhongPlaneReflect at line 79 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown!1742 13:04:00: Error in material Folyoso/PhongPlaneReflect at line 79 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 1740 1743 1741 1744 ----------------------------------- … … 1748 1751 Line: 779 1749 1752 Stack unwinding: <<beginning of stack>> 1750 1 6:17:22: An exception has been thrown!1753 13:04:00: An exception has been thrown! 1751 1754 1752 1755 ----------------------------------- … … 1759 1762 Line: 779 1760 1763 Stack unwinding: <<beginning of stack>> 1761 1 6:17:22: Error in material Folyoso/PhongPlaneReflect at line 85 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown!1764 13:04:00: Error in material Folyoso/PhongPlaneReflect at line 85 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 1762 1765 1763 1766 ----------------------------------- … … 1770 1773 Line: 779 1771 1774 Stack unwinding: <<beginning of stack>> 1772 1 6:17:22: An exception has been thrown!1775 13:04:00: An exception has been thrown! 1773 1776 1774 1777 ----------------------------------- … … 1781 1784 Line: 779 1782 1785 Stack unwinding: <<beginning of stack>> 1783 1 6:17:22: Error in material Folyoso/PhongPlaneReflect at line 86 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown!1786 13:04:00: Error in material Folyoso/PhongPlaneReflect at line 86 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 1784 1787 1785 1788 ----------------------------------- … … 1792 1795 Line: 779 1793 1796 Stack unwinding: <<beginning of stack>> 1794 1 6:17:22: An exception has been thrown!1797 13:04:00: An exception has been thrown! 1795 1798 1796 1799 ----------------------------------- … … 1803 1806 Line: 779 1804 1807 Stack unwinding: <<beginning of stack>> 1805 1 6:17:22: Error in material Folyoso/PhongPlaneReflect at line 87 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown!1808 13:04:00: Error in material Folyoso/PhongPlaneReflect at line 87 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 1806 1809 1807 1810 ----------------------------------- … … 1814 1817 Line: 779 1815 1818 Stack unwinding: <<beginning of stack>> 1816 1 6:17:22: An exception has been thrown!1819 13:04:00: An exception has been thrown! 1817 1820 1818 1821 ----------------------------------- … … 1825 1828 Line: 779 1826 1829 Stack unwinding: <<beginning of stack>> 1827 1 6:17:22: Error in material Folyoso/PhongPlaneReflect at line 88 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown!1830 13:04:00: Error in material Folyoso/PhongPlaneReflect at line 88 of uvegfolyoso2.material: Invalid param_named_auto attribute - An exception has been thrown! 1828 1831 1829 1832 ----------------------------------- … … 1836 1839 Line: 779 1837 1840 Stack unwinding: <<beginning of stack>> 1838 16:17:22: Error in material uvegfolyoso_talaj at line 118 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.36774 1839 16:17:22: Error in material uvegfolyoso_talaj at line 119 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.36774 1840 16:17:22: Error in material uvegfolyoso_talaj at line 120 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.51282 1841 16:17:22: Error in material uvegfolyoso_teto at line 138 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.237 1842 16:17:22: Error in material uvegfolyoso_teto at line 139 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.237 1843 16:17:22: Error in material uvegfolyoso_teto at line 140 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.51282 1844 16:17:22: Error in material oszlop at line 158 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.94018 1845 16:17:22: Error in material oszlop at line 159 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.94018 1846 16:17:22: Error in material oszlop at line 160 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.0 1847 16:17:22: Parsing script X3D.material 1848 16:17:22: Parsing script GameTools_Glow.compositor 1849 16:17:22: Parsing script GameTools_ToneMap.compositor 1850 16:17:22: Parsing script sample.fontdef 1851 16:17:22: Bad attribute line: glyph 0.152344 0.125 0.160156 0.1875 in font Ogre 1852 16:17:22: Parsing script GameTools.particle 1853 16:17:22: Bad particle system attribute line: 'billboard_type point' in GameTools/DemoParticle1 (tried renderer) 1854 16:17:22: Bad particle system attribute line: 'billboard_type point' in GameTools/Big (tried renderer) 1855 16:17:22: Bad particle system attribute line: 'billboard_type point' in GameTools/Little (tried renderer) 1856 16:17:22: Bad particle system attribute line: 'billboard_type point' in GameTools/FogBig (tried renderer) 1857 16:17:22: Bad particle system attribute line: 'billboard_type point' in GameTools/FogLittle (tried renderer) 1858 16:17:22: Parsing script Compositor.overlay 1859 16:17:22: Parsing script DP3.overlay 1860 16:17:22: Parsing script Example-CubeMapping.overlay 1861 16:17:22: Parsing script Example-DynTex.overlay 1862 16:17:22: Parsing script Example-Water.overlay 1863 16:17:22: Parsing script FullScreen.overlay 1864 16:17:22: Texture: flare.png: Loading 1 faces(PF_B8G8R8,256x256x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1. 1865 16:17:22: Parsing script Shadows.overlay 1866 16:17:22: Finished parsing scripts for resource group General 1867 16:17:22: Parsing scripts for resource group Internal 1868 16:17:22: Finished parsing scripts for resource group Internal 1869 16:17:22: Texture: stormy_fr.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 1870 16:17:22: Texture: stormy_bk.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 1871 16:17:22: Texture: stormy_lf.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 1872 16:17:22: Texture: stormy_rt.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 1873 16:17:22: Texture: stormy_up.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 1874 16:17:22: Texture: stormy_dn.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 1875 16:17:22: TerrainSceneManager: Activated PageSource Heightmap 1876 16:17:22: Texture: terrain_texture.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 1877 16:17:22: Texture: terrain_detail.jpg: Loading 1 faces(PF_B8G8R8,256x256x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1. 1878 16:17:22: Creating viewport on target 'rtt/3223456', rendering from camera 'psys1_HPP_IMPOSTOR_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1879 16:17:22: Viewport for camera 'psys1_HPP_IMPOSTOR_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1880 16:17:22: WARNING: Texture instance 'psys1_HPP_IMPOSTOR' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 1881 16:17:22: Creating viewport on target 'rtt/69238432', rendering from camera 'PlayerCam', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1882 16:17:22: Viewport for camera 'PlayerCam', actual dimensions L: 0 T: 0 W: 800 H: 600 1883 16:17:22: Creating viewport on target 'rtt/69238784', rendering from camera 'LIGHT_FOCUSING_MAP_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1884 16:17:22: Viewport for camera 'LIGHT_FOCUSING_MAP_CAMERA', actual dimensions L: 0 T: 0 W: 32 H: 32 1885 16:17:22: Creating viewport on target 'rtt/69239136', rendering from camera 'PHASE_TEXTURE_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1886 16:17:22: Viewport for camera 'PHASE_TEXTURE_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 1887 16:17:22: WARNING: Texture instance 'ILLUMMODULE_SCENE_CAMERA_DEPTH' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 1888 16:17:22: Win32Input8: DirectInput Activation Starts 1889 16:17:22: Win32Input8: Establishing keyboard input. 1890 16:17:22: Win32Input8: Keyboard input established. 1891 16:17:22: Win32Input8: Initializing mouse input in immediate mode. 1892 16:17:22: Win32Input8: Mouse input in immediate mode initialized. 1893 16:17:22: Win32Input8: DirectInput OK. 1894 16:17:22: Texture: smoke2.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 1895 16:18:34: Unregistering ResourceManager for type BspLevel 1896 16:18:34: Render Target 'rtt/69239136' Average FPS: 0 Best FPS: 0 Worst FPS: 999 1897 16:18:34: Render Target 'rtt/69238784' Average FPS: 0 Best FPS: 0 Worst FPS: 999 1898 16:18:34: Render Target 'rtt/69238432' Average FPS: 33.2813 Best FPS: 154.845 Worst FPS: 32.07 1899 16:18:34: Render Target 'rtt/3223456' Average FPS: 33.2813 Best FPS: 155.273 Worst FPS: 32.0388 1900 16:18:34: *-*-* OGRE Shutdown 1901 16:18:34: Unregistering ResourceManager for type Compositor 1902 16:18:34: Unregistering ResourceManager for type Font 1903 16:18:34: Unregistering ResourceManager for type Skeleton 1904 16:18:34: Unregistering ResourceManager for type Mesh 1905 16:18:34: Unregistering ResourceManager for type HighLevelGpuProgram 1906 16:18:34: Unloading library .\Plugin_CgProgramManager 1907 16:18:34: Unloading library .\Plugin_OctreeSceneManager 1908 16:18:34: Unloading library .\Plugin_BSPSceneManager 1909 16:18:34: Unloading library .\Plugin_ParticleFX 1910 16:18:34: Render Target 'OGRE Render Window' Average FPS: 33.2811 Best FPS: 148.583 Worst FPS: 32.0078 1911 16:18:34: D3D9 : Shutting down cleanly. 1912 16:18:34: Unregistering ResourceManager for type Texture 1913 16:18:34: Unregistering ResourceManager for type GpuProgram 1914 16:18:34: D3D9 : Direct3D9 Rendering Subsystem destroyed. 1915 16:18:34: Unloading library .\RenderSystem_Direct3D9 1916 16:18:34: Unregistering ResourceManager for type Material 1917 16:18:34: Unloading library OgrePlatform.dll 1841 13:04:00: Error in material uvegfolyoso_talaj at line 118 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.36774 1842 13:04:00: Error in material uvegfolyoso_talaj at line 119 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.36774 1843 13:04:00: Error in material uvegfolyoso_talaj at line 120 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.51282 1844 13:04:00: Error in material uvegfolyoso_teto at line 138 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.237 1845 13:04:00: Error in material uvegfolyoso_teto at line 139 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.237 1846 13:04:00: Error in material uvegfolyoso_teto at line 140 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.51282 1847 13:04:00: Error in material oszlop at line 158 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.94018 1848 13:04:00: Error in material oszlop at line 159 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.94018 1849 13:04:00: Error in material oszlop at line 160 of uvegfolyoso2.material: Invalid param_named attribute - unrecognised parameter type 0.0 1850 13:04:00: Parsing script X3D.material 1851 13:04:01: Parsing script GameTools_Glow.compositor 1852 13:04:01: Parsing script GameTools_ToneMap.compositor 1853 13:04:01: Parsing script sample.fontdef 1854 13:04:01: Bad attribute line: glyph 0.152344 0.125 0.160156 0.1875 in font Ogre 1855 13:04:01: Parsing script GameTools.particle 1856 13:04:01: Bad particle system attribute line: 'billboard_type point' in GameTools/DemoParticle1 (tried renderer) 1857 13:04:01: Bad particle system attribute line: 'billboard_type point' in GameTools/Big (tried renderer) 1858 13:04:01: Bad particle system attribute line: 'billboard_type point' in GameTools/Little (tried renderer) 1859 13:04:01: Bad particle system attribute line: 'billboard_type point' in GameTools/FogBig (tried renderer) 1860 13:04:01: Bad particle system attribute line: 'billboard_type point' in GameTools/FogLittle (tried renderer) 1861 13:04:01: Parsing script Compositor.overlay 1862 13:04:01: Parsing script DP3.overlay 1863 13:04:01: Parsing script Example-CubeMapping.overlay 1864 13:04:01: Parsing script Example-DynTex.overlay 1865 13:04:01: Parsing script Example-Water.overlay 1866 13:04:01: Parsing script FullScreen.overlay 1867 13:04:01: Texture: flare.png: Loading 1 faces(PF_B8G8R8,256x256x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1. 1868 13:04:01: Parsing script Shadows.overlay 1869 13:04:01: Finished parsing scripts for resource group General 1870 13:04:01: Parsing scripts for resource group Internal 1871 13:04:01: Finished parsing scripts for resource group Internal 1872 13:04:01: Mesh: Loading teapot.mesh. 1873 13:04:01: Can't assign material Material_1 to SubEntity of object because this Material does not exist. Have you forgotten to define it in a .material script? 1874 13:04:01: Mesh: Loading difflab.mesh. 1875 13:04:01: Texture: screen.jpg: Loading 1 faces(PF_B8G8R8,1024x1024x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,1024x1024x1. 1876 13:04:01: Texture: laborwall.jpg: Loading 1 faces(PF_B8G8R8,1024x1024x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,1024x1024x1. 1877 13:04:01: Texture: striped.jpg: Loading 1 faces(PF_B8G8R8,128x256x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,128x256x1. 1878 13:04:01: Texture: lamp.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 1879 13:04:01: Texture: bluelamp.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 1880 13:04:01: Creating viewport on target 'rtt/3276704', rendering from camera 'object_SE_0_COLORCUBEMAPCUBEMAPFACE_0_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1881 13:04:01: Viewport for camera 'object_SE_0_COLORCUBEMAPCUBEMAPFACE_0_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 1882 13:04:01: Creating viewport on target 'rtt/42649376', rendering from camera 'object_SE_0_COLORCUBEMAPCUBEMAPFACE_1_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1883 13:04:01: Viewport for camera 'object_SE_0_COLORCUBEMAPCUBEMAPFACE_1_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 1884 13:04:01: Creating viewport on target 'rtt/42649440', rendering from camera 'object_SE_0_COLORCUBEMAPCUBEMAPFACE_2_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1885 13:04:01: Viewport for camera 'object_SE_0_COLORCUBEMAPCUBEMAPFACE_2_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 1886 13:04:01: Creating viewport on target 'rtt/42649504', rendering from camera 'object_SE_0_COLORCUBEMAPCUBEMAPFACE_3_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1887 13:04:01: Viewport for camera 'object_SE_0_COLORCUBEMAPCUBEMAPFACE_3_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 1888 13:04:01: Creating viewport on target 'rtt/42649568', rendering from camera 'object_SE_0_COLORCUBEMAPCUBEMAPFACE_4_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1889 13:04:01: Viewport for camera 'object_SE_0_COLORCUBEMAPCUBEMAPFACE_4_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 1890 13:04:01: Creating viewport on target 'rtt/42649632', rendering from camera 'object_SE_0_COLORCUBEMAPCUBEMAPFACE_5_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1891 13:04:01: Viewport for camera 'object_SE_0_COLORCUBEMAPCUBEMAPFACE_5_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 1892 13:04:01: WARNING: Texture instance 'object_SE_0_COLORCUBEMAP' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 1893 13:04:01: Creating viewport on target 'rtt/42650560', rendering from camera 'object_SE_0_DISTANCECUBEMAPCUBEMAPFACE_0_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1894 13:04:01: Viewport for camera 'object_SE_0_DISTANCECUBEMAPCUBEMAPFACE_0_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 1895 13:04:01: Creating viewport on target 'rtt/42650624', rendering from camera 'object_SE_0_DISTANCECUBEMAPCUBEMAPFACE_1_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1896 13:04:01: Viewport for camera 'object_SE_0_DISTANCECUBEMAPCUBEMAPFACE_1_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 1897 13:04:01: Creating viewport on target 'rtt/42650688', rendering from camera 'object_SE_0_DISTANCECUBEMAPCUBEMAPFACE_2_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1898 13:04:01: Viewport for camera 'object_SE_0_DISTANCECUBEMAPCUBEMAPFACE_2_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 1899 13:04:01: Creating viewport on target 'rtt/42650752', rendering from camera 'object_SE_0_DISTANCECUBEMAPCUBEMAPFACE_3_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1900 13:04:01: Viewport for camera 'object_SE_0_DISTANCECUBEMAPCUBEMAPFACE_3_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 1901 13:04:01: Creating viewport on target 'rtt/42650816', rendering from camera 'object_SE_0_DISTANCECUBEMAPCUBEMAPFACE_4_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1902 13:04:01: Viewport for camera 'object_SE_0_DISTANCECUBEMAPCUBEMAPFACE_4_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 1903 13:04:01: Creating viewport on target 'rtt/42650880', rendering from camera 'object_SE_0_DISTANCECUBEMAPCUBEMAPFACE_5_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1904 13:04:01: Viewport for camera 'object_SE_0_DISTANCECUBEMAPCUBEMAPFACE_5_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 1905 13:04:01: WARNING: Texture instance 'object_SE_0_DISTANCECUBEMAP' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 1906 13:04:01: Creating viewport on target 'rtt/42651936', rendering from camera 'object_SE_0_COLORCUBEMAP_L1CUBEMAPFACE_0_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1907 13:04:01: Viewport for camera 'object_SE_0_COLORCUBEMAP_L1CUBEMAPFACE_0_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 1908 13:04:01: Creating viewport on target 'rtt/42652000', rendering from camera 'object_SE_0_COLORCUBEMAP_L1CUBEMAPFACE_1_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1909 13:04:01: Viewport for camera 'object_SE_0_COLORCUBEMAP_L1CUBEMAPFACE_1_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 1910 13:04:01: Creating viewport on target 'rtt/42652064', rendering from camera 'object_SE_0_COLORCUBEMAP_L1CUBEMAPFACE_2_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1911 13:04:01: Viewport for camera 'object_SE_0_COLORCUBEMAP_L1CUBEMAPFACE_2_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 1912 13:04:01: Creating viewport on target 'rtt/42652128', rendering from camera 'object_SE_0_COLORCUBEMAP_L1CUBEMAPFACE_3_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1913 13:04:01: Viewport for camera 'object_SE_0_COLORCUBEMAP_L1CUBEMAPFACE_3_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 1914 13:04:01: Creating viewport on target 'rtt/42652192', rendering from camera 'object_SE_0_COLORCUBEMAP_L1CUBEMAPFACE_4_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1915 13:04:01: Viewport for camera 'object_SE_0_COLORCUBEMAP_L1CUBEMAPFACE_4_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 1916 13:04:01: Creating viewport on target 'rtt/42652256', rendering from camera 'object_SE_0_COLORCUBEMAP_L1CUBEMAPFACE_5_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1917 13:04:01: Viewport for camera 'object_SE_0_COLORCUBEMAP_L1CUBEMAPFACE_5_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 1918 13:04:01: WARNING: Texture instance 'object_SE_0_COLORCUBEMAP_L1' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 1919 13:04:01: Creating viewport on target 'rtt/42653280', rendering from camera 'object_SE_0_COLORCUBEMAP_L2CUBEMAPFACE_0_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1920 13:04:01: Viewport for camera 'object_SE_0_COLORCUBEMAP_L2CUBEMAPFACE_0_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 1921 13:04:01: Creating viewport on target 'rtt/42653344', rendering from camera 'object_SE_0_COLORCUBEMAP_L2CUBEMAPFACE_1_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1922 13:04:01: Viewport for camera 'object_SE_0_COLORCUBEMAP_L2CUBEMAPFACE_1_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 1923 13:04:01: Creating viewport on target 'rtt/42653408', rendering from camera 'object_SE_0_COLORCUBEMAP_L2CUBEMAPFACE_2_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1924 13:04:01: Viewport for camera 'object_SE_0_COLORCUBEMAP_L2CUBEMAPFACE_2_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 1925 13:04:01: Creating viewport on target 'rtt/42653472', rendering from camera 'object_SE_0_COLORCUBEMAP_L2CUBEMAPFACE_3_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1926 13:04:01: Viewport for camera 'object_SE_0_COLORCUBEMAP_L2CUBEMAPFACE_3_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 1927 13:04:01: Creating viewport on target 'rtt/42653536', rendering from camera 'object_SE_0_COLORCUBEMAP_L2CUBEMAPFACE_4_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1928 13:04:01: Viewport for camera 'object_SE_0_COLORCUBEMAP_L2CUBEMAPFACE_4_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 1929 13:04:01: Creating viewport on target 'rtt/42653600', rendering from camera 'object_SE_0_COLORCUBEMAP_L2CUBEMAPFACE_5_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1930 13:04:01: Viewport for camera 'object_SE_0_COLORCUBEMAP_L2CUBEMAPFACE_5_CAMERA', actual dimensions L: 0 T: 0 W: 1024 H: 1024 1931 13:04:01: WARNING: Texture instance 'object_SE_0_COLORCUBEMAP_L2' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 1932 13:04:01: Creating viewport on target 'rtt/42654656', rendering from camera 'object_SE_0_COLORCUBEMAP_L3CUBEMAPFACE_0_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1933 13:04:01: Viewport for camera 'object_SE_0_COLORCUBEMAP_L3CUBEMAPFACE_0_CAMERA', actual dimensions L: 0 T: 0 W: 1 H: 1 1934 13:04:01: Creating viewport on target 'rtt/42654720', rendering from camera 'object_SE_0_COLORCUBEMAP_L3CUBEMAPFACE_1_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1935 13:04:01: Viewport for camera 'object_SE_0_COLORCUBEMAP_L3CUBEMAPFACE_1_CAMERA', actual dimensions L: 0 T: 0 W: 1 H: 1 1936 13:04:01: Creating viewport on target 'rtt/42654784', rendering from camera 'object_SE_0_COLORCUBEMAP_L3CUBEMAPFACE_2_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1937 13:04:01: Viewport for camera 'object_SE_0_COLORCUBEMAP_L3CUBEMAPFACE_2_CAMERA', actual dimensions L: 0 T: 0 W: 1 H: 1 1938 13:04:01: Creating viewport on target 'rtt/42654848', rendering from camera 'object_SE_0_COLORCUBEMAP_L3CUBEMAPFACE_3_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1939 13:04:01: Viewport for camera 'object_SE_0_COLORCUBEMAP_L3CUBEMAPFACE_3_CAMERA', actual dimensions L: 0 T: 0 W: 1 H: 1 1940 13:04:01: Creating viewport on target 'rtt/42654912', rendering from camera 'object_SE_0_COLORCUBEMAP_L3CUBEMAPFACE_4_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1941 13:04:01: Viewport for camera 'object_SE_0_COLORCUBEMAP_L3CUBEMAPFACE_4_CAMERA', actual dimensions L: 0 T: 0 W: 1 H: 1 1942 13:04:01: Creating viewport on target 'rtt/42654976', rendering from camera 'object_SE_0_COLORCUBEMAP_L3CUBEMAPFACE_5_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 1943 13:04:01: Viewport for camera 'object_SE_0_COLORCUBEMAP_L3CUBEMAPFACE_5_CAMERA', actual dimensions L: 0 T: 0 W: 1 H: 1
Note: See TracChangeset
for help on using the changeset viewer.