samsonsite1
samsonsite1
I also found that Box() takes a center parameter if you want to push the entire bin in positve space. Otherwise the bin gets centered at (0,0), and gets clipped...
Thanks for the reply. It would be very interesting if we could pack shapes to a circle or n-sided poly bin. I didn't have anything complex in mind like a...
Thanks, I tried switching the bin to a Circle, but the compiler can't find a matching overload function for it: //size_t bins = nest(input, Box( s,s, {0,0} ) ); size_t...
Hello Josh, I'm also new to glTF, and I've been looking it over for a couple weeks now. You could probably do this with extensions. You could dump "materials" and...
Just a question, assuming a glTF scene has been split up into parts, how does an importing app recognize multiple asset files? Should it scan the entire local directory for...
Thanks for the reply. Those are some good ideas. Specifically, I'm trying to speed up one particular MaxRects method, BottomLeft. Since the rects are building up from the bottom, is...
Great, thanks for your suggestions.
Just wondering, do graphs handle cases of merging better? If I were to maintain an overlap list by insertion, I see a situation where two or more lists could possibly...
Not enough GPU memory. You only have a 4GB card. Reduce your image size and/or check the "Low VRAM" checkbox.
I believe my issue is with the preprocessors. None of them work for me. They produce no results. The command prompt logs no errors, so I have nothing to show....