Class ACSeparateBackfaceCullConfig
Configures the AC loader to collect all surfaces which have the "Backface cull" flag set in separate meshes. The default value is true.
Inherited Members
Namespace: SharpAssimp.Configs
Assembly: SharpAssimp.dll
Syntax
public sealed class ACSeparateBackfaceCullConfig : BooleanPropertyConfig
Constructors
| Edit this page View SourceACSeparateBackfaceCullConfig(bool)
Constructs a new ACSeparateBackfaceCullConfig.
Declaration
public ACSeparateBackfaceCullConfig(bool separateBackfaces)
Parameters
Type | Name | Description |
---|---|---|
bool | separateBackfaces | True if all surfaces that have the "backface cull" flag set should be collected in separate meshes, false otherwise. |
Properties
| Edit this page View SourceACSeparateBackfaceCullConfigName
Gets the string name used by ACSeparateBackfaceCullConfig.
Declaration
public static string ACSeparateBackfaceCullConfigName { get; }
Property Value
Type | Description |
---|---|
string |