Changes between Version 1 and Version 2 of Internal/newTraceGenExtension


Ignore:
Timestamp:
Jun 6, 2017, 5:41:20 PM (7 years ago)
Author:
jkol
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/newTraceGenExtension

    v1 v2  
    33== METIS II 5G Visualization - Trace Extension ==
    44
    5 === Addding the Trace Extension code to METIS II 5G Visualization source ===
     5 TODO Brief intro...
     6
     7=== Adding the Trace Extension code to METIS II 5G Visualization source ===
    68
    79 The following documentation gives an overview of the changes that have to be made to the original METIS II simulator for it to have the ability to generate pairwise attenuation traces for selected objects in the simulator.
     
    1012  a.    Under the Hierarchy tab, select the ‘Stage’ object, right click on it and choose ‘Create Empty’.
    1113  b.    Rename it to Tracker and under the Inspector tab of Unity, click Add Component button.
    12   c.    Select Scripts and add the [attachment:foo TrackObject_Test.cs] file
     14  c.    Select Scripts and add the [attachment:TrackObject_Test.cs TrackObject_Test.cs] file
    1315  d.    Alternatively, add a new script and paste the code from Track Object_Test.cs after renaming the class Track Object_Test to whatever name was given to the script.
    1416
     
    3537  b.    Choose the Target Platform, Architecture and hit Build.
    3638  c.    Make sure that the config file “config.xml” is located in the running directory. In its absence, the simulator runs normally.
     39
     40=== XML Configuration File ===
     41
     42