RavenWorks

Results 75 comments of RavenWorks

That sounds even better, yeah! (If it's going to work that way, would we even need to add the `#`?)

I have access to a Mac and a Linux VM that can run Studio; where can I access the artifacts produced by this? (This is the first I've heard of...

When I run the Studio binary in Ubuntu 18.04, it tells me this: ``` hazel@hazel-VirtualBox:~/Downloads/artifacts.zip/studio$ ./Studio ./Studio: error while loading shared libraries: libfive-guile.so: cannot open shared object file: No such...

Downloaded fresh off Github, double-clicking Studio.app on macOS 10.15 tells me `The application “Studio.app” can’t be opened.` After running `chmod +x Studio.app/Contents/MacOS/Studio`, it told me `“Studio.app” cannot be opened because...

Sadly, I know almost nothing about Linux, and almost as little about compilation/linking... however, I can say, in my working installation (built in the usual way), libfive.so is found in...

Normals would be nice; plucking them out of the distance field gives much better results than attempts at smoothing neighbouring vertices in my experience, at least for low enough resolution...

On Windows: ``` '(- (* (log (+ (exp (* (log (* (exp (- 17.1875 (* (sqrt (+ (square x) (square z) (square y))) 190.972))) 2)) 0.64)) (exp (- (* (min...

Also I'm still not really familiar with compiler stuff; by "adding `/O2`" do you mean changing ``` set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} /MD") ``` to ``` set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} /MD /O2") ``` ?

No change after recompiling with the modified line :(

There doesn't seem to be a libfive-test file at that location? ``` hazel@hazel-VB20:~/stuff/libfive/libfive/libfive/test$ ls api.cpp eval_array.cpp heightmap.cpp neighbors.cpp simplex.cpp voxels.cpp archive.cpp eval_deriv_array.cpp hybrid_meshing.cpp object_pool.cpp solver.cpp xtree.cpp catch.hpp eval_feature.cpp indexes.cpp oracle_context.cpp...