[Orxonox-commit 5655] r10315 - code/branches/SciptableControllerFS15/src/orxonox/controllers
rgraczyk at orxonox.net
rgraczyk at orxonox.net
Thu Mar 12 15:56:09 CET 2015
Author: rgraczyk
Date: 2015-03-12 15:56:09 +0100 (Thu, 12 Mar 2015)
New Revision: 10315
Modified:
code/branches/SciptableControllerFS15/src/orxonox/controllers/ScriptController.h
Log:
Added some comments
Modified: code/branches/SciptableControllerFS15/src/orxonox/controllers/ScriptController.h
===================================================================
--- code/branches/SciptableControllerFS15/src/orxonox/controllers/ScriptController.h 2015-03-12 14:24:56 UTC (rev 10314)
+++ code/branches/SciptableControllerFS15/src/orxonox/controllers/ScriptController.h 2015-03-12 14:56:09 UTC (rev 10315)
@@ -44,7 +44,10 @@
/** Instruction for this event */
std::string fctName;
+ /** Final position we want to be at **/
Vector3 v1;
+
+ /** Where we are looking **/
Vector3 v2;
/** Time span of the event */
More information about the Orxonox-commit
mailing list