API Documentation
Loading...
Searching...
No Matches
CSFParams Struct Reference

Contains parameters for performing a Cloth surfacing operation. More...

#include <CSF.h>

Collaboration diagram for CSFParams:
[legend]

Public Attributes

bool allow_steep_slopes = false
 
fltp04 cloth_resolution = 0.5f
 
Buffer< RGBColorcolors
 
bool fill_holes = false
 
Buffer< bool > filtered
 
uint04 iterations = 500
 
ProgressInfolog = nullptr
 
fltp04 max_height_dev = 0.1f
 
Buffer< Vertex< 3, fltp04 > > positions
 
uint04 rigidness = 1
 
fltp04 time_step = 0.65f
 
bool use_colors = false
 

Detailed Description

Contains parameters for performing a Cloth surfacing operation.


Member Data Documentation

◆ allow_steep_slopes

bool allow_steep_slopes = false

◆ cloth_resolution

fltp04 cloth_resolution = 0.5f

◆ colors

Buffer<RGBColor> colors

◆ fill_holes

bool fill_holes = false

◆ filtered

Buffer<bool> filtered

◆ iterations

uint04 iterations = 500

◆ log

ProgressInfo* log = nullptr

◆ max_height_dev

fltp04 max_height_dev = 0.1f

◆ positions

Buffer<Vertex<3, fltp04> > positions

◆ rigidness

uint04 rigidness = 1

◆ time_step

fltp04 time_step = 0.65f

◆ use_colors

bool use_colors = false

The documentation for this struct was generated from the following file: