Garrett Johnson

Results 1078 comments of Garrett Johnson

Thanks for taking a look at this and getting some more concrete numbers. > The overhead caused by the various callbacks and getting some extra parameters is about 5% (I...

> I started out with just the MipFlooding algorithm you suggested. The problem is, that for UV edge seams it's not really a great fit. The UV maps end up...

Hey @gfodor I have a need for automatic UV unwrapping so I may be able to put some time into working on exposing a few more options in the UV...

> all the wasm path stuff needed to be tweaked (and I landed that here) Are you using a build process / bundler? Which one? Unfortunately it seems these things...

This xatlas wrapper seems very fully-featured and will soon add support for multiple atlases, as well. I may be worth switching to this one instead of maintaining a UV unwrapper...

This is great! Thanks Don - > That's the first implementation I'm aware of for web that can preserve arbitrary vertex attributes in the source model, which was an important...

Thanks Don - how are you testing your branch? When I run npm install and npm start I get the following error from the build: ``` Uncaught SyntaxError: Identifier 'module'...

Okay great thanks - I've gotten it running: Can you explain what the changes are that you made to the "clean" flight helmet? > Not sure what the next steps...

Have you run a performance profile to see where the time is going? Without a live example it's impossible to say exactly what's happening.

I've loaded the model and it works fine. What exactly is the issue? The bounding volume hierarchy takes time to generate which is what the "onProgress" is for so you...