Changeset 1565


Ignore:
Timestamp:
10/04/06 09:18:20 (18 years ago)
Author:
szirmay
Message:
 
Location:
GTP/trunk/App/Demos/Illum/Ogre
Files:
1 added
3 edited

Legend:

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

    r1535 r1565  
    310310        float4 Le; 
    311311        float d; 
    312            
     312        /*   
    313313        for (int x = 0; x < REDUCED_CUBEMAP_SIZE; x++) 
    314314         for (int y = 0; y < REDUCED_CUBEMAP_SIZE; y++) 
     
    347347                //      intens += Le / 16.0 + pos.x*0.000000000001; 
    348348                        intens += 0.5 * Le * max(tri1 + tri2 + tri3 + tri4, 0); 
    349                 }        
     349                }*/      
    350350 
    351351        return intens; 
  • GTP/trunk/App/Demos/Illum/Ogre/Media/materials/scripts/GameTools_HPS.material

    r1451 r1565  
    118118        target ps_3_0 
    119119}  
     120 
     121//fragment_program HPS_Smoke_L_Depth_PS asm 
     122//{ 
     123//      source HPS_Illum_L_PS.asm 
     124//      syntax ps_3_0 
     125//}  
     126 
     127 
    120128 
    121129 
  • GTP/trunk/App/Demos/Illum/Ogre/bin/Release/Ogre.log

    r1535 r1565  
    1 13:56:28: Creating resource group General 
    2 13:56:28: Creating resource group Internal 
    3 13:56:28: Creating resource group Autodetect 
    4 13:56:28: Registering ResourceManager for type Material 
    5 13:56:28: Registering ResourceManager for type Mesh 
    6 13:56:28: Registering ResourceManager for type Skeleton 
    7 13:56:28: MovableObjectFactory for type 'ParticleSystem' registered. 
    8 13:56:28: Loading library OgrePlatform.dll 
    9 13:56:28: OverlayElementFactory for type Panel registered. 
    10 13:56:28: OverlayElementFactory for type BorderPanel registered. 
    11 13:56:28: OverlayElementFactory for type TextArea registered. 
    12 13:56:28: Registering ResourceManager for type Font 
    13 13:56:28: ArchiveFactory for archive type FileSystem registered. 
    14 13:56:28: ArchiveFactory for archive type Zip registered. 
    15 13:56:28: DevIL version: Developer's Image Library (DevIL) 1.6.7 Oct 28 2005 
    16 13:56: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:56:28: Registering ResourceManager for type HighLevelGpuProgram 
    18 13:56:28: Registering ResourceManager for type Compositor 
    19 13:56:28: MovableObjectFactory for type 'Entity' registered. 
    20 13:56:28: MovableObjectFactory for type 'Light' registered. 
    21 13:56:28: MovableObjectFactory for type 'BillboardSet' registered. 
    22 13:56:28: MovableObjectFactory for type 'ManualObject' registered. 
    23 13:56:28: MovableObjectFactory for type 'BillboardChain' registered. 
    24 13:56:28: MovableObjectFactory for type 'RibbonTrail' registered. 
    25 13:56:28: Loading library .\RenderSystem_Direct3D9 
    26 13:56:28: D3D9 : Direct3D9 Rendering Subsystem created. 
    27 13:56:28: D3D9: Driver Detection Starts 
    28 13:56:28: D3D9: Driver Detection Ends 
    29 13:56:28: Loading library .\Plugin_ParticleFX 
    30 13:56:28: Particle Emitter Type 'Point' registered 
    31 13:56:28: Particle Emitter Type 'Box' registered 
    32 13:56:28: Particle Emitter Type 'Ellipsoid' registered 
    33 13:56:28: Particle Emitter Type 'Cylinder' registered 
    34 13:56:28: Particle Emitter Type 'Ring' registered 
    35 13:56:28: Particle Emitter Type 'HollowEllipsoid' registered 
    36 13:56:28: Particle Affector Type 'LinearForce' registered 
    37 13:56:28: Particle Affector Type 'ColourFader' registered 
    38 13:56:28: Particle Affector Type 'ColourFader2' registered 
    39 13:56:28: Particle Affector Type 'ColourImage' registered 
    40 13:56:28: Particle Affector Type 'ColourInterpolator' registered 
    41 13:56:28: Particle Affector Type 'Scaler' registered 
    42 13:56:28: Particle Affector Type 'Rotator' registered 
    43 13:56:28: Particle Affector Type 'DirectionRandomiser' registered 
    44 13:56:28: Particle Affector Type 'DeflectorPlane' registered 
    45 13:56:28: Loading library .\Plugin_BSPSceneManager 
    46 13:56:28: Registering ResourceManager for type BspLevel 
    47 13:56:28: Loading library .\Plugin_OctreeSceneManager 
    48 13:56:28: Loading library .\Plugin_CgProgramManager 
    49 13:56:28: *-*-* OGRE Initialising 
    50 13:56:28: *-*-* Version 1.2.0 (Dagon) 
    51 13:56:28: Creating resource group Bootstrap 
    52 13:56:28: Added resource location '../../Media/packs/OgreCore.zip' of type 'Zip' to resource group 'Bootstrap' 
    53 13:56:28: Added resource location '../../Media' of type 'FileSystem' to resource group 'General' 
    54 13:56:28: Added resource location '../../Media/fonts' of type 'FileSystem' to resource group 'General' 
    55 13:56:28: Added resource location '../../Media/materials/programs' of type 'FileSystem' to resource group 'General' 
    56 13:56:28: Added resource location '../../Media/materials/scripts' of type 'FileSystem' to resource group 'General' 
    57 13:56:28: Added resource location '../../Media/materials/textures' of type 'FileSystem' to resource group 'General' 
    58 13:56:28: Added resource location '../../Media/models' of type 'FileSystem' to resource group 'General' 
    59 13:56:28: Added resource location '../../Media/overlays' of type 'FileSystem' to resource group 'General' 
    60 13:56:28: Added resource location '../../Media/particle' of type 'FileSystem' to resource group 'General' 
    61 13:56:28: Added resource location '../../Media/gui' of type 'FileSystem' to resource group 'General' 
    62 13:56:28: Added resource location '../../Media/packs/cubemapsJS.zip' of type 'Zip' to resource group 'General' 
    63 13:56:28: Added resource location '../../Media/packs/smokealphaclip.zip' of type 'Zip' to resource group 'General' 
    64 13:56:28: D3D9 : RenderSystem Option: Allow NVPerfHUD = No 
    65 13:56:28: D3D9 : RenderSystem Option: Anti aliasing = None 
    66 13:56:28: D3D9 : RenderSystem Option: Floating-point mode = Fastest 
    67 13:56:28: D3D9 : RenderSystem Option: Full Screen = No 
    68 13:56:28: D3D9 : RenderSystem Option: Rendering Device = NVIDIA GeForce 6800 GT 
    69 13:56:28: D3D9 : RenderSystem Option: VSync = No 
    70 13:56:28: D3D9 : RenderSystem Option: Video Mode = 800 x 600 @ 32-bit colour 
    71 13:56:29: D3D9 : Subsystem Initialising 
    72 13:56:29: D3D9RenderSystem::createRenderWindow "OGRE Render Window", 800x600 windowed  miscParams: FSAA=0 FSAAQuality=0 colourDepth=32 useNVPerfHUD=false vsync=false  
    73 13:56:29: D3D9 : Created D3D9 Rendering Window 'OGRE Render Window' : 800x600, 32bpp 
    74 13:56: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:56:29: Registering ResourceManager for type Texture 
    76 13:56:29: Registering ResourceManager for type GpuProgram 
    77 13:56:29: RenderSystem capabilities 
    78 13:56:29: ------------------------- 
    79 13:56:29:  * Hardware generation of mipmaps: yes 
    80 13:56:29:  * Texture blending: yes 
    81 13:56:29:  * Anisotropic texture filtering: yes 
    82 13:56:29:  * Dot product texture operation: yes 
    83 13:56:29:  * Cube mapping: yes 
    84 13:56:29:  * Hardware stencil buffer: yes 
    85 13:56:29:    - Stencil depth: 8 
    86 13:56:29:    - Two sided stencil support: yes 
    87 13:56:29:    - Wrap stencil values: yes 
    88 13:56:29:  * Hardware vertex / index buffers: yes 
    89 13:56:29:  * Vertex programs: yes 
    90 13:56:29:    - Max vertex program version: vs_3_0 
    91 13:56:29:  * Fragment programs: yes 
    92 13:56:29:    - Max fragment program version: ps_3_0 
    93 13:56:29:  * Texture Compression: yes 
    94 13:56:29:    - DXT: yes 
    95 13:56:29:    - VTC: no 
    96 13:56:29:  * Scissor Rectangle: yes 
    97 13:56:29:  * Hardware Occlusion Query: yes 
    98 13:56:29:  * User clip planes: yes 
    99 13:56:29:  * VET_UBYTE4 vertex element type: yes 
    100 13:56:29:  * Infinite far plane projection: yes 
    101 13:56:29:  * Hardware render-to-texture: yes 
    102 13:56:29:  * Floating point textures: yes 
    103 13:56:29:  * Non-power-of-two textures: yes 
    104 13:56:29:  * Volume textures: yes 
    105 13:56:29:  * Multiple Render Targets: 4 
    106 13:56:29:  * Max Point Size: 8192 
    107 13:56:29: *************************************** 
    108 13:56:29: *** D3D9 : Subsystem Initialised OK *** 
    109 13:56:29: *************************************** 
    110 13:56:29: ResourceBackgroundQueue - threading disabled 
    111 13:56:29: Particle Renderer Type 'billboard' registered 
    112 13:56:29: Particle Renderer Type 'sprite' registered 
    113 13:56: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:56:29: Viewport for camera 'PlayerCam', actual dimensions L: 0 T: 0 W: 800 H: 600 
    115 13:56:29: Parsing scripts for resource group Autodetect 
    116 13:56:29: Finished parsing scripts for resource group Autodetect 
    117 13:56:29: Parsing scripts for resource group Bootstrap 
    118 13:56:29: Parsing script OgreCore.material 
    119 13:56:29: Parsing script OgreProfiler.material 
    120 13:56:29: Parsing script Ogre.fontdef 
    121 13:56:29: Parsing script OgreDebugPanel.overlay 
    122 13:56: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:56: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:56: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:56:29: Font TrebuchetMSBoldusing texture size 512x512 
    126 13:56:29: Info: Freetype returned null for character 160 in font TrebuchetMSBold 
    127 13:56: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:56:29: Texture: ogretext.png: Loading 1 faces(PF_A8B8G8R8,256x128x1) with  hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x128x1. 
    129 13:56:29: Parsing script OgreLoadingPanel.overlay 
    130 13:56:29: Finished parsing scripts for resource group Bootstrap 
    131 13:56:29: Parsing scripts for resource group General 
    132 13:56:29: Parsing script GameTools.program 
    133 13:56:29: Parsing script atlascube.material 
    134 13:56:29: Parsing script Diffuse.material 
    135 13:56:29: An exception has been thrown! 
     109:08:02: Creating resource group General 
     209:08:02: Creating resource group Internal 
     309:08:02: Creating resource group Autodetect 
     409:08:02: Registering ResourceManager for type Material 
     509:08:02: Registering ResourceManager for type Mesh 
     609:08:02: Registering ResourceManager for type Skeleton 
     709:08:02: MovableObjectFactory for type 'ParticleSystem' registered. 
     809:08:02: Loading library OgrePlatform.dll 
     909:08:02: OverlayElementFactory for type Panel registered. 
     1009:08:02: OverlayElementFactory for type BorderPanel registered. 
     1109:08:02: OverlayElementFactory for type TextArea registered. 
     1209:08:02: Registering ResourceManager for type Font 
     1309:08:02: ArchiveFactory for archive type FileSystem registered. 
     1409:08:02: ArchiveFactory for archive type Zip registered. 
     1509:08:02: DevIL version: Developer's Image Library (DevIL) 1.6.7 Oct 28 2005 
     1609:08:02: 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  
     1709:08:02: Registering ResourceManager for type HighLevelGpuProgram 
     1809:08:02: Registering ResourceManager for type Compositor 
     1909:08:02: MovableObjectFactory for type 'Entity' registered. 
     2009:08:02: MovableObjectFactory for type 'Light' registered. 
     2109:08:02: MovableObjectFactory for type 'BillboardSet' registered. 
     2209:08:02: MovableObjectFactory for type 'ManualObject' registered. 
     2309:08:02: MovableObjectFactory for type 'BillboardChain' registered. 
     2409:08:02: MovableObjectFactory for type 'RibbonTrail' registered. 
     2509:08:02: Loading library .\RenderSystem_Direct3D9 
     2609:08:02: D3D9 : Direct3D9 Rendering Subsystem created. 
     2709:08:02: D3D9: Driver Detection Starts 
     2809:08:02: D3D9: Driver Detection Ends 
     2909:08:02: Loading library .\Plugin_ParticleFX 
     3009:08:02: Particle Emitter Type 'Point' registered 
     3109:08:02: Particle Emitter Type 'Box' registered 
     3209:08:02: Particle Emitter Type 'Ellipsoid' registered 
     3309:08:02: Particle Emitter Type 'Cylinder' registered 
     3409:08:02: Particle Emitter Type 'Ring' registered 
     3509:08:02: Particle Emitter Type 'HollowEllipsoid' registered 
     3609:08:02: Particle Affector Type 'LinearForce' registered 
     3709:08:02: Particle Affector Type 'ColourFader' registered 
     3809:08:02: Particle Affector Type 'ColourFader2' registered 
     3909:08:02: Particle Affector Type 'ColourImage' registered 
     4009:08:02: Particle Affector Type 'ColourInterpolator' registered 
     4109:08:02: Particle Affector Type 'Scaler' registered 
     4209:08:02: Particle Affector Type 'Rotator' registered 
     4309:08:02: Particle Affector Type 'DirectionRandomiser' registered 
     4409:08:02: Particle Affector Type 'DeflectorPlane' registered 
     4509:08:02: Loading library .\Plugin_BSPSceneManager 
     4609:08:02: Registering ResourceManager for type BspLevel 
     4709:08:02: Loading library .\Plugin_OctreeSceneManager 
     4809:08:02: Loading library .\Plugin_CgProgramManager 
     4909:08:02: *-*-* OGRE Initialising 
     5009:08:02: *-*-* Version 1.2.0 (Dagon) 
     5109:08:02: Creating resource group Bootstrap 
     5209:08:02: Added resource location '../../Media/packs/OgreCore.zip' of type 'Zip' to resource group 'Bootstrap' 
     5309:08:02: Added resource location '../../Media' of type 'FileSystem' to resource group 'General' 
     5409:08:02: Added resource location '../../Media/fonts' of type 'FileSystem' to resource group 'General' 
     5509:08:02: Added resource location '../../Media/materials/programs' of type 'FileSystem' to resource group 'General' 
     5609:08:02: Added resource location '../../Media/materials/scripts' of type 'FileSystem' to resource group 'General' 
     5709:08:02: Added resource location '../../Media/materials/textures' of type 'FileSystem' to resource group 'General' 
     5809:08:02: Added resource location '../../Media/models' of type 'FileSystem' to resource group 'General' 
     5909:08:02: Added resource location '../../Media/overlays' of type 'FileSystem' to resource group 'General' 
     6009:08:02: Added resource location '../../Media/particle' of type 'FileSystem' to resource group 'General' 
     6109:08:02: Added resource location '../../Media/gui' of type 'FileSystem' to resource group 'General' 
     6209:08:02: Added resource location '../../Media/packs/cubemapsJS.zip' of type 'Zip' to resource group 'General' 
     6309:08:02: Added resource location '../../Media/packs/smokealphaclip.zip' of type 'Zip' to resource group 'General' 
     6409:08:02: D3D9 : RenderSystem Option: Allow NVPerfHUD = No 
     6509:08:02: D3D9 : RenderSystem Option: Anti aliasing = None 
     6609:08:02: D3D9 : RenderSystem Option: Floating-point mode = Fastest 
     6709:08:02: D3D9 : RenderSystem Option: Full Screen = No 
     6809:08:02: D3D9 : RenderSystem Option: Rendering Device = NVIDIA GeForce 6800 GT 
     6909:08:02: D3D9 : RenderSystem Option: VSync = No 
     7009:08:02: D3D9 : RenderSystem Option: Video Mode = 800 x 600 @ 32-bit colour 
     7109:08:02: D3D9 : Subsystem Initialising 
     7209:08:02: D3D9RenderSystem::createRenderWindow "OGRE Render Window", 800x600 windowed  miscParams: FSAA=0 FSAAQuality=0 colourDepth=32 useNVPerfHUD=false vsync=false  
     7309:08:02: D3D9 : Created D3D9 Rendering Window 'OGRE Render Window' : 800x600, 32bpp 
     7409:08:02: D3D9 : WARNING - disabling VSync in windowed mode can cause timing issues at lower frame rates, turn VSync on if you observe this problem. 
     7509:08:02: Registering ResourceManager for type Texture 
     7609:08:02: Registering ResourceManager for type GpuProgram 
     7709:08:02: RenderSystem capabilities 
     7809:08:02: ------------------------- 
     7909:08:02:  * Hardware generation of mipmaps: yes 
     8009:08:02:  * Texture blending: yes 
     8109:08:02:  * Anisotropic texture filtering: yes 
     8209:08:02:  * Dot product texture operation: yes 
     8309:08:02:  * Cube mapping: yes 
     8409:08:02:  * Hardware stencil buffer: yes 
     8509:08:02:    - Stencil depth: 8 
     8609:08:02:    - Two sided stencil support: yes 
     8709:08:02:    - Wrap stencil values: yes 
     8809:08:02:  * Hardware vertex / index buffers: yes 
     8909:08:02:  * Vertex programs: yes 
     9009:08:02:    - Max vertex program version: vs_3_0 
     9109:08:02:  * Fragment programs: yes 
     9209:08:02:    - Max fragment program version: ps_3_0 
     9309:08:02:  * Texture Compression: yes 
     9409:08:02:    - DXT: yes 
     9509:08:02:    - VTC: no 
     9609:08:02:  * Scissor Rectangle: yes 
     9709:08:02:  * Hardware Occlusion Query: yes 
     9809:08:02:  * User clip planes: yes 
     9909:08:02:  * VET_UBYTE4 vertex element type: yes 
     10009:08:02:  * Infinite far plane projection: yes 
     10109:08:02:  * Hardware render-to-texture: yes 
     10209:08:02:  * Floating point textures: yes 
     10309:08:02:  * Non-power-of-two textures: yes 
     10409:08:02:  * Volume textures: yes 
     10509:08:02:  * Multiple Render Targets: 4 
     10609:08:02:  * Max Point Size: 8192 
     10709:08:02: *************************************** 
     10809:08:02: *** D3D9 : Subsystem Initialised OK *** 
     10909:08:02: *************************************** 
     11009:08:02: ResourceBackgroundQueue - threading disabled 
     11109:08:02: Particle Renderer Type 'billboard' registered 
     11209:08:02: Particle Renderer Type 'sprite' registered 
     11309:08:02: 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 
     11409:08:02: Viewport for camera 'PlayerCam', actual dimensions L: 0 T: 0 W: 800 H: 600 
     11509:08:02: Parsing scripts for resource group Autodetect 
     11609:08:02: Finished parsing scripts for resource group Autodetect 
     11709:08:02: Parsing scripts for resource group Bootstrap 
     11809:08:02: Parsing script OgreCore.material 
     11909:08:02: Parsing script OgreProfiler.material 
     12009:08:02: Parsing script Ogre.fontdef 
     12109:08:02: Parsing script OgreDebugPanel.overlay 
     12209:08:02: Texture: New_Ogre_Border_Center.png: Loading 1 faces(PF_A8B8G8R8,256x128x1) with  hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x128x1. 
     12309:08:02: Texture: New_Ogre_Border.png: Loading 1 faces(PF_A8B8G8R8,256x256x1) with  hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x256x1. 
     12409:08:02: Texture: New_Ogre_Border_Break.png: Loading 1 faces(PF_A8B8G8R8,32x32x1) with  hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,32x32x1. 
     12509:08:02: Font TrebuchetMSBoldusing texture size 512x512 
     12609:08:02: Info: Freetype returned null for character 160 in font TrebuchetMSBold 
     12709:08:02: Texture: TrebuchetMSBoldTexture: Loading 1 faces(PF_BYTE_LA,512x512x1) with 0 generated mipmaps from Image. Internal format is PF_BYTE_LA,512x512x1. 
     12809:08:02: Texture: ogretext.png: Loading 1 faces(PF_A8B8G8R8,256x128x1) with  hardware generated mipmaps from Image. Internal format is PF_A8R8G8B8,256x128x1. 
     12909:08:02: Parsing script OgreLoadingPanel.overlay 
     13009:08:03: Finished parsing scripts for resource group Bootstrap 
     13109:08:03: Parsing scripts for resource group General 
     13209:08:03: Parsing script GameTools.program 
     13309:08:03: Parsing script atlascube.material 
     13409:08:03: Parsing script Diffuse.material 
     13509:08:03: An exception has been thrown! 
    136136 
    137137----------------------------------- 
     
    144144Line: 768 
    145145Stack unwinding: <<beginning of stack>> 
    146 13:56:29: Error in material GameTools/CubeMap/Reduce at line 20 of Diffuse.material: Invalid param_named attribute - An exception has been thrown! 
     14609:08:03: Error in material GameTools/CubeMap/Reduce at line 20 of Diffuse.material: Invalid param_named attribute - An exception has been thrown! 
    147147 
    148148----------------------------------- 
     
    155155Line: 768 
    156156Stack unwinding: <<beginning of stack>> 
    157 13:56:31: An exception has been thrown! 
     15709:08:04: An exception has been thrown! 
    158158 
    159159----------------------------------- 
     
    166166Line: 768 
    167167Stack unwinding: <<beginning of stack>> 
    168 13:56:31: Error in material GameTools/Diffuse at line 74 of Diffuse.material: Invalid param_named_auto attribute - An exception has been thrown! 
     16809:08:04: Error in material GameTools/Diffuse at line 74 of Diffuse.material: Invalid param_named_auto attribute - An exception has been thrown! 
    169169 
    170170----------------------------------- 
     
    177177Line: 768 
    178178Stack unwinding: <<beginning of stack>> 
    179 13:56:31: An exception has been thrown! 
     17909:08:04: An exception has been thrown! 
    180180 
    181181----------------------------------- 
     
    188188Line: 768 
    189189Stack unwinding: <<beginning of stack>> 
    190 13:56:31: Error in material GameTools/Diffuse at line 75 of Diffuse.material: Invalid param_named attribute - An exception has been thrown! 
     19009:08:04: Error in material GameTools/Diffuse at line 75 of Diffuse.material: Invalid param_named attribute - An exception has been thrown! 
    191191 
    192192----------------------------------- 
     
    199199Line: 768 
    200200Stack unwinding: <<beginning of stack>> 
     20109:08:04: An exception has been thrown! 
     202 
     203----------------------------------- 
     204Details: 
     205----------------------------------- 
     206Error #: 7 
     207Function: GpuProgramParameters::getParamIndex 
     208Description: Cannot find a parameter named cameraPos.  
     209File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 
     210Line: 768 
     211Stack unwinding: <<beginning of stack>> 
     21209:08:04: Error in material GameTools/Diffuse/use at line 148 of Diffuse.material: Invalid param_named_auto attribute - An exception has been thrown! 
     213 
     214----------------------------------- 
     215Details: 
     216----------------------------------- 
     217Error #: 7 
     218Function: GpuProgramParameters::getParamIndex 
     219Description: Cannot find a parameter named cameraPos.  
     220File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 
     221Line: 768 
     222Stack unwinding: <<beginning of stack>> 
     22309:08:04: An exception has been thrown! 
     224 
     225----------------------------------- 
     226Details: 
     227----------------------------------- 
     228Error #: 7 
     229Function: GpuProgramParameters::getParamIndex 
     230Description: Cannot find a parameter named REDUCED_CUBEMAP_SIZE.  
     231File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 
     232Line: 768 
     233Stack unwinding: <<beginning of stack>> 
     23409:08:04: Error in material GameTools/Diffuse/use at line 149 of Diffuse.material: Invalid param_named attribute - An exception has been thrown! 
     235 
     236----------------------------------- 
     237Details: 
     238----------------------------------- 
     239Error #: 7 
     240Function: GpuProgramParameters::getParamIndex 
     241Description: Cannot find a parameter named REDUCED_CUBEMAP_SIZE.  
     242File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 
     243Line: 768 
     244Stack unwinding: <<beginning of stack>> 
     24509:08:04: An exception has been thrown! 
     246 
     247----------------------------------- 
     248Details: 
     249----------------------------------- 
     250Error #: 7 
     251Function: GpuProgramParameters::getParamIndex 
     252Description: Cannot find a parameter named lastCenter.  
     253File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 
     254Line: 768 
     255Stack unwinding: <<beginning of stack>> 
     25609:08:04: Error in material GameTools/Diffuse/use at line 150 of Diffuse.material: Invalid param_named attribute - An exception has been thrown! 
     257 
     258----------------------------------- 
     259Details: 
     260----------------------------------- 
     261Error #: 7 
     262Function: GpuProgramParameters::getParamIndex 
     263Description: Cannot find a parameter named lastCenter.  
     264File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 
     265Line: 768 
     266Stack unwinding: <<beginning of stack>> 
     26709:08:04: An exception has been thrown! 
     268 
     269----------------------------------- 
     270Details: 
     271----------------------------------- 
     272Error #: 7 
     273Function: GpuProgramParameters::getParamIndex 
     274Description: Cannot find a parameter named world_IT.  
     275File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 
     276Line: 768 
     277Stack unwinding: <<beginning of stack>> 
     27809:08:04: Error in material GameTools/Diffuse/use at line 151 of Diffuse.material: Invalid param_named_auto attribute - An exception has been thrown! 
     279 
     280----------------------------------- 
     281Details: 
     282----------------------------------- 
     283Error #: 7 
     284Function: GpuProgramParameters::getParamIndex 
     285Description: Cannot find a parameter named world_IT.  
     286File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 
     287Line: 768 
     288Stack unwinding: <<beginning of stack>> 
     28909:08:04: Parsing script EnvMetals.material 
     29009:08:04: An exception has been thrown! 
     291 
     292----------------------------------- 
     293Details: 
     294----------------------------------- 
     295Error #: 7 
     296Function: GpuProgramParameters::getParamIndex 
     297Description: Cannot find a parameter named lightPosition.  
     298File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 
     299Line: 768 
     300Stack unwinding: <<beginning of stack>> 
     30109:08:04: Error in material EnvMetals/Copper at line 37 of EnvMetals.material: Invalid param_named_auto attribute - An exception has been thrown! 
     302 
     303----------------------------------- 
     304Details: 
     305----------------------------------- 
     306Error #: 7 
     307Function: GpuProgramParameters::getParamIndex 
     308Description: Cannot find a parameter named lightPosition.  
     309File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 
     310Line: 768 
     311Stack unwinding: <<beginning of stack>> 
     31209:08:04: An exception has been thrown! 
     313 
     314----------------------------------- 
     315Details: 
     316----------------------------------- 
     317Error #: 7 
     318Function: GpuProgramParameters::getParamIndex 
     319Description: Cannot find a parameter named lightPosition.  
     320File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 
     321Line: 768 
     322Stack unwinding: <<beginning of stack>> 
     32309:08:04: Error in material EnvMetals/Gold at line 97 of EnvMetals.material: Invalid param_named_auto attribute - An exception has been thrown! 
     324 
     325----------------------------------- 
     326Details: 
     327----------------------------------- 
     328Error #: 7 
     329Function: GpuProgramParameters::getParamIndex 
     330Description: Cannot find a parameter named lightPosition.  
     331File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 
     332Line: 768 
     333Stack unwinding: <<beginning of stack>> 
     33409:08:04: An exception has been thrown! 
     335 
     336----------------------------------- 
     337Details: 
     338----------------------------------- 
     339Error #: 7 
     340Function: GpuProgramParameters::getParamIndex 
     341Description: Cannot find a parameter named lightPosition.  
     342File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 
     343Line: 768 
     344Stack unwinding: <<beginning of stack>> 
     34509:08:04: Error in material EnvMetals/Silver at line 159 of EnvMetals.material: Invalid param_named_auto attribute - An exception has been thrown! 
     346 
     347----------------------------------- 
     348Details: 
     349----------------------------------- 
     350Error #: 7 
     351Function: GpuProgramParameters::getParamIndex 
     352Description: Cannot find a parameter named lightPosition.  
     353File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 
     354Line: 768 
     355Stack unwinding: <<beginning of stack>> 
     35609:08:04: An exception has been thrown! 
     357 
     358----------------------------------- 
     359Details: 
     360----------------------------------- 
     361Error #: 7 
     362Function: GpuProgramParameters::getParamIndex 
     363Description: Cannot find a parameter named lightPosition.  
     364File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 
     365Line: 768 
     366Stack unwinding: <<beginning of stack>> 
     36709:08:04: Error in material EnvMetals/Alu at line 222 of EnvMetals.material: Invalid param_named_auto attribute - An exception has been thrown! 
     368 
     369----------------------------------- 
     370Details: 
     371----------------------------------- 
     372Error #: 7 
     373Function: GpuProgramParameters::getParamIndex 
     374Description: Cannot find a parameter named lightPosition.  
     375File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 
     376Line: 768 
     377Stack unwinding: <<beginning of stack>> 
     37809:08:04: Parsing script GameTools.material 
     37909:08:04: Error in material GameTools/SceneCameraDepthShader at line 159 of GameTools.material: Unrecognised command: scene_blend 
     38009:08:04: An exception has been thrown! 
     381 
     382----------------------------------- 
     383Details: 
     384----------------------------------- 
     385Error #: 7 
     386Function: GpuProgramParameters::getParamIndex 
     387Description: Cannot find a parameter named farplane.  
     388File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 
     389Line: 768 
     390Stack unwinding: <<beginning of stack>> 
     39109:08:04: Error in material GameTools/SceneCameraDepthShader at line 167 of GameTools.material: Invalid param_named_auto attribute - An exception has been thrown! 
     392 
     393----------------------------------- 
     394Details: 
     395----------------------------------- 
     396Error #: 7 
     397Function: GpuProgramParameters::getParamIndex 
     398Description: Cannot find a parameter named farplane.  
     399File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 
     400Line: 768 
     401Stack unwinding: <<beginning of stack>> 
     40209:08:04: Error in material GameTools/FocusingShader at line 183 of GameTools.material: Unrecognised command: scene_blend 
     40309:08:04: Error in material GameTools/FocusingShader at line 191 of GameTools.material: Invalid param_named attribute - expected at least 3 parameters. 
     40409:08:04: Error in material GameTools/ShadowMapDepth at line 207 of GameTools.material: Unrecognised command: scene_blend 
     40509:08:04: Parsing script GameTools_HPS.material 
     40609:08:04: An exception has been thrown! 
     407 
     408----------------------------------- 
     409Details: 
     410----------------------------------- 
     411Error #: 7 
     412Function: GpuProgramParameters::getParamIndex 
     413Description: Cannot find a parameter named worldViewProj.  
     414File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 
     415Line: 768 
     416Stack unwinding: <<beginning of stack>> 
     41709:08:04: Error in material HPS_SMOKE_S at line 25 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 
     418 
     419----------------------------------- 
     420Details: 
     421----------------------------------- 
     422Error #: 7 
     423Function: GpuProgramParameters::getParamIndex 
     424Description: Cannot find a parameter named worldViewProj.  
     425File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 
     426Line: 768 
     427Stack unwinding: <<beginning of stack>> 
     42809:08:04: An exception has been thrown! 
     429 
     430----------------------------------- 
     431Details: 
     432----------------------------------- 
     433Error #: 7 
     434Function: GpuProgramParameters::getParamIndex 
     435Description: Cannot find a parameter named worldViewProj.  
     436File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 
     437Line: 768 
     438Stack unwinding: <<beginning of stack>> 
     43909:08:04: Error in material HPS_SMOKE_L at line 84 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 
     440 
     441----------------------------------- 
     442Details: 
     443----------------------------------- 
     444Error #: 7 
     445Function: GpuProgramParameters::getParamIndex 
     446Description: Cannot find a parameter named worldViewProj.  
     447File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 
     448Line: 768 
     449Stack unwinding: <<beginning of stack>> 
     45009:08:04: An exception has been thrown! 
     451 
     452----------------------------------- 
     453Details: 
     454----------------------------------- 
     455Error #: 7 
     456Function: GpuProgramParameters::getParamIndex 
     457Description: Cannot find a parameter named Proj.  
     458File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 
     459Line: 768 
     460Stack unwinding: <<beginning of stack>> 
     46109:08:04: Error in material HPS_SMOKE_L at line 90 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 
     462 
     463----------------------------------- 
     464Details: 
     465----------------------------------- 
     466Error #: 7 
     467Function: GpuProgramParameters::getParamIndex 
     468Description: Cannot find a parameter named Proj.  
     469File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 
     470Line: 768 
     471Stack unwinding: <<beginning of stack>> 
     47209:08:04: An exception has been thrown! 
     473 
     474----------------------------------- 
     475Details: 
     476----------------------------------- 
     477Error #: 7 
     478Function: GpuProgramParameters::getParamIndex 
     479Description: Cannot find a parameter named worldViewProj.  
     480File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 
     481Line: 768 
     482Stack unwinding: <<beginning of stack>> 
     48309:08:04: Error in material HPS_SMOKE_L_Depth at line 160 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 
     484 
     485----------------------------------- 
     486Details: 
     487----------------------------------- 
     488Error #: 7 
     489Function: GpuProgramParameters::getParamIndex 
     490Description: Cannot find a parameter named worldViewProj.  
     491File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 
     492Line: 768 
     493Stack unwinding: <<beginning of stack>> 
     49409:08:04: An exception has been thrown! 
     495 
     496----------------------------------- 
     497Details: 
     498----------------------------------- 
     499Error #: 7 
     500Function: GpuProgramParameters::getParamIndex 
     501Description: Cannot find a parameter named Proj.  
     502File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 
     503Line: 768 
     504Stack unwinding: <<beginning of stack>> 
     50509:08:04: Error in material HPS_SMOKE_L_Depth at line 169 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 
     506 
     507----------------------------------- 
     508Details: 
     509----------------------------------- 
     510Error #: 7 
     511Function: GpuProgramParameters::getParamIndex 
     512Description: Cannot find a parameter named Proj.  
     513File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 
     514Line: 768 
     515Stack unwinding: <<beginning of stack>> 
     51609:08:04: An exception has been thrown! 
     517 
     518----------------------------------- 
     519Details: 
     520----------------------------------- 
     521Error #: 7 
     522Function: GpuProgramParameters::getParamIndex 
     523Description: Cannot find a parameter named farplane.  
     524File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 
     525Line: 768 
     526Stack unwinding: <<beginning of stack>> 
     52709:08:04: Error in material HPS_SMOKE_L_Depth at line 170 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 
     528 
     529----------------------------------- 
     530Details: 
     531----------------------------------- 
     532Error #: 7 
     533Function: GpuProgramParameters::getParamIndex 
     534Description: Cannot find a parameter named farplane.  
     535File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 
     536Line: 768 
     537Stack unwinding: <<beginning of stack>> 
     53809:08:04: An exception has been thrown! 
     539 
     540----------------------------------- 
     541Details: 
     542----------------------------------- 
     543Error #: 7 
     544Function: GpuProgramParameters::getParamIndex 
     545Description: Cannot find a parameter named worldViewProj.  
     546File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 
     547Line: 768 
     548Stack unwinding: <<beginning of stack>> 
     54909:08:04: Error in material Smoke_IllumVolume at line 229 of GameTools_HPS.material: Invalid param_named_auto attribute - An exception has been thrown! 
     550 
     551----------------------------------- 
     552Details: 
     553----------------------------------- 
     554Error #: 7 
     555Function: GpuProgramParameters::getParamIndex 
     556Description: Cannot find a parameter named worldViewProj.  
     557File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 
     558Line: 768 
     559Stack unwinding: <<beginning of stack>> 
     56009:08:04: Parsing script GlassHead.material 
     56109:08:04: An exception has been thrown! 
     562 
     563----------------------------------- 
     564Details: 
     565----------------------------------- 
     566Error #: 7 
     567Function: GpuProgramParameters::getParamIndex 
     568Description: Cannot find a parameter named worldIT.  
     569File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 
     570Line: 768 
     571Stack unwinding: <<beginning of stack>> 
     57209:08:04: Error in material GameTools/PhotonMapCaustic at line 12 of GlassHead.material: Invalid param_named_auto attribute - An exception has been thrown! 
     573 
     574----------------------------------- 
     575Details: 
     576----------------------------------- 
     577Error #: 7 
     578Function: GpuProgramParameters::getParamIndex 
     579Description: Cannot find a parameter named worldIT.  
     580File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 
     581Line: 768 
     582Stack unwinding: <<beginning of stack>> 
     58309:08:05: Error in material GameTools/PhotonMapCaustic at line 23 of GlassHead.material: Bad cubic_texture attribute, final parameter must be 'combinedUVW' or 'separateUV'. 
     58409:08:05: An exception has been thrown! 
     585 
     586----------------------------------- 
     587Details: 
     588----------------------------------- 
     589Error #: 7 
     590Function: GpuProgramParameters::getParamIndex 
     591Description: Cannot find a parameter named worldViewProj.  
     592File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 
     593Line: 768 
     594Stack unwinding: <<beginning of stack>> 
     59509:08:05: Error in material GameTools/Cau at line 47 of GlassHead.material: Invalid param_named_auto attribute - An exception has been thrown! 
     596 
     597----------------------------------- 
     598Details: 
     599----------------------------------- 
     600Error #: 7 
     601Function: GpuProgramParameters::getParamIndex 
     602Description: Cannot find a parameter named worldViewProj.  
     603File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 
     604Line: 768 
     605Stack unwinding: <<beginning of stack>> 
     60609:08:05: An exception has been thrown! 
     607 
     608----------------------------------- 
     609Details: 
     610----------------------------------- 
     611Error #: 7 
     612Function: GpuProgramParameters::getParamIndex 
     613Description: Cannot find a parameter named resolution.  
     614File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 
     615Line: 768 
     616Stack unwinding: <<beginning of stack>> 
     61709:08:05: Error in material GameTools/Cau at line 50 of GlassHead.material: Invalid param_named_auto attribute - An exception has been thrown! 
     618 
     619----------------------------------- 
     620Details: 
     621----------------------------------- 
     622Error #: 7 
     623Function: GpuProgramParameters::getParamIndex 
     624Description: Cannot find a parameter named resolution.  
     625File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 
     626Line: 768 
     627Stack unwinding: <<beginning of stack>> 
     62809:08:05: An exception has been thrown! 
     629 
     630----------------------------------- 
     631Details: 
     632----------------------------------- 
     633Error #: 7 
     634Function: GpuProgramParameters::getParamIndex 
     635Description: Cannot find a parameter named resolution.  
     636File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 
     637Line: 768 
     638Stack unwinding: <<beginning of stack>> 
     63909:08:05: Error in material GameTools/CauTri at line 105 of GlassHead.material: Invalid param_named_auto attribute - An exception has been thrown! 
     640 
     641----------------------------------- 
     642Details: 
     643----------------------------------- 
     644Error #: 7 
     645Function: GpuProgramParameters::getParamIndex 
     646Description: Cannot find a parameter named resolution.  
     647File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 
     648Line: 768 
     649Stack unwinding: <<beginning of stack>> 
     65009:08:05: Parsing script Glow.material 
     65109:08:05: An exception has been thrown! 
     652 
     653----------------------------------- 
     654Details: 
     655----------------------------------- 
     656Error #: 7 
     657Function: GpuProgramParameters::getParamIndex 
     658Description: Cannot find a parameter named Gain.  
     659File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 
     660Line: 768 
     661Stack unwinding: <<beginning of stack>> 
     66209:08:05: Error in material GameTools/ToneMap at line 210 of Glow.material: Invalid param_named attribute - An exception has been thrown! 
     663 
     664----------------------------------- 
     665Details: 
     666----------------------------------- 
     667Error #: 7 
     668Function: GpuProgramParameters::getParamIndex 
     669Description: Cannot find a parameter named Gain.  
     670File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 
     671Line: 768 
     672Stack unwinding: <<beginning of stack>> 
     67309:08:05: Parsing script hangar.material 
     67409:08:05: Parsing script kupola.material 
     67509:08:05: Error in material kupolalambert2 at line 23 of kupola.material: Bad scene_blend attribute, unrecognised parameter 'none' 
     67609:08:05: Error in material kupolalambert2 at line 26 of kupola.material: Bad scene_blend_alpha attribute, unrecognised parameter 'none' 
     67709:08:05: Error in material kupolalambert5 at line 76 of kupola.material: Bad scene_blend attribute, unrecognised parameter 'none' 
     67809:08:05: Error in material kupolalambert5 at line 79 of kupola.material: Bad scene_blend_alpha attribute, unrecognised parameter 'none' 
     67909:08:05: Parsing script Ogre.material 
     68009:08:05: Parsing script Particles.material 
     68109:08:05: An exception has been thrown! 
     682 
     683----------------------------------- 
     684Details: 
     685----------------------------------- 
     686Error #: 7 
     687Function: GpuProgramParameters::getParamIndex 
     688Description: Cannot find a parameter named worldViewProj.  
     689File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 
     690Line: 768 
     691Stack unwinding: <<beginning of stack>> 
     69209:08:05: Error in material GameTools/SpriteShader at line 17 of Particles.material: Invalid param_named_auto attribute - An exception has been thrown! 
     693 
     694----------------------------------- 
     695Details: 
     696----------------------------------- 
     697Error #: 7 
     698Function: GpuProgramParameters::getParamIndex 
     699Description: Cannot find a parameter named worldViewProj.  
     700File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 
     701Line: 768 
     702Stack unwinding: <<beginning of stack>> 
     70309:08:05: An exception has been thrown! 
     704 
     705----------------------------------- 
     706Details: 
     707----------------------------------- 
     708Error #: 7 
     709Function: GpuProgramParameters::getParamIndex 
     710Description: Cannot find a parameter named worldViewProj.  
     711File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 
     712Line: 768 
     713Stack unwinding: <<beginning of stack>> 
     71409:08:05: Error in material GameTools/SBB at line 52 of Particles.material: Invalid param_named_auto attribute - An exception has been thrown! 
     715 
     716----------------------------------- 
     717Details: 
     718----------------------------------- 
     719Error #: 7 
     720Function: GpuProgramParameters::getParamIndex 
     721Description: Cannot find a parameter named worldViewProj.  
     722File: \ogre_gametools\OgreMain\src\OgreGpuProgram.cpp 
     723Line: 768 
     724Stack unwinding: <<beginning of stack>> 
     72509:08:05: Parsing script RaytraceDemo.material 
     72609:08:05: Parsing script stairs.material 
     72709:08:05: Parsing script X3D.material 
     72809:08:05: Parsing script GameTools_Glow.compositor 
     72909:08:05: Parsing script GameTools_ToneMap.compositor 
     73009:08:05: Parsing script sample.fontdef 
     73109:08:05: Bad attribute line: glyph             0.152344        0.125   0.160156        0.1875 in font Ogre 
     73209:08:05: Parsing script GameTools.particle 
     73309:08:05: Bad particle system attribute line: 'billboard_type  point' in GameTools/DemoParticle1 (tried renderer) 
     73409:08:05: Bad particle system attribute line: 'billboard_type  point' in GameTools/Big (tried renderer) 
     73509:08:05: Bad particle system attribute line: 'billboard_type  point' in GameTools/Little (tried renderer) 
     73609:08:05: Parsing script Compositor.overlay 
     73709:08:05: Parsing script DP3.overlay 
     73809:08:05: Parsing script Example-CubeMapping.overlay 
     73909:08:05: Parsing script Example-DynTex.overlay 
     74009:08:05: Parsing script Example-Water.overlay 
     74109:08:05: Parsing script FullScreen.overlay 
     74209:08:05: Texture: flare.png: Loading 1 faces(PF_B8G8R8,256x256x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1. 
     74309:08:05: Parsing script Shadows.overlay 
     74409:08:05: Finished parsing scripts for resource group General 
     74509:08:05: Parsing scripts for resource group Internal 
     74609:08:05: Finished parsing scripts for resource group Internal 
     74709:08:05: Creating viewport on target 'rtt/2305472', rendering from camera 'PlayerCam', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     74809:08:05: Viewport for camera 'PlayerCam', actual dimensions L: 0 T: 0 W: 800 H: 600 
     74909:08:05: Creating viewport on target 'rtt/2294528', rendering from camera 'PlayerCam', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     75009:08:05: Viewport for camera 'PlayerCam', actual dimensions L: 0 T: 0 W: 256 H: 256 
     75109:08:05: Creating viewport on target 'rtt/2241312', rendering from camera 'PlayerCam', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     75209:08:05: Viewport for camera 'PlayerCam', actual dimensions L: 0 T: 0 W: 256 H: 256 
     75309:08:05: Creating viewport on target 'rtt/2279136', rendering from camera 'PlayerCam', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     75409:08:05: Viewport for camera 'PlayerCam', actual dimensions L: 0 T: 0 W: 256 H: 256 
     75509:08:05: Creating viewport on target 'rtt/2279488', rendering from camera 'PlayerCam', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     75609:08:05: Viewport for camera 'PlayerCam', actual dimensions L: 0 T: 0 W: 256 H: 256 
     75709:08:06: Texture: stormy_fr.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 
     75809:08:06: Texture: stormy_bk.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 
     75909:08:06: Texture: stormy_lf.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 
     76009:08:06: Texture: stormy_rt.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 
     76109:08:06: Texture: stormy_up.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 
     76209:08:06: Texture: stormy_dn.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 
     76309:08:06: Mesh: Loading athene.mesh. 
     76409:08:06: Can't assign material 1 - Default to SubEntity of head because this Material does not exist. Have you forgotten to define it in a .material script? 
     76509:08:06: Creating viewport on target 'rtt/21741344', rendering from camera 'psys1_HPP_IMPOSTOR_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     76609:08:06: Viewport for camera 'psys1_HPP_IMPOSTOR_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     76709:08:06: 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. 
     76809:08:06: Creating viewport on target 'rtt/21741408', rendering from camera 'PlayerCam', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     76909:08:06: Viewport for camera 'PlayerCam', actual dimensions L: 0 T: 0 W: 800 H: 600 
     77009:08:06: Creating viewport on target 'rtt/21741472', rendering from camera 'LIGHT_FOCUSING_MAP_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     77109:08:06: Viewport for camera 'LIGHT_FOCUSING_MAP_CAMERA', actual dimensions L: 0 T: 0 W: 32 H: 32 
     77209:08:06: Creating viewport on target 'rtt/21755872', rendering from camera 'PHASE_TEXTURE_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     77309:08:06: Viewport for camera 'PHASE_TEXTURE_CAMERA', actual dimensions L: 0 T: 0 W: 256 H: 256 
     77409:08:06: 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. 
     77509:08:06: Creating viewport on target 'rtt/21756224', rendering from camera 'psys1_LIGHT_VOLUME_CAMERA', relative dimensions L: 0.00 T: 0.00 W: 1.00 H: 1.00 ZOrder: 0 
     77609:08:06: Viewport for camera 'psys1_LIGHT_VOLUME_CAMERA', actual dimensions L: 0 T: 0 W: 128 H: 128 
     77709:08:06: WARNING: Texture instance 'psys1_LIGHT_VOLUME' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 
     77809:08:06: Win32Input8: DirectInput Activation Starts 
     77909:08:06: Win32Input8: Establishing keyboard input. 
     78009:08:06: Win32Input8: Keyboard input established. 
     78109:08:06: Win32Input8: Initializing mouse input in immediate mode. 
     78209:08:06: Win32Input8: Mouse input in immediate mode initialized. 
     78309:08:06: Win32Input8: DirectInput OK. 
     78409:08:06: Texture: smoke2.jpg: Loading 1 faces(PF_B8G8R8,512x512x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,512x512x1. 
     78509:08:06: D3D9 : Loading 2D Texture, image name : 'pamacs.dds' with 2147483647 mip map levels 
     78609:08:06: WARNING: Texture instance 'CompositorInstanceTexture0' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 
     78709:08:06: WARNING: Texture instance 'CompositorInstanceTexture4' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 
     78809:08:06: Texture: rockwall.tga: Loading 1 faces(PF_R8G8B8,256x256x1) with  hardware generated mipmaps from Image. Internal format is PF_X8R8G8B8,256x256x1. 
     78909:08:06: WARNING: Texture instance 'CompositorInstanceTexture1' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 
     79009:08:06: WARNING: Texture instance 'CompositorInstanceTexture2' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 
     79109:08:06: WARNING: Texture instance 'CompositorInstanceTexture3' was defined as manually loaded, but no manual loader was provided. This Resource will be lost if it has to be reloaded. 
     79209:08:37: Unregistering ResourceManager for type BspLevel 
     79309:08:37: Render Target 'rtt/2305472' Average FPS: 25.3759 Best FPS: 173.653 Worst FPS: 23.9923 
     79409:08:37: Render Target 'rtt/2279136' Average FPS: 25.3853 Best FPS: 173.48 Worst FPS: 23.9923 
     79509:08:37: Render Target 'rtt/2241312' Average FPS: 25.3789 Best FPS: 173.48 Worst FPS: 23.9521 
     79609:08:37: Render Target 'rtt/2279488' Average FPS: 25.3884 Best FPS: 174.477 Worst FPS: 23.976 
     79709:08:37: Render Target 'rtt/2294528' Average FPS: 25.3901 Best FPS: 173.653 Worst FPS: 23.976 
     79809:08:37: Render Target 'rtt/21756224' Average FPS: 25.3759 Best FPS: 174.129 Worst FPS: 23.9923 
     79909:08:37: Render Target 'rtt/21755872' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     80009:08:37: Render Target 'rtt/21741472' Average FPS: 0 Best FPS: 0 Worst FPS: 999 
     80109:08:37: Render Target 'rtt/21741408' Average FPS: 25.3853 Best FPS: 174.129 Worst FPS: 24.0154 
     80209:08:37: Render Target 'rtt/21741344' Average FPS: 25.3789 Best FPS: 174.129 Worst FPS: 24.0154 
     80309:08:37: *-*-* OGRE Shutdown 
     80409:08:37: Unregistering ResourceManager for type Compositor 
     80509:08:37: Unregistering ResourceManager for type Font 
     80609:08:37: Unregistering ResourceManager for type Skeleton 
     80709:08:37: Unregistering ResourceManager for type Mesh 
     80809:08:37: Unregistering ResourceManager for type HighLevelGpuProgram 
     80909:08:37: Unloading library .\Plugin_CgProgramManager 
     81009:08:37: Unloading library .\Plugin_OctreeSceneManager 
     81109:08:37: Unloading library .\Plugin_BSPSceneManager 
     81209:08:37: Unloading library .\Plugin_ParticleFX 
     81309:08:37: Render Target 'OGRE Render Window' Average FPS: 25.3784 Best FPS: 173.307 Worst FPS: 23.9521 
     81409:08:37: D3D9 : Shutting down cleanly. 
     81509:08:37: Unregistering ResourceManager for type Texture 
     81609:08:37: Unregistering ResourceManager for type GpuProgram 
     81709:08:37: D3D9 : Direct3D9 Rendering Subsystem destroyed. 
     81809:08:37: Unloading library .\RenderSystem_Direct3D9 
     81909:08:37: Unregistering ResourceManager for type Material 
     82009:08:37: Unloading library OgrePlatform.dll 
Note: See TracChangeset for help on using the changeset viewer.