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
f4d100b2
Commit
f4d100b2
authored
Dec 15, 2017
by
Valérie Maquil
Committed by
Valérie Maquil
Dec 15, 2017
Browse files
supporting loading without filechooser
parent
3341d28c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Scenarios/satellite.properties
0 → 100644
View file @
f4d100b2
# Properties for the Logger
logger.event.output.location
=
log.txt
logger.event.output.enabled
=
false
logger.level
=
ALL
logger.event.configuration
=
logger.xml
# Widget IDs to be mapped
# Properties for calibrating the interface
frameTitle
=
NUI Application
windowWidth
=
1920
windowHeight
=
1080
fullScreen
=
false
font
=
Arial
fontSize
=
13
colour
=
BLACK
centred
=
false
# Properties for the calibration of the object manager
#The value below is best left at or above 1024
cursor.id.remapping.constant
=
1024
# The low-level computer vision (or similar) adapter to load.
# Syntax is : adapter.class = packageName.ClassName
adapter.class
=
lu.list.itis.dkd.tui.adapter.TuioAdapter
# The location and name of the root bootstrapping file.
bootstrapping.root
=
scenarios/Circuit/circuit_scenario.xml
equation.system
=
scenarios/Circuit/circuit_scenario.xml
scenario.description
=
scenarios/Circuit/circuit_scenario.xml
# Properties for the equation system
executor.class
=
lu.list.itis.dkd.tui.cps.system.executor.JavascriptExecutor
numeric.variable.class
=
lu.list.itis.dkd.tui.cps.variable.NumericalVariable
logic.variable.class
=
lu.list.itis.dkd.tui.cps.variable.BooleanVariable
Scenarios/src/lu/list/itis/dkd/tui/scenario/Scenario.java
View file @
f4d100b2
...
...
@@ -99,7 +99,10 @@ public class Scenario {
StageManager
.
setScenes
(
scenes
);
tangibleApplication
.
setContentManager
(
StageManager
.
getInstance
());
tangibleApplication
.
getContentManager
().
initAll
();
tangibleApplication
.
connect
();
tangibleApplication
.
doneLoading
();
}
public
Scenario
(
String
file
,
String
filename
)
throws
BuildException
{
...
...
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