libbsdf is a C++ library for BSDF, BRDF, and BTDF. libbsdf provides basic functions: file readers, interpolation, data structure and so on. Eigen 3 is used for arrays, vectors, and matrices. libbsdf is licensed under the terms of the Mozilla Public License, version 2.0. See the LICENSE file.
- ports to install:
- eigen3
cmake -DEIGEN3_INCLUDE_DIR=/opt/local/include/eigen3 -DCMAKE_CXX_FLAGS=-std=c++11 ..
- install MSYS2
pacman -S mingw-w64-(i686|x86_64)-libbsdf
(choose correct architecture)
- Adds FindLibbsdf.cmake
- Prepares sample codes