Hamza Kubba

Results 6 comments of Hamza Kubba

Hey, there's a O(1) solution to this... rather than explain it and give credit, I can do both with this link 🙂: https://youtu.be/oewDaISQpw0?t=658

Update on this after our chats, putting the summary here for potential future work. You pointed out a problem with the array-element-swap-deletion method, which is that changing the order of...

I like the current API, I feel like maybe this can be added instead of replacing the current API? Also, how about: ```js world.queue.preFlush(() => { /* ... */ })...

Thanks for the quick response! It's just a basic create-react-app setup (not even using craco or anything). I'm on the latest versions of all the libraries involved in my latest...

More variations, in case it's helpful... these first 2 are the same as the first 2 examples, but I broke the 2 polygons down further into some triangles (with the...

Thanks for the reply. I tried several variations of voxelized meshes. Unfortunately, I could only balance it to either have decent quality or decent performance, but not both simultaneously. It's...