Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2034 in orxonox.OLD for orxonox/branches/john/src/player.h


Ignore:
Timestamp:
Jun 23, 2004, 9:35:37 PM (21 years ago)
Author:
john
Message:

Ich habe die 3ds Model Funktion hinzugefügt.

Funktioniert bislang nur, falls sich eine Datei test.3ds im gleichen Verzeichnis befindet!!!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/john/src/player.h

    r1956 r2034  
    99#include "shoot_rocket.h"
    1010#include "data_tank.h"
     11/* John */
     12#include "3dUnit.h"
    1113
    1214class Player {
     
    2224 
    2325  float collisionRadius;
    24 
     26  // Contains the 3d Date, John
     27  C3dUnit TestModel;
     28 
    2529  /* this player wanna shoot? so include a ref to ShootLaser */
    2630  ShootLaser* shootLaser;
     
    3741  void drawPlayer(void);
    3842
     43
    3944 private:
    4045
Note: See TracChangeset for help on using the changeset viewer.