You're breathtaking!
This commit is contained in:
12
Source/Engine/Content/SkinnedModel.cs
Normal file
12
Source/Engine/Content/SkinnedModel.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
// Copyright (c) 2012-2020 Wojciech Figat. All rights reserved.
|
||||
|
||||
namespace FlaxEngine
|
||||
{
|
||||
partial class SkinnedModel
|
||||
{
|
||||
/// <summary>
|
||||
/// The maximum allowed amount of skeleton bones to be used with skinned model.
|
||||
/// </summary>
|
||||
public const int MaxBones = 256;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user