Class ProjectParameters
The settings of the project.
Namespace: Evergine.Common
Assembly: Evergine.Common.dll
Syntax
public class ProjectParameters
Properties
MaxSkinningWeights
Gets or sets a the maximum of skinning weights.
Declaration
public uint MaxSkinningWeights { get; set; }
Property Value
| Type | Description |
|---|---|
| uint |
SparseMorphTargets
Gets or sets a value indicating whether the fbx importer uses sparse morph targets.
Declaration
public bool SparseMorphTargets { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |