
mheskamp
Activity overview
Latest activity by mheskamp
-
When implementing desktop to mobile AR, the QR Code does not contain enough information to allow anonymous initialization of the player. If the code contained the assetId, authToken and environmen...
- View comment
- 0 votes
-
I’m not sure we are completely on the same page. The QR code takes a user to our http://example.com?tkcsid=abc&enableAR=true on my phone. So, through our app (example.com) we still need to write ...
- View comment
- 0 votes
-
We just tested this out and found that it didn’t work. We haven’t attempted to implement loading the configuration yet in order to pass it to the player but will be doing so in the near future to ...
- View comment
- 0 votes
-
Hi Will, It’s for a standard desktop to mobile AR experience. My understanding is that when the user scans the QR code on the phone from the desktop, it navigates to the url for our app and append...
- View comment
- 0 votes
-
We’re trying to use desktop to mobile AR in our solution and I am wondering if support could be added possible to use the tkcsid query parameter as the initialConfiguration property for initializin...
- View comment
- 0 votes
-
Hi Claudio, we implemented this in our drag handler using the synchronous call on the scene: scene.set(query, values) that is not in the documentation. An example of this is: scene.set({ id: nodeId...
- View comment
- 0 votes
-
Sounds good, thank you!
- View comment
- 0 votes
-
Sure, that property works (outlineColor and outlineThickness), the other two in the docs are not for me: window.player.selectionSet.setStyle({ color: "#FF0000", opacity: 0.5, });
- View comment
- 0 votes
-
I’m highlighting nodes and finding that the SelectionSetStyle outlineColor and outlineThickness properties work for highlighting. However, I’ve tried changing the color and opacity properties as w...
- View comment
- 0 votes
-
Nope - I can’t think of anything else along these lines. For anyone who’s interested and viewing this, I posted a feature request here. Thanks for the help!
- View comment
- 0 votes