Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 24, 2016, 3:54:06 PM (9 years ago)
Author:
plehmann
Message:

took the event functions out of the tick function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/plehmannFS16/src/orxonox/controllers/ScriptController.h

    r11071 r11152  
    128128            //Vector3 lookAtPosition;
    129129
     130
     131            /* private member functions */
     132
     133            /*spiral event*/
     134            void spi(float dl);
     135
     136            /* rotate and look event */
     137            void ral(float dl);
     138
     139            /* move and look event */
     140            void mal(float dl);
     141
     142            /* transition look event */
     143            void chl(float dl);
     144
     145            /* rotate around x-coordinate event */
     146            void rotX(float dl);
     147
    130148    };// tolua_export
    131149} // tolua_export
Note: See TracChangeset for help on using the changeset viewer.