Added OSC tracked actor plane actor

This commit is contained in:
adrian 2024-11-12 14:02:39 +01:00
parent bdc2438437
commit beed44182a
3 changed files with 10 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View file

@ -12,18 +12,26 @@
] ]
}, },
{ {
"Name": "VizArc", "Name": "Composure",
"Enabled": true
},
{
"Name": "CompositePlane",
"Enabled": true "Enabled": true
}, },
{ {
"Name": "Compositor", "Name": "Compositor",
"Enabled": true, "Enabled": false,
"SupportedTargetPlatforms": [ "SupportedTargetPlatforms": [
"Win64" "Win64"
] ]
}, },
{ {
"Name": "VizrtMedia", "Name": "VizrtMedia",
"Enabled": false
},
{
"Name": "OSC",
"Enabled": true "Enabled": true
} }
] ]