Changeset 1446 for GTP/trunk/App/Demos/Illum/Ogre/Media/materials
- Timestamp:
- 09/21/06 15:53:09 (18 years ago)
- Location:
- GTP/trunk/App/Demos/Illum/Ogre/Media/materials
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified GTP/trunk/App/Demos/Illum/Ogre/Media/materials/programs/GameTools_HPS_Smoke_S.hlsl ¶
r1424 r1446 58 58 b = bPosition.z / bPosition.w; 59 59 60 alpha = pow(w / IN.r, 4) * 0.5;60 alpha = pow(w / IN.r, 4); 61 61 } 62 62 else … … 66 66 Color.g = 1 - f; 67 67 Color.a = alpha * IN.Color.a; 68 //Color.a = tex2D(Texture, IN.texCoord).a * 0.2;68 Color.a *= tex2D(Texture, IN.texCoord).r * 0.7; 69 69 70 70 -
TabularUnified GTP/trunk/App/Demos/Illum/Ogre/Media/materials/scripts/GameTools_HPS.material ¶
r1424 r1446 34 34 texture_unit 35 35 { 36 texture pamacs.dds36 texture smoke.tga 37 37 } 38 38
Note: See TracChangeset
for help on using the changeset viewer.