- Timestamp:
- Mar 24, 2016, 3:54:06 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/plehmannFS16/src/orxonox/controllers/ScriptController.h
r11071 r11152 128 128 //Vector3 lookAtPosition; 129 129 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 130 148 };// tolua_export 131 149 } // tolua_export
Note: See TracChangeset
for help on using the changeset viewer.