Bela Bohlender

Results 130 comments of Bela Bohlender

with a probability of 99% this happens because the image is attached but its matrix is not updated for a very short time. In general all matricies should be 0...

@Ledzz can you confirm if this still an issue? :)

Very interesting proposal. I was thinking the same for performance. E.g. `highp`, ...? to declaratively express different properties for low, mid, and high performance devices (e.g. material class, ...). The...

@wrangelvid `dark` already exists ;-) What about some kind of plugin system that can modify the types and the behavior for conditionals. That way once somebody implements a nice live...

I'd expose a global API because adapting the types for the conditions would happen globally, too, since we cannot change types inside a context. e.g. ```ts import { createConditional }...

`setPreferredColorScheme("light")` https://docs.pmnd.rs/uikit/getting-started/components-and-properties#preferred-color-schemes ;-) but yeah :) would you like to work on a PR for that (since I am focussing on the XR rewrite I wont get to this proposal...

@Yanbing-Han does the error happen on any other experience? :)

@Yanbing-Han please check if you can reproduce the problem in the official examples: https://immersive-web.github.io/webxr-samples/ if that is the case, its not a library problem but a device/OS/browser issue that I...

Awesome! The steps should be 1. in pmndrs/pointer-events: adding a layers option to here: https://github.com/pmndrs/xr/blob/4ec7f30ab1a2617923b74ecc84d9473bedaeae84/packages/pointer-events/src/intersections/index.ts#L43 2. in pmndrs/pointer-events: syncing the layers with the raycasters for all the Intersectors 3. in...

Could you add more details. E.g. what example/repo did you test on and with what device? :)