Class PointCloudSettings
Settings for point cloud rendering (experimental).
class Microsoft::Azure::RemoteRendering::PointCloudSettings final
Properties
PointSizeScale
A global size multiplier for point sizes when rendering point clouds. Scale value needs to be between 0.0 and 1.5. The default scale is 1.0.
auto GetPointSizeScale() const noexcept -> float;
auto SetPointSizeScale(float value) noexcept -> Microsoft::Azure::RemoteRendering::Status;
Valid
Whether this object is still valid.
An object is invalid if it has been destroyed or if the connection has been lost. It is an error to call any other function on an invalid object.
auto GetValid() const noexcept -> bool;