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

#include <CSF.h>

Collaboration diagram for Params:
[legend]

Public Attributes

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

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: