Lagrange
|
Public Attributes | |
std::string | source |
std::string | target |
std::string | output = "output.obj" |
std::vector< std::string > | attributes |
std::string | log_file |
bool | quiet = false |
int | log_level = 2 |
lagrange::raycasting::ProjectMode | project_mode |
lagrange::raycasting::WrapMode | wrap_mode = lagrange::raycasting::WrapMode::CONSTANT |
lagrange::raycasting::CastMode | cast_mode = lagrange::raycasting::CastMode::BOTH_WAYS |
std::array< double, 3 > | direction = {0, 0, 1} |
double | fill_value = 0.0 |