Piotr Bialecki

Results 120 comments of Piotr Bialecki

Yes, I've noticed this and then started going through another spec to double-check - this is also how I was describing early termination in [hit test module](https://immersive-web.github.io/hit-test/). Keeping the bug...

You're right, it seems that XRSpace is the way to go - the applications can tie the objects that they'd like to place relative to planes, anchors, etc, by expressing...

Thanks for going through this, I've added some comments - LMK if I'm missing something. > (...) it's significantly more verbose, since you end up needing to define multiple "types"...

I don't think I understand what you mean here. :( Could you rephrase the issue? A bit of context: according to my understanding, reference spaces in the WebXR spec are...

WebXR attempts to hide the details of the underlying algorithms that are used for localization. I think it may be useful to look at the description of how reference spaces...

Related question: in a VR / AR device, would this be something that the page will be able to control or even access? I imagine that in non-seated VR /...

Replying with some easier-to-get answers to your questions. :) > What is a `scene preview` and how are you creating it? It may be my wrong use of terminology, I'm...

I think I may know what the problem is. `Terrain3D::_update_collision()` will not reach [line 446](https://github.com/TokisanGames/Terrain3D/blob/v0.9.1-beta/src/terrain_3d.cpp#L446) if there are no regions on the Terrain3D, therefore, when destroying collisions, there are no...

I have tried with my own custom build yet again. The changes I've made: - Just prior to [line 446](https://github.com/TokisanGames/Terrain3D/blob/v0.9.1-beta/src/terrain_3d.cpp#L446), I have added a `LOG(DEBUG, "Adding shape to _static_body, region...

> Is the only downside to require a certificate when doing localhost work? Chiming in to say that localhost [is considered](https://developer.mozilla.org/en-US/docs/Web/Security/Secure_Contexts#:~:text=are%20also%20considered%20to%20have%20been%20delivered%20securely) to be a secure context so a certificate should...