Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5134


Ignore:
Timestamp:
May 29, 2008, 11:19:11 AM (16 years ago)
Author:
janise
Message:

try to fix it once again

Location:
data/Media/materials/scripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • data/Media/materials/scripts/Examples.program

    r5131 r5134  
    2020        }
    2121}
    22 // A really basic ambient pass program, support for one texture coodinate set
    23 vertex_program Ogre/BasicVertexPrograms/AmbientOneTextureGLSL glsl
    24 {
    25         source AmbientOneTexture.glsl
    2622
    27         default_params
    28         {
    29                 param_named_auto ambient ambient_light_colour
    30         }
    31 }
    3223
    3324vertex_program Ogre/BasicVertexPrograms/AmbientOneTextureUnified unified
  • data/Media/materials/scripts/asteroids.material

    r5133 r5134  
    9292                        vertex_program_ref Ogre/BasicVertexPrograms/AmbientOneTextureGLSL
    9393                        {
    94                                 param_named_auto worldViewProj worldviewproj_matrix
     94                               
    9595                                param_named ambient float3 0.1 0.1 0.1
    9696                        }
     
    158158                        vertex_program_ref Ogre/BasicVertexPrograms/AmbientOneTextureGLSL
    159159                        {
    160                                 param_named_auto worldViewProj worldviewproj_matrix
     160                               
    161161                                param_named ambient float4 1 1 1 1
    162162                        }
Note: See TracChangeset for help on using the changeset viewer.