RavenWorks

Results 75 comments of RavenWorks

Running libfive-test.exe from the command line has no result (not even an error), but double-clicking it produces this: ![image](https://user-images.githubusercontent.com/8540042/112758115-a92e3980-8fba-11eb-8858-dd82035b4b98.png)

oof ![image](https://user-images.githubusercontent.com/8540042/112761751-c834c780-8fca-11eb-9548-b448537eb279.png)

Command line just gave no reaction, like before. Anyway, eventually I copied in enough DLLs that it worked. Here it is on Windows: ``` C:\OtherPrograms\libfive\libfive\build\libfive\test\Release>libfive-test.exe "Mesh::render (gyroid performance breakdown)" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~...

On Windows: ``` C:\OtherPrograms\libfive\libfive\build>"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe" --build . --config Release --target Studio -- -v:n -m:8 Microsoft (R) Build Engine version 16.6.0+5ff7b0c9e for .NET Framework Copyright (C) Microsoft Corporation....

Tried `/arch:AVX2`; no speed difference. Tried `/Ob2 /Oi /Ot /GF /Gm- /fp:fast /arch:AVX /Qpar` and it got SLOWER (18 seconds rather than 13)

`set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} /MD /Ob2 /Oi /Ot /GF /Gm- /fp:fast /arch:AVX /Qpar")` gives ``` C:\OtherPrograms\libfive\libfive\build>"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe" --build . --config Release --target Studio -- -v:n -m:8 CMake is re-running...

Try `modulo` in place of `floor-remainder`. (I'm not sure if it'll correctly handle negative values, but it's a start...)

This should also go for the Z-up/Y-up choice, for that matter.

Maybe I'm misunderstanding, but is that not what `lambda-shape` does?