merrell42 / model-synthesis

Model synthesis is a technique for generating 2D and 3D shapes from examples.
https://paulmerrell.org/model-synthesis/
Other
156 stars 18 forks source link

Fix errors related to wchar_t and synthesizer file name. #4

Closed merrell42 closed 6 months ago

merrell42 commented 6 months ago

Fixes issues #2 and #3. The wchar issue is related to a third party library. I had _XMLWIDECHAR defined. I'm not sure why that was turned on by default, but I think it only causes problems. I removed that and switch all the wchar arrays to char arrays.