Generated from class MR.InflateSettings. This is the non-const half of the class.
More...
|
| new unsafe ref float | pressure [get] |
| |
| new unsafe ref int | iterations [get] |
| |
| new unsafe ref bool | preSmooth [get] |
| |
| new unsafe ref bool | gradualPressureGrowth [get] |
| | whether to increase the pressure gradually during the iterations (recommended for best quality)
|
| |
Generated from class MR.InflateSettings. This is the non-const half of the class.
◆ InflateSettings() [1/4]
| unsafe MR.InflateSettings.InflateSettings |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ InflateSettings() [2/4]
| unsafe MR.InflateSettings.InflateSettings |
( |
float | pressure, |
|
|
int | iterations, |
|
|
bool | preSmooth, |
|
|
bool | gradualPressureGrowth ) |
|
inline |
◆ InflateSettings() [3/4]
| unsafe MR.InflateSettings.InflateSettings |
( |
MR.Const_InflateSettings | _other | ) |
|
|
inline |
Generated from constructor MR.InflateSettings.InflateSettings.
◆ InflateSettings() [4/4]
Generated from constructor MR.InflateSettings.InflateSettings.
◆ assign()
Generated from method MR.InflateSettings.operator=.
◆ gradualPressureGrowth
| new unsafe ref bool MR.InflateSettings.gradualPressureGrowth |
|
get |
whether to increase the pressure gradually during the iterations (recommended for best quality)
◆ iterations
| new unsafe ref int MR.InflateSettings.iterations |
|
get |
the number of internal iterations (>=1); larger number of iterations makes the performance slower, but the quality better
◆ preSmooth
| new unsafe ref bool MR.InflateSettings.preSmooth |
|
get |
smooths the area before starting inflation; please set to false only if the region is known to be already smooth
◆ pressure
| new unsafe ref float MR.InflateSettings.pressure |
|
get |
the amount of pressure applied to mesh region: positive pressure moves the vertices outside, negative - inside; please specify a value by magnitude about the region diagonal
The documentation for this class was generated from the following file: