Changes between Version 6 and Version 7 of UTGBCore/CreateYourOwnTrack


Ignore:
Timestamp:
10/12/07 22:04:18 (18 years ago)
Author:
leo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UTGBCore/CreateYourOwnTrack

    v6 v7  
    205205  * Put all initialization codes of your track into setUp(...) method
    206206
     207  * To save your track state into view XML file, override saveProperties() method.
     208  * To load saved properties into your track from the user-specified XML file, override restoreProperties() method.
     209
    207210 * Edit the TrackFactorySetup class as as to this class can instantiate your Track class.
    208211   * In Eclipse, run TrackLoaderGenerator (launch file is located at eclipse/TrackLoaderGenerator.launch) does this task.