mrmaxm
mrmaxm
> Doesn't `requestAnimationFrame` only get called when a canvas element is visible? No, as requestAnimationFrame is bound to window. It only stops triggering if the browser is minified or tab...
I've researched a bit the node-based shaders, and their availability across the web 3D. And currently MaterialX - looks like the closest and most popular to be available. But I...
Here is a relevant API explainer: https://github.com/immersive-web/WebXR-WebGPU-Binding/blob/main/explainer.md
Multi-select could be an option for this. It would work with similar UX as in tree-view, with Shift and Ctrl buttons. If selection is not sequential (items have non-selected items...
Feels like a case for an Editor Plugin.
That is a good warning, it reminds devs to add docs to reference popups.
We use color sometimes to contain our data in it, so gamma conversion while can be applied in some cases, in others in shader we would not want to apply...
Probably the best here would be to ensure that if mouse hover is not picking anything, then the default speed that is calculated based on AABB size should be maxed...
I believe it should not. As preload is very much convenience things for bootstrapping a project, which is Editor case as well. Also, "preload" is tied to "loading" screen. And...
This is very useful! We had cases where we needed to do that, we had to slice the meshInstances array, then modify it and assign again, but that leads to...