Changeset 5134
- Timestamp:
- May 29, 2008, 11:19:11 AM (16 years ago)
- Location:
- data/Media/materials/scripts
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
data/Media/materials/scripts/Examples.program
r5131 r5134 20 20 } 21 21 } 22 // A really basic ambient pass program, support for one texture coodinate set23 vertex_program Ogre/BasicVertexPrograms/AmbientOneTextureGLSL glsl24 {25 source AmbientOneTexture.glsl26 22 27 default_params28 {29 param_named_auto ambient ambient_light_colour30 }31 }32 23 33 24 vertex_program Ogre/BasicVertexPrograms/AmbientOneTextureUnified unified -
data/Media/materials/scripts/asteroids.material
r5133 r5134 92 92 vertex_program_ref Ogre/BasicVertexPrograms/AmbientOneTextureGLSL 93 93 { 94 param_named_auto worldViewProj worldviewproj_matrix94 95 95 param_named ambient float3 0.1 0.1 0.1 96 96 } … … 158 158 vertex_program_ref Ogre/BasicVertexPrograms/AmbientOneTextureGLSL 159 159 { 160 param_named_auto worldViewProj worldviewproj_matrix160 161 161 param_named ambient float4 1 1 1 1 162 162 }
Note: See TracChangeset
for help on using the changeset viewer.