Changeset 2034 in orxonox.OLD for orxonox/branches/john/src/player.cc
- Timestamp:
- Jun 23, 2004, 9:35:37 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/john/src/player.cc
r1957 r2034 29 29 xCor = yCor = zCor = 0; 30 30 shootLaser = new ShootLaser; 31 shootRocket = new ShootRocket; 31 shootRocket = new ShootRocket; 32 // Loads the 3ds Model, John 33 TestModel.Import3ds(); 32 34 } 33 35 … … 105 107 glTranslatef(xCor, yCor, 3.0); 106 108 glScalef(1.0, 3.0, 1.0); 107 glutWireCube(1.0); 109 // Draws the TestModel as a Wireframe, John 110 TestModel.Draw( GL_LINE_STRIP ); 108 111 glPopMatrix(); 109 112 /* draw all the shoots additionaly */
Note: See TracChangeset
for help on using the changeset viewer.