Change CalculateTangents to false as default and calculate normals/tangents by default if missing
This commit is contained in:
@@ -117,8 +117,8 @@ namespace FlaxEditor.Content.Import
|
||||
/// <summary>
|
||||
/// True if calculate model tangents, otherwise will import them.
|
||||
/// </summary>
|
||||
[EditorOrder(40), DefaultValue(true), EditorDisplay("Geometry"), Tooltip("Enable model tangent vectors recalculating")]
|
||||
public bool CalculateTangents { get; set; } = true;
|
||||
[EditorOrder(40), DefaultValue(false), EditorDisplay("Geometry"), Tooltip("Enable model tangent vectors recalculating")]
|
||||
public bool CalculateTangents { get; set; } = false;
|
||||
|
||||
/// <summary>
|
||||
/// Calculated normals smoothing angle.
|
||||
|
||||
Reference in New Issue
Block a user