Changeset 2312 for GTP/trunk/App/Demos/Illum/Ogre/Media/materials/GTPBasic
- Timestamp:
- 04/03/07 15:30:00 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Illum/Ogre/Media/materials/GTPBasic/GTPBasic_PS.hlsl
r2311 r2312 41 41 uniform float farplane) : COLOR 42 42 { 43 return float4(-IN.CPos.z, -IN.CPos.z / farplane, 1, -IN.CPos.z);43 return float4(-IN.CPos.z, -IN.CPos.z / farplane, 0, -IN.CPos.z); 44 44 } 45 45
Note: See TracChangeset
for help on using the changeset viewer.