Class ExportPointCloudsConfig
Specifies if the export process should disable a validation step that would remove data that does not contain faces. This will enable point cloud data to be exported, since the 3D data is a collection of vertices without face data.
Inherited Members
Namespace: SharpAssimp.Configs
Assembly: SharpAssimp.dll
Syntax
public sealed class ExportPointCloudsConfig : BooleanPropertyConfig
Constructors
| Edit this page View SourceExportPointCloudsConfig(bool)
Constructs a new ExportPointCloudConfig.
Declaration
public ExportPointCloudsConfig(bool exportPointCloud)
Parameters
Type | Name | Description |
---|---|---|
bool | exportPointCloud | True if the exporter should treat vertices not grouped in faces as point clouds, false otherwise. |
Properties
| Edit this page View SourceExportPointCloudsConfigName
Gets the string name used by ExportPointCloudsConfig.
Declaration
public static string ExportPointCloudsConfigName { get; }
Property Value
Type | Description |
---|---|
string |