
mheskamp
Posts
Recent activity by mheskamp
-
Add full player initialization information in QR Code url for Desktop to Mobile AR
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 environment...
- 1 follower
- 1 comment
- 0 votes
-
Load saved configuration from tkcsid
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...
- 2 followers
- 9 comments
- 0 votes
-
SelectionSetStyle color and opacity properties have no effect
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 we...
- 2 followers
- 6 comments
- 0 votes
-
Ability to draw simple geometry in scene
We provide flexible support for our users to define the movement of a draggable node along a plane, such as a grid pattern where it will snap to the lines and only move along them and/or a bounding...
- 1 follower
- 1 comment
- 0 votes
-
Add drag leave/drop handler to drag tool
When using the drag tool, a common use case for us is to take some kind of action when the drag stops based on the final location of the cursor, such as sending the final position or collision dete...
- 1 follower
- 1 comment
- 0 votes
-
How to implement dragleave tool event handler
We are working on implementing a drag tool and would like to be able to send out a message with the latest position of a node when the dragleave happens. I am able to get a tool working that return...
- 2 followers
- 7 comments
- 0 votes
-
Adding lines to the scene programatically
We’d like to draw some simple lines in the scene as a debug mode for our users who specify some movement bounds for nodes while dragging. Is there a way for us to do this? We have access to THREE...
- 2 followers
- 5 comments
- 0 votes