jpcy / xatlas

Mesh parameterization / UV unwrapping library
MIT License
2.08k stars 220 forks source link

how to solve embree3.dll #126

Open Haidiye01 opened 11 months ago

Haidiye01 commented 11 months ago

image

T-rvw commented 9 months ago

I solved it by copying a built embree3.dll to execute directory.

komarevtsevdn commented 3 months ago

@T-rvw

Hello, could you please tell how you fixed this problem? i put embree3 dll into folder when .sln file is and it doesnt work

Also i provided path to lib file and still get error that embree3 is not found when press Bake Light button

T-rvw commented 3 months ago

@komarevtsevdn You should copy dll to the working directory of your launch program. By default, it is the folder path where the built xatlas.exe exists.