vuforia-spatial-edge-server
vuforia-spatial-edge-server copied to clipboard
Edge Server for the Vuforia Spatial Toolbox, a shared research platform for exploring spatial computing as a community
Detect by parsing the XML and check if it contains QCARConfig > Tracking > ModelTarget
If the user creates a new addon with a tools directory, but they don't manually create a .identity folder within it for the frame metadata (enabled/disabled) to be saved, the...
I believe this is redundant as we use instant image targets?
Even if the folder name is updated, if the object.json within it isn't updated with a new name and uuid then there will be silent problems where you can't predict...
Accidentally triggers a lot of side effects in realityObject.messageCallBacks.mainCall unless we specifically ignore messages in it that have `msgContent.sendMessageToFrame !== 'undefined'` (current solution). Figure out how to not need this...
Detail all possible message keys and their uses.
For example, in the `webServer.get('/object/*/deactivate/'` endpoint, if the objectId isn't a valid object it will result in an uncaught error.
Ensure that frames initialize correctly by re-transmitting the initNode message if it is unsuccessful the first time.
Zip including source + all submodules already cloned Should additionally have creation be automated
I think this is by design but we could do better. Currently when you write an update to a hardware interface node, the server triggers updates to it self and...