Jai Dhyani

Results 4 issues of Jai Dhyani

Right now the camera-bounded tile provider sets the ground plane as `new Plane(Vector3.up, 0)`, regardless of the actual orientation of the map object. This results in nothing rendering if the...

In the existing implementation, `_gotPermissionRequestResponse` is not reliably set when the user sets permission, which can leave the application in a broken state that can only be resolved by force-quitting...

**Related issue** Fixes #1826 **Description of changes** The current implementation never sets a parent, so the references to local position and scale in the `Update` function just refer to global...

Draggable handle works so long as the handle is any descendent of the menu, so I changed this line in my instance and it seems to Just Work. Thank you...