Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5131


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

try to fix shaderbug

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

Legend:

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

    r5023 r5131  
    55
    66
    7 // A really basic ambient pass program, support for one texture coodinate set
    8 vertex_program Ogre/BasicVertexPrograms/AmbientOneTexture cg
    9 {
    10         source Example_Basic.cg
    11         entry_point ambientOneTexture_vp
    12         profiles vs_1_1 arbvp1
    137
    14         default_params
    15         {
    16                 param_named_auto worldViewProj worldviewproj_matrix
    17                 param_named_auto ambient ambient_light_colour
    18         }
    19        
    20 }
     8
    219// A really basic ambient pass program, support for one texture coodinate set
    2210vertex_program Ogre/BasicVertexPrograms/AmbientOneTextureHLSL hlsl
     
    4836        delegate Ogre/BasicVertexPrograms/AmbientOneTextureHLSL
    4937}
    50 
    5138
    5239// Same as below, but for use when rendering texture shadows
  • 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.