@* Joint top left e joint top right *@
@for (int i = CurrFrameWindow.JointList.Count - 1; i >= 2; i--)
{
@if (CurrFrameWindow.JointList.Count <= 4)
{
}
else if (CurrFrameWindow.JointList.Count > 4)
{
}
}
@* Joint bottom left e joint bottom right *@
@if (CurrFrameWindow.JointList.Count <= 4)
{
}
else if (CurrFrameWindow.JointList.Count > 4)
{
}