Changeset 5131 for data/Media/materials/scripts/asteroids.material
- Timestamp:
- May 29, 2008, 10:59:18 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
data/Media/materials/scripts/asteroids.material
r5126 r5131 1 2 // A really basic ambient pass program, support for one texture coodinate set 3 vertex_program Ogre/BasicVertexPrograms/AmbientOneTexture cg 4 { 5 source Example_Basic.cg 6 entry_point ambientOneTexture_vp 7 profiles vs_1_1 arbvp1 8 9 default_params 10 { 11 param_named_auto worldViewProj worldviewproj_matrix 12 param_named_auto ambient ambient_light_colour 13 } 14 15 } 16 1 17 2 18 //--------------
Note: See TracChangeset
for help on using the changeset viewer.