setting for mesh loading from external format, and locations of optional output data Generated from class MR.MeshLoadSettings. This is the non-const half of the class.
More...
|
| unsafe | MeshLoadSettings () |
| | Constructs an empty (default-constructed) instance.
|
| unsafe | MeshLoadSettings (MR.Std.Optional_MREdges? edges, MR.VertColors? colors, MR.FaceColors? faceColors, MR.VertCoords2? uvCoords, MR.VertCoords? normals, MR.MeshTexture? texture, MR.Misc.InOut< int >? skippedFaceCount, MR.Misc.InOut< int >? duplicatedVertexCount, MR.Misc.InOut< MR.AffineXf3f >? xf, MR.Std._ByValue_Function_Bool_From_Float callback, bool telemetrySignal) |
| | Constructs MR.MeshLoadSettings elementwise.
|
| unsafe | MeshLoadSettings (MR._ByValue_MeshLoadSettings _other) |
| | Generated from constructor MR.MeshLoadSettings.MeshLoadSettings.
|
| | MeshLoadSettings (Const_MeshLoadSettings _other) |
| | Generated from constructor MR.MeshLoadSettings.MeshLoadSettings.
|
| | MeshLoadSettings (MeshLoadSettings _other) |
| | Generated from constructor MR.MeshLoadSettings.MeshLoadSettings.
|
| unsafe MR.MeshLoadSettings | assign (MR._ByValue_MeshLoadSettings _other) |
| | Generated from method MR::MeshLoadSettings::operator=.
|
| virtual void | Dispose () |
| unsafe | Const_MeshLoadSettings () |
| | Constructs an empty (default-constructed) instance.
|
| unsafe | Const_MeshLoadSettings (MR.Std.Optional_MREdges? edges, MR.VertColors? colors, MR.FaceColors? faceColors, MR.VertCoords2? uvCoords, MR.VertCoords? normals, MR.MeshTexture? texture, MR.Misc.InOut< int >? skippedFaceCount, MR.Misc.InOut< int >? duplicatedVertexCount, MR.Misc.InOut< MR.AffineXf3f >? xf, MR.Std._ByValue_Function_Bool_From_Float callback, bool telemetrySignal) |
| | Constructs MR.MeshLoadSettings elementwise.
|
| unsafe | Const_MeshLoadSettings (MR._ByValue_MeshLoadSettings _other) |
| | Generated from constructor MR.MeshLoadSettings.MeshLoadSettings.
|
| | Const_MeshLoadSettings (Const_MeshLoadSettings _other) |
| | Generated from constructor MR.MeshLoadSettings.MeshLoadSettings.
|
| | Const_MeshLoadSettings (MeshLoadSettings _other) |
| | Generated from constructor MR.MeshLoadSettings.MeshLoadSettings.
|
|
| new unsafe MR.Std.? Optional_MREdges | edges [get, set] |
| | optional load artifact: polyline edges
|
| new unsafe MR.? VertColors | colors [get, set] |
| | optional load artifact: per-vertex color map
|
| new unsafe MR.? FaceColors | faceColors [get, set] |
| | optional load artifact: per-face color map
|
| new unsafe MR.? VertCoords2 | uvCoords [get, set] |
| | optional load artifact: per-vertex uv-coordinates
|
| new unsafe MR.? VertCoords | normals [get, set] |
| | optional load artifact: per-vertex normals
|
| new unsafe MR.? MeshTexture | texture [get, set] |
| | optional load artifact: texture image
|
| new unsafe MR.Misc.? Box< int > | skippedFaceCount [get, set] |
| | optional output: counter of skipped faces during mesh creation
|
| new unsafe MR.Misc.? Box< int > | duplicatedVertexCount [get, set] |
| | optional output: counter of duplicated vertices (that created for resolve non-manifold geometry)
|
| new unsafe MR.? Box_AffineXf3f | xf [get, set] |
| | optional output: transform for the loaded mesh to improve precision of vertex coordinates
|
| new unsafe MR.Std.Function_Bool_From_Float | callback [get, protected set] |
| | callback for set progress and stop process
|
| new unsafe ref bool | telemetrySignal [get] |
| | permit telemetry signal about loading
|
| unsafe MR.Std.? Optional_MREdges | edges [get] |
| | optional load artifact: polyline edges
|
| unsafe MR.? VertColors | colors [get] |
| | optional load artifact: per-vertex color map
|
| unsafe MR.? FaceColors | faceColors [get] |
| | optional load artifact: per-face color map
|
| unsafe MR.? VertCoords2 | uvCoords [get] |
| | optional load artifact: per-vertex uv-coordinates
|
| unsafe MR.? VertCoords | normals [get] |
| | optional load artifact: per-vertex normals
|
| unsafe MR.? MeshTexture | texture [get] |
| | optional load artifact: texture image
|
| unsafe MR.Misc.? Box< int > | skippedFaceCount [get] |
| | optional output: counter of skipped faces during mesh creation
|
| unsafe MR.Misc.? Box< int > | duplicatedVertexCount [get] |
| | optional output: counter of duplicated vertices (that created for resolve non-manifold geometry)
|
| unsafe MR.? Box_AffineXf3f | xf [get] |
| | optional output: transform for the loaded mesh to improve precision of vertex coordinates
|
| unsafe MR.Std.Const_Function_Bool_From_Float | callback [get, protected set] |
| | callback for set progress and stop process
|
| unsafe bool | telemetrySignal [get] |
| | permit telemetry signal about loading
|
setting for mesh loading from external format, and locations of optional output data Generated from class MR.MeshLoadSettings. This is the non-const half of the class.