ands / lightmapper

A C/C++ single-file library for drop-in lightmap baking. Just use your existing OpenGL renderer to bounce light!
1.44k stars 134 forks source link

TrianglePacker is nessary? #21

Closed Enemy-77 closed 2 years ago

Enemy-77 commented 2 years ago

Hi, I am currently integrate this lib into my renderer, but I am new to this. I found that in development branch example exist TrianglePacker but master branch not, I want to know if this is nessary for bake? And if you can explain this theory a little to me, that's will be great!