Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 29, 2008, 10:59:18 AM (16 years ago)
Author:
janise
Message:

try to fix shaderbug

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
     3vertex_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
    117
    218//--------------
Note: See TracChangeset for help on using the changeset viewer.