Table of Contents

Class ExportConfiguration

Namespace
HelixToolkit.SharpDX.Assimp
Assembly
HelixToolkit.SharpDX.Assimp.dll
public class ExportConfiguration
Inheritance
ExportConfiguration
Inherited Members

Fields

AssimpPropertyConfig

The assimp property configuration

public PropertyConfig[]? AssimpPropertyConfig

Field Value

PropertyConfig[]

EnableParallelProcessing

The enable parallel processing, such as converting Assimp meshes into HelixToolkit meshes

public bool EnableParallelProcessing

Field Value

bool

ExternalContext

The external context. Can be use to do more customized configuration for Assimp Importer

public AssimpContext? ExternalContext

Field Value

AssimpContext

FlipWindingOrder

The flip triangle winding order during import

public bool FlipWindingOrder

Field Value

bool

GlobalScale

The global scale for model

public float GlobalScale

Field Value

float

PostProcessing

The post processing

public PostProcessSteps PostProcessing

Field Value

PostProcessSteps

TickesPerSecond

The tickes per second. Only used when file does not contains tickes per second for animation.

public float TickesPerSecond

Field Value

float

ToSourceMatrixColumnMajor

Convert transform matrix to column major. Note: Most of software exported model defaults to be column major in transform matrix

public bool ToSourceMatrixColumnMajor

Field Value

bool