Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2952 in orxonox.OLD for orxonox/trunk/importer/framework.h


Ignore:
Timestamp:
Nov 21, 2004, 11:40:54 PM (20 years ago)
Author:
bensch
Message:

orxonox/trunk/importer: rotation with quaternion implemented (thanks for quaternion and vector classes). Only left and right are wrong now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/importer/framework.h

    r2940 r2952  
    88float rotatorP;
    99float rotatorV;
     10
    1011float dist;
    1112float zoomTo;
     
    1516Uint32 dt;
    1617
     18
     19Vector dir;
     20Vector M;
     21Vector p1;
     22Vector p2;
     23Vector rotAxis;
     24float rotAngle;
     25Quaternion rotQ;
     26
     27bool mouse1Down;
     28
    1729WindowHandler wHandler;  // Create an instance of the whandler basecode class
    1830Object* obj;
Note: See TracChangeset for help on using the changeset viewer.