add floor definitions and allow different markers for different floors

This commit is contained in:
Stephen 2024-12-04 12:38:41 +01:00
parent 890fd6025d
commit 5c0ba965c9
4 changed files with 24 additions and 0 deletions

View File

@ -74,3 +74,4 @@ Plugins/*/Intermediate/*
# Cache files for the editor to use
DerivedDataCache/*
!Saved/config.json

View 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
}