Changes between Initial Version and Version 1 of Ticket #392
- Timestamp:
- Sep 21, 2015, 2:17:06 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #392 – Description
initial v1 1 In order to simulate a "living" universe or in order to create cutscenes we need something like a controller that follows a pre defined path (this is already implemented in WaypointController.cc). Moreover a scriptable controller has to start/stop his movement via a pre defined command and has to be able to turn on/off the ability to shoot the same way.1 In order to simulate a "living" universe or in order to create cutscenes we have a controller called ScriptableController that follows a defined script. 2 2 3 When having created such a controller try to find a way to apply it in a level. E.g: Let a transporter patrol between several space stations, ... 3 Try to understand how the ScriptableController works, then expand it by more commands. 4 Finallyt ry to find a way to apply it in a level. E.g: Let a transporter patrol between several space stations, ...