-
Notifications
You must be signed in to change notification settings - Fork 15
/
simple-2.xml
52 lines (46 loc) · 1.52 KB
/
simple-2.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!--
Copyright (c) 2009-2015 Glen Berseth, Mubbasir Kapadia, Shawn Singh, Petros Faloutsos, Glenn Reinman
See license.txt for complete license.
--><!--
Copyright (c) 2009 Shawn Singh, Mubbasir Kapadia, Petros Faloutsos, Glenn Reinman
See license.txt for complete license.
-->
<SteerBenchTestCase xmlns="http://www.magix.ucla.edu/steerbench"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.magix.ucla.edu/steerbench
TestCaseSchema.xsd">
<header>
<version>1.0</version>
<name>simple-2</name>
<worldBounds>
<xmin>-100</xmin>
<xmax>100</xmax>
<ymin>0</ymin>
<ymax>0</ymax>
<zmin>-100</zmin>
<zmax>100</zmax>
</worldBounds>
</header>
<suggestedCameraView>
<position> <x>0</x> <y>35</y> <z>-10</z> </position>
<lookat> <x>0</x> <y>0</y> <z>0</z> </lookat>
<up> <x>0</x> <y>1</y> <z>0</z> </up>
<fovy>45</fovy>
</suggestedCameraView>
<agent>
<name>A</name>
<initialConditions>
<radius>0.5</radius>
<position> <x>-1</x> <y>0</y> <z>-1</z> </position>
<direction> <x>0</x> <y>0</y> <z>-1</z> </direction>
<speed>0</speed>
</initialConditions>
<goalSequence>
<seekStaticTarget>
<targetLocation> <x>10</x> <y>0</y> <z>-1</z> </targetLocation>
<desiredSpeed>1.3</desiredSpeed>
<timeDuration>1000.0</timeDuration>
</seekStaticTarget>
</goalSequence>
</agent>
</SteerBenchTestCase>