Generated from class MR.ThickenParams. This is the const half of the class.
More...
|
| virtual unsafe void | Dispose (bool disposing) |
|
| unsafe float | outsideOffset [get] |
| | the amount of offset for original mesh vertices
|
| unsafe float | insideOffset [get] |
| | the amount of offset for cloned mirrored mesh vertices in the opposite direction
|
| unsafe float | normalsTrustFactor [get] |
| | increasing this value will lead mesh vertices to shift in the directions closer to their raw pseudo-normals, but it will increase the probability of self-intersections as well; decreasing (to a positive value) will on the contrary make the field of shift directions smoother
|
Generated from class MR.ThickenParams. This is the const half of the class.
◆ Const_ThickenParams() [1/4]
| unsafe MR.Const_ThickenParams.Const_ThickenParams |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ Const_ThickenParams() [2/4]
| unsafe MR.Const_ThickenParams.Const_ThickenParams |
( |
float | outsideOffset, |
|
|
float | insideOffset, |
|
|
float | normalsTrustFactor ) |
|
inline |
◆ Const_ThickenParams() [3/4]
◆ Const_ThickenParams() [4/4]
| MR.Const_ThickenParams.Const_ThickenParams |
( |
ThickenParams | _other | ) |
|
|
inline |
◆ Dispose() [1/2]
| virtual void MR.Const_ThickenParams.Dispose |
( |
| ) |
|
|
inlinevirtual |
◆ Dispose() [2/2]
| virtual unsafe void MR.Const_ThickenParams.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ __ref_storage_insideOffset
| unsafe float* MR.Const_ThickenParams.__ref_storage_insideOffset |
|
protected |
◆ __ref_storage_normalsTrustFactor
| unsafe float* MR.Const_ThickenParams.__ref_storage_normalsTrustFactor |
|
protected |
◆ __ref_storage_outsideOffset
| unsafe float* MR.Const_ThickenParams.__ref_storage_outsideOffset |
|
protected |
◆ insideOffset
| unsafe float MR.Const_ThickenParams.insideOffset |
|
get |
the amount of offset for cloned mirrored mesh vertices in the opposite direction
◆ normalsTrustFactor
| unsafe float MR.Const_ThickenParams.normalsTrustFactor |
|
get |
increasing this value will lead mesh vertices to shift in the directions closer to their raw pseudo-normals, but it will increase the probability of self-intersections as well; decreasing (to a positive value) will on the contrary make the field of shift directions smoother
◆ outsideOffset
| unsafe float MR.Const_ThickenParams.outsideOffset |
|
get |
the amount of offset for original mesh vertices
The documentation for this class was generated from the following file: