Generated from class MR.InflateSettings. This is the const half of the class.
More...
|
| virtual unsafe void | Dispose (bool disposing) |
|
| unsafe float | 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
|
| unsafe int | iterations [get] |
| | the number of internal iterations (>=1); larger number of iterations makes the performance slower, but the quality better
|
| unsafe bool | preSmooth [get] |
| | smooths the area before starting inflation; please set to false only if the region is known to be already smooth
|
| unsafe bool | gradualPressureGrowth [get] |
| | whether to increase the pressure gradually during the iterations (recommended for best quality)
|
Generated from class MR.InflateSettings. This is the const half of the class.
◆ Const_InflateSettings() [1/4]
| unsafe MR.Const_InflateSettings.Const_InflateSettings |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ Const_InflateSettings() [2/4]
| unsafe MR.Const_InflateSettings.Const_InflateSettings |
( |
float | pressure, |
|
|
int | iterations, |
|
|
bool | preSmooth, |
|
|
bool | gradualPressureGrowth ) |
|
inline |
◆ Const_InflateSettings() [3/4]
◆ Const_InflateSettings() [4/4]
◆ Dispose() [1/2]
| virtual void MR.Const_InflateSettings.Dispose |
( |
| ) |
|
|
inlinevirtual |
◆ Dispose() [2/2]
| virtual unsafe void MR.Const_InflateSettings.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ __ref_storage_gradualPressureGrowth
| unsafe bool* MR.Const_InflateSettings.__ref_storage_gradualPressureGrowth |
|
protected |
◆ __ref_storage_iterations
| unsafe int* MR.Const_InflateSettings.__ref_storage_iterations |
|
protected |
◆ __ref_storage_preSmooth
| unsafe bool* MR.Const_InflateSettings.__ref_storage_preSmooth |
|
protected |
◆ __ref_storage_pressure
| unsafe float* MR.Const_InflateSettings.__ref_storage_pressure |
|
protected |
◆ gradualPressureGrowth
| unsafe bool MR.Const_InflateSettings.gradualPressureGrowth |
|
get |
whether to increase the pressure gradually during the iterations (recommended for best quality)
◆ iterations
| unsafe int MR.Const_InflateSettings.iterations |
|
get |
the number of internal iterations (>=1); larger number of iterations makes the performance slower, but the quality better
◆ preSmooth
| unsafe bool MR.Const_InflateSettings.preSmooth |
|
get |
smooths the area before starting inflation; please set to false only if the region is known to be already smooth
◆ pressure
| unsafe float MR.Const_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: