add floor definitions and allow different markers for different floors
This commit is contained in:
parent
890fd6025d
commit
5c0ba965c9
1
StadlerMessestand/.gitignore
vendored
1
StadlerMessestand/.gitignore
vendored
@ -74,3 +74,4 @@ Plugins/*/Intermediate/*
|
|||||||
# Cache files for the editor to use
|
# Cache files for the editor to use
|
||||||
DerivedDataCache/*
|
DerivedDataCache/*
|
||||||
|
|
||||||
|
!Saved/config.json
|
Binary file not shown.
Binary file not shown.
23
StadlerMessestand/Saved/config.json
Normal file
23
StadlerMessestand/Saved/config.json
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
{
|
||||||
|
"OscAddress": "233.233.233.233",
|
||||||
|
"OscPort": 3333,
|
||||||
|
"Floors":
|
||||||
|
[{
|
||||||
|
"RangeMaximumX": 1210,
|
||||||
|
"RangeMinimumX": -1070,
|
||||||
|
"RangeMaximumY": 2260,
|
||||||
|
"RangeMinimumY": -2270,
|
||||||
|
"AngleOffsetDeg": -90,
|
||||||
|
"ZOffset": 180,
|
||||||
|
"TuioMarkerId": 0
|
||||||
|
},{
|
||||||
|
"RangeMaximumX": 1210,
|
||||||
|
"RangeMinimumX": -1070,
|
||||||
|
"RangeMaximumY": 2260,
|
||||||
|
"RangeMinimumY": -2270,
|
||||||
|
"AngleOffsetDeg": -90,
|
||||||
|
"ZOffset": 490,
|
||||||
|
"TuioMarkerId": 1
|
||||||
|
}],
|
||||||
|
"TuioMarkerListenToAny": false
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user