Charles Flèche

Results 5 issues of Charles Flèche

CMake build fails with missing package `FindOpenEXR.cmake`: ``` CMake Error at openexrid/CMakeLists.txt:1 (FIND_PACKAGE): By not providing "FindOpenEXR.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file...

On macOS LLVM (brew) 5.0.1 and 6.0.0, after updating CMakeFile.txt to point to the correct clang, build fails on an Eigen compilation issue: ``` sh [ 79%] Building CXX object...

Building on macOS 10.13.2 (17C205) clang 5.0.1, Autocuts segfaults at startup: ``` $ ./Autocuts_bin Segmentation fault: 11 ```

Let's keep a `master` branch + releases tags for simplicity. Should the need arise, we can fork a `dev` branch again later if required.

Is RayInput expecting a camera that is a direct child of a `Scene` ? The arm model seems to expect a camera whose local matrix is directly driven by `getFrameData`....