Changeset 2310 for GTP/trunk/App
- Timestamp:
- 04/03/07 11:37:14 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Illum/Ogre/Media/materials/GTPParticles/GTP_Sprite.hlsl
r2054 r2310 26 26 cPosition.xy += offset; 27 27 28 cPosition = float4(100*texCoord.xy,0,1);28 // cPosition = float4(100*texCoord.xy,0,1); 29 29 ///projection 30 30 OUT.hPosition = mul( Proj, cPosition );
Note: See TracChangeset
for help on using the changeset viewer.