Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
NUI
TULIP-Scenario
Commits
3c3d4af9
Commit
3c3d4af9
authored
Jul 25, 2017
by
Nathan Bonnemberger
Browse files
Another test
parent
566c827f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Scenarios/pom.xml
View file @
3c3d4af9
...
...
@@ -28,12 +28,12 @@
<dependency>
<groupId>
lu.list.itis.dkd.tui
</groupId>
<artifactId>
tulip
</artifactId>
<version>
2.
4
.0
</version>
<version>
2.
5
.0
</version>
</dependency>
<dependency>
<groupId>
lu.list.itis.dkd.tui
</groupId>
<artifactId>
tulip-cps
</artifactId>
<version>
1.
4
.0
</version>
<version>
1.
5
.0
</version>
</dependency>
</dependencies>
...
...
Scenarios/urban_planning_scenario.xml
View file @
3c3d4af9
...
...
@@ -50,7 +50,7 @@
<x>
-158
</x><y>
-141
</y><z>
0
</z>
<!-- in pixel -->
<state>
ScreenCoordinates
</state>
</initialTranslation>
<triggerCondition>
(x
>
600)
&&
(y
>
540)
</triggerCondition>
<!-- Condition: > < == != && -->
<triggerCondition>
(x
*1920
>
600)
&&
(y
*1080
>
540)
</triggerCondition>
<!-- Condition: > < == != && -->
</corona>
</coronas>
</object>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment