Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Initial Version and Version 1 of Ticket #392


Ignore:
Timestamp:
Sep 21, 2015, 2:17:06 PM (9 years ago)
Author:
fvultier
Comment:

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.
     1In order to simulate a "living" universe or in order to create cutscenes we have a controller called ScriptableController that follows a defined script.
    22
    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, ...
     3Try to understand how the ScriptableController works, then expand it by more commands.
     4Finallyt ry to find a way to apply it in a level. E.g: Let a transporter patrol between several space stations, ...