I have a viewer app with Data Viz API added. I want to allow user to move sprites in different position, but i cannot find any information regarding this in documentation. Does anybody have any information how to handle this operation?
I tried Petr answer from this topic and it works for me. I create HTML objects and drag them in viewer scene. Just need to create custom clientToWorld transform function.