// --------------------------------------------------------------------------------------------------------------------
//
// Copyright (c) VRMADA, All rights reserved.
//
// --------------------------------------------------------------------------------------------------------------------
namespace UltimateXR.Core
{
public static partial class UxrConstants
{
#region Public Types & Data
///
/// Geometry constants.
///
public static class Geometry
{
#region Public Types & Data
public const float SignificantBoneWeight = 0.5f;
public const float SmallestBoneWeight = 0.01f;
#endregion
}
#endregion
}
}