Lucas Dower

Results 18 comments of Lucas Dower

Can you explain more what you'd like? I'm not sure what a .pmx file is or the changes you'd like. Thanks 😄

Once the /refactor branch has been merged, improving the UI responsiveness is my next goal. Currently, the work of the program is performed in the same thread as the UI...

This should be resolved once /worker is finished and merged.

Now all meshes no longer use the old slow RenderBuffer code. On my PC, a mesh of **3 million** triangles is loaded in 2.5s since c58a03e70cb6c620b55bbb8947816f75e77f38d6, whereas previously it would...

I've added a new setting in `src/config.ts` called `OLD_SPACE_SIZE` which you can tweak to increase the amount of memory available to Node. This might fix the OOM errors but I...

@Buzzb0mber Hmm, that's not good. Are you able to share the model file?

There's no support for this currently but it can be added!

Thanks for the suggestion, this sounds like a good idea, I'll add it to my to-do list. This'll require a bit of work under-the-hood regarding mesh convexity and determining which...