seamoptimizer icon indicating copy to clipboard operation
seamoptimizer copied to clipboard

A C/C++ single-file library that minimizes the hard transition errors of disjoint edges in lightmaps.

Results 2 seamoptimizer issues
Sort by recently updated
recently updated
newest added

https://github.com/ands/seamoptimizer/blob/master/seamoptimizer.h#L480 I think it should be `floor` rather than `round` here, or `ax` may be negative leading to strange weights. BTW, what's the license for seamoptimizer? I'm porting this to...

bug

Hi, thanks for the great library! I'm still evaluating if it'll work for my needs but I managed to find one SEGFAULT along the way. ```c float l = so_length2(ad);...