Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 18, 2007, 10:05:48 PM (17 years ago)
Author:
nicolasc
Message:

fixed the deviation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/presentation/src/world_entities/projectiles/nadion_blast.cc

    r10698 r10722  
    213213  float matrix[4][4];
    214214  glTranslatef (this->getAbsCoor ().x, this->getAbsCoor ().y, this->getAbsCoor ().z);
    215 //   glRotatef(this->angle, 1.0f, 0.0f, 0.0f); //spinning missile
    216   glRotatef(this->angle, this->flightDirection.x, this->flightDirection.y, this->flightDirection.z);
     215  glRotatef(this->angle, 1.0f, 0.0f, 0.0f); //spinning missile
     216//   glRotatef(this->angle, this->flightDirection.x, this->flightDirection.y, this->flightDirection.z);
    217217  this->getAbsDir().matrix (matrix);
    218218  glMultMatrixf((float*)matrix);
Note: See TracChangeset for help on using the changeset viewer.