optional load artifacts and other setting for PLY file loading Generated from class MR.PlyLoadParams. This is the const half of the class.
More...
|
|
virtual void | Dispose () |
| |
|
unsafe | Const_PlyLoadParams () |
| | Constructs an empty (default-constructed) instance.
|
| |
|
unsafe | Const_PlyLoadParams (MR.Std.Optional_MRTriangulation? tris, MR.Std.Optional_MREdges? edges, MR.VertColors? colors, MR.FaceColors? faceColors, MR.VertCoords2? uvCoords, MR.TriCornerUVCoords? triCornerUvCoords, MR.VertCoords? normals, MR.MeshTexture? texture, string dir, MR.Std._ByValue_Function_BoolFuncFromFloat callback, bool telemetrySignal) |
| | Constructs MR.PlyLoadParams elementwise.
|
| |
|
unsafe | Const_PlyLoadParams (MR._ByValue_PlyLoadParams _other) |
| | Generated from constructor MR.PlyLoadParams.PlyLoadParams.
|
| |
|
|
virtual unsafe void | Dispose (bool disposing) |
| |
|
|
unsafe MR.Std.? Optional_MRTriangulation | tris [get] |
| | optional load artifact: polyline edges
|
| |
|
unsafe MR.Std.? Optional_MREdges | edges [get] |
| | optional load artifact: per-vertex color map
|
| |
|
unsafe MR.? VertColors | colors [get] |
| | optional load artifact: per-face color map
|
| |
|
unsafe MR.? FaceColors | faceColors [get] |
| | optional load artifact: per-vertex uv-coordinates
|
| |
|
unsafe MR.? VertCoords2 | uvCoords [get] |
| | optional load artifact: per-corner uv-coordinates for each triangle
|
| |
|
unsafe MR.? TriCornerUVCoords | triCornerUvCoords [get] |
| | optional load artifact: per-vertex normals
|
| |
|
unsafe MR.? VertCoords | normals [get] |
| | optional load artifact: texture image
|
| |
|
unsafe MR.? MeshTexture | texture [get] |
| | directory to load texture files from
|
| |
|
unsafe MR.Std.Filesystem.Const_Path | dir [get] |
| | callback for set progress and stop process
|
| |
|
unsafe MR.Std.Const_Function_BoolFuncFromFloat | callback [get] |
| | permit telemetry signal about loading
|
| |
|
unsafe bool | telemetrySignal [get] |
| |
|
virtual bool | _IsOwning [get] |
| | Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
|
| |
optional load artifacts and other setting for PLY file loading Generated from class MR.PlyLoadParams. This is the const half of the class.
The documentation for this class was generated from the following file: