-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #228 from klingbolt/anim_speed
Anim speed
- Loading branch information
Showing
6 changed files
with
52 additions
and
12 deletions.
There are no files selected for viewing
Binary file added
BIN
+642 Bytes
xml_converter/intigration_tests/expected_outputs/proto_animation_speed/markers.bin
Binary file not shown.
19 changes: 19 additions & 0 deletions
19
xml_converter/intigration_tests/expected_outputs/xml_animation_speed/xml_file.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<OverlayData> | ||
<MarkerCategory DisplayName="My Category" Name="mycategory"> | ||
</MarkerCategory> | ||
|
||
<POIs> | ||
<Trail AnimSpeed="0.000000" Type="mycategory" MapID="50" TrailData="temp_name_of_trail.trl"/> | ||
<Trail AnimSpeed="1.000000" Type="mycategory" MapID="50" TrailData="temp_name_of_trail.trl"/> | ||
<Trail AnimSpeed="3.140000" Type="mycategory" MapID="50" TrailData="temp_name_of_trail.trl"/> | ||
<Trail AnimSpeed="123.456001" Type="mycategory" MapID="50" TrailData="temp_name_of_trail.trl"/> | ||
<Trail AnimSpeed="0.000000" Type="mycategory" MapID="50" TrailData="temp_name_of_trail.trl"/> | ||
<Trail AnimSpeed="1.000000" Type="mycategory" MapID="50" TrailData="temp_name_of_trail.trl"/> | ||
<Trail AnimSpeed="3.140000" Type="mycategory" MapID="50" TrailData="temp_name_of_trail.trl"/> | ||
<Trail AnimSpeed="123.456001" Type="mycategory" MapID="50" TrailData="temp_name_of_trail.trl"/> | ||
<Trail AnimSpeed="-3.140000" Type="mycategory" MapID="50" TrailData="temp_name_of_trail.trl"/> | ||
<Trail AnimSpeed="-123.456001" Type="mycategory" MapID="50" TrailData="temp_name_of_trail.trl"/> | ||
<Trail AnimSpeed="-3.140000" Type="mycategory" MapID="50" TrailData="temp_name_of_trail.trl"/> | ||
<Trail AnimSpeed="-123.456001" Type="mycategory" MapID="50" TrailData="temp_name_of_trail.trl"/> | ||
</POIs> | ||
</OverlayData> |
Binary file added
BIN
+44 Bytes
xml_converter/intigration_tests/inputs/xml_animation_speed/trail.trl
Binary file not shown.
19 changes: 19 additions & 0 deletions
19
xml_converter/intigration_tests/inputs/xml_animation_speed/xml_file.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<OverlayData> | ||
<MarkerCategory DisplayName="My Category" Name="mycategory"> | ||
</MarkerCategory> | ||
|
||
<POIs> | ||
<Trail AnimSpeed="0" TrailData="trail.trl" Type="mycategory" /> | ||
<Trail AnimSpeed="1.0" TrailData="trail.trl" Type="mycategory" /> | ||
<Trail AnimSpeed="3.14" TrailData="trail.trl" Type="mycategory" /> | ||
<Trail AnimSpeed="123.456" TrailData="trail.trl" Type="mycategory" /> | ||
<Trail AnimationSpeed="0" TrailData="trail.trl" Type="mycategory" /> | ||
<Trail AnimationSpeed="1" TrailData="trail.trl" Type="mycategory" /> | ||
<Trail AnimationSpeed="3.14" TrailData="trail.trl" Type="mycategory" /> | ||
<Trail AnimationSpeed="123.456" TrailData="trail.trl" Type="mycategory" /> | ||
<Trail AnimSpeed="-3.14" TrailData="trail.trl" Type="mycategory" /> | ||
<Trail AnimSpeed="-123.456" TrailData="trail.trl" Type="mycategory" /> | ||
<Trail AnimationSpeed="-3.14" TrailData="trail.trl" Type="mycategory" /> | ||
<Trail AnimationSpeed="-123.456" TrailData="trail.trl" Type="mycategory" /> | ||
</POIs> | ||
</OverlayData> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters