You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried the 32bit version for Windows and it seems to correctly parse the tree but results in an empty object when I try to render the tree to a mesh. Could you, please, try to make an updated 32bit version of the library ?
The text was updated successfully, but these errors were encountered:
There's a chance I put a 64-bit .dll into the 32-bit folder... the challenge with producing a 32-bit .dll is that all of the dependent libraries need their associated 32-bit versions as well. It's a bit of a pain to resurrect the build toolchain for that (and I'm not even sure if 32-bit versions of all the dependencies exist...)
At some point, I may set up a Github Action for it, but there aren't a lot of updates to libfive or people using this library in the first place...
Either way, it's just the standard libfive C library; if you wanted to try it, you could experiment with forking this and having Github do it in the cloud: libfive/libfive#357
I tried the 32bit version for Windows and it seems to correctly parse the tree but results in an empty object when I try to render the tree to a mesh. Could you, please, try to make an updated 32bit version of the library ?
The text was updated successfully, but these errors were encountered: