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

Comparing libgender/test.C (file contents):
Revision 1.84 by root, Sat Nov 6 00:44:50 2004 UTC vs.
Revision 1.85 by root, Sat Nov 6 00:52:36 2004 UTC

310 310
311 entity *planet = new entity (new geometry_sphere (testmat, 10)); 311 entity *planet = new entity (new geometry_sphere (testmat, 10));
312 planet->move (vec3 (0, 0, -20)); 312 planet->move (vec3 (0, 0, -20));
313 planet->show (); 313 planet->show ();
314 314
315 //doom3parse ("test.proc"); 315 doom3parse ("test.proc");
316 316
317 for (int i = 0; i < 20; i++) 317 for (int i = 0; i < 20; i++)
318 { 318 {
319 // load a entity 319 // load a entity
320 txtprt_parser p; 320 txtprt_parser p;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines