Class NoSkeletonMeshesConfig
Global setting to disable generation of skeleton dummy meshes. These are generated as a visualization aid in cases which the input data contains no geometry, but only animation data. So the geometry are visualizing the bones. Default value is false.
Inherited Members
Namespace: SharpAssimp.Configs
Assembly: SharpAssimp.dll
Syntax
public sealed class NoSkeletonMeshesConfig : BooleanPropertyConfig
Constructors
| Edit this page View SourceNoSkeletonMeshesConfig(bool)
Constructs a new NoSkeletonMeshConfig.
Declaration
public NoSkeletonMeshesConfig(bool disableDummySkeletonMeshes)
Parameters
Type | Name | Description |
---|---|---|
bool | disableDummySkeletonMeshes | True if dummy skeleton mesh generation should be disabled, false otherwise. |
Properties
| Edit this page View SourceNoSkeletonMeshesConfigName
Gets the string name used by NoSkeletonMeshConfig.
Declaration
public static string NoSkeletonMeshesConfigName { get; }
Property Value
Type | Description |
---|---|
string |