API Documentation
|
Contains parameters for performing a Cloth surfacing operation. More...
#include <CSF.h>
Public Attributes | |
bool | allow_steep_slopes = false |
fltp04 | cloth_resolution = 0.5f |
Buffer< RGBColor > | colors |
bool | fill_holes = false |
Buffer< bool > | filtered |
uint04 | iterations = 500 |
ProgressInfo * | log = nullptr |
fltp04 | max_height_dev = 0.1f |
Buffer< Vertex< 3, fltp04 > > | positions |
uint04 | rigidness = 1 |
fltp04 | time_step = 0.65f |
bool | use_colors = false |
Contains parameters for performing a Cloth surfacing operation.
bool allow_steep_slopes = false |
fltp04 cloth_resolution = 0.5f |
bool fill_holes = false |
Buffer<bool> filtered |
uint04 iterations = 500 |
ProgressInfo* log = nullptr |
fltp04 max_height_dev = 0.1f |
uint04 rigidness = 1 |
fltp04 time_step = 0.65f |
bool use_colors = false |