Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Initial Version and Version 1 of dev/projects/spaceship_steering


Ignore:
Timestamp:
Nov 16, 2007, 2:53:39 PM (17 years ago)
Author:
mbiber
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • dev/projects/spaceship_steering

    v1 v1  
     1= Spaceship Steering =
     2
     3see ticket [http://www.orxonox.net/ticket/234]
     4
     5== Goal ==
     6
     7To develope a steering system for the spaceship, which can be used either by a player or by an AI.
     8
     9== Developement ==
     10
     11There will be a class which uses functions to steer a node. At current state, these functions will rotate a node in all 6 directions with custom accelerations. There is also a function, which will move the node forward with custom acceleration. If there is no acceleration, a brake constant will reduce the speed of the node automatically. The maximum speeds can also be set custom.
     12
     13Yet another class has to be developed, which trigger the functions by user inputs.