ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libgender/material.C
(Generate patch)

Comparing libgender/material.C (file contents):
Revision 1.9 by root, Thu Oct 21 21:20:09 2004 UTC vs.
Revision 1.10 by root, Thu Oct 21 21:30:34 2004 UTC

270 } 270 }
271 271
272void debdebdebdebug ()//D 272void debdebdebdebug ()//D
273{ 273{
274 vertex_program p; 274 vertex_program p;
275 temp_4f t1;
275 276
276 p << vout.position_4f << " = mul(" << vin.position_4f << "," << mvp << ");"; 277 p << t1 << " = mul(" << vin.position_4f << "," << mvp << ");\n";
278 p << vout.position_4f << " = " << t1 << ";\n";
277 279
278 p.print (); 280 p.print ();
279 exit (0); 281 exit (0);
280} 282}
281 283

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines