mrmaxm
mrmaxm
Well, all icons are loaded in a single network request from a font. While SVGs would need to make requests per icon, until it hits the cache for each of...
That is definitely intentional, and the whole point of AR mode is to see passthrough and to achieve that you need to set the camera's clear colour to transparent. If...
The most simple solution is to provide VR and AR buttons instead of a single XR one and let users choose which experience type they want.
So we could hide VR button on the mobile phones, and only offer AR button where it is supported. And on headsets offer both options, and disable unsupported session types...
> On mobile we could continue to offer AR and VR modes to the user. Both modes would work like the current AR mode, but we would clear the background...
I would be very hesitant to add such magical behaviour as people use different scroll speeds based on their OS's, and magical number of 25 and then 10 - might...
I think join should be created on any entity, event on third one, and by defining entityA and entityB, which can be self, would work. Otherwise it might be too...
> After building this PR, I came to a realization. You often want to attach multiple constraints to a single rigid body. For example, imagine the joints attached to the...
Using constants vs strings directly, has minimal performance impact, and mainly should be used as an organizational tool, just for auto-complete really and docs. So how docs look with Enums?
Looks great! Just the order probably needs adjustment, to ensure classes - are the first. Will there be name collisions between enums and classes?