Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6871


Ignore:
Timestamp:
May 10, 2010, 2:07:41 PM (14 years ago)
Author:
rgrieder
Message:

Added cubes in red, orange and green.

Location:
data/trunk
Files:
4 added
1 edited

Legend:

Unmodified
Added
Removed
  • data/trunk/materials/scripts/cube.material

    r5313 r6871  
    2424        }
    2525}
     26
     27material cube/TEXFACE/OrxonoxGREEN.tga
     28{
     29        receive_shadows on
     30        technique
     31        {
     32                pass
     33                {
     34                        ambient 0.500000 0.500000 0.500000 1.000000
     35                        diffuse 0.800000 0.800000 0.800000 1.000000
     36                        emissive 0.000000 0.000000 0.000000 1.000000
     37                        texture_unit
     38                        {
     39                                texture OrxonoxGREEN.tga
     40                                colour_op modulate
     41                        }
     42                }
     43                pass
     44                {
     45                        ambient 0.0 0.0 0.0
     46                        diffuse 0.0 0.0 0.0
     47                        specular 0.500000 0.500000 0.500000 1.000000 12.500000
     48                        scene_blend add
     49                }
     50        }
     51}
     52
     53material cube/TEXFACE/OrxonoxRED.tga
     54{
     55        receive_shadows on
     56        technique
     57        {
     58                pass
     59                {
     60                        ambient 0.500000 0.500000 0.500000 1.000000
     61                        diffuse 0.800000 0.800000 0.800000 1.000000
     62                        emissive 0.000000 0.000000 0.000000 1.000000
     63                        texture_unit
     64                        {
     65                                texture OrxonoxRED.tga
     66                                colour_op modulate
     67                        }
     68                }
     69                pass
     70                {
     71                        ambient 0.0 0.0 0.0
     72                        diffuse 0.0 0.0 0.0
     73                        specular 0.500000 0.500000 0.500000 1.000000 12.500000
     74                        scene_blend add
     75                }
     76        }
     77}
     78
     79material cube/TEXFACE/OrxonoxORANGE.tga
     80{
     81        receive_shadows on
     82        technique
     83        {
     84                pass
     85                {
     86                        ambient 0.500000 0.500000 0.500000 1.000000
     87                        diffuse 0.800000 0.800000 0.800000 1.000000
     88                        emissive 0.000000 0.000000 0.000000 1.000000
     89                        texture_unit
     90                        {
     91                                texture OrxonoxORANGE.tga
     92                                colour_op modulate
     93                        }
     94                }
     95                pass
     96                {
     97                        ambient 0.0 0.0 0.0
     98                        diffuse 0.0 0.0 0.0
     99                        specular 0.500000 0.500000 0.500000 1.000000 12.500000
     100                        scene_blend add
     101                }
     102        }
     103}
Note: See TracChangeset for help on using the changeset viewer.