Open GoogleCodeExporter opened 9 years ago
Original comment by khaled.osmaan
on 25 Jul 2012 at 8:49
Original comment by khaled.osmaan
on 2 Aug 2012 at 8:49
this issue was updated by r41.
http://code.google.com/p/terasoft-summer-reunited/source/detail?r=41
Original comment by khaled.osmaan
on 2 Aug 2012 at 8:51
This issue was updated by revision r90.
Added class DumbbellGesture which check if the user is doing the right gesture
to play dumbbells, might still need more constraints.
Original comment by khaled.osmaan
on 4 Aug 2012 at 11:51
This issue was updated by revision r92.
removed keyword static
Original comment by khaled.osmaan
on 4 Aug 2012 at 11:55
This issue was updated by revision r93.
Changed constraints
Original comment by khaled.osmaan
on 4 Aug 2012 at 12:02
this issue was updated by r125
http://code.google.com/p/terasoft-summer-reunited/source/detail?r=125
Original comment by khaled.osmaan
on 6 Aug 2012 at 9:16
This issue was updated by revision r138.
Added constant values which are min values between joints and min values moved
etc to class Constants and used them from there instead
Original comment by khaled.osmaan
on 7 Aug 2012 at 12:12
this issue was updated by r155
http://code.google.com/p/terasoft-summer-reunited/source/detail?r=155
Original comment by khaled.osmaan
on 7 Aug 2012 at 3:32
This issue was updated by revision r162.
Made the implementation relevant to other joints to avoid using constants
Original comment by khaled.osmaan
on 7 Aug 2012 at 7:44
This issue was updated by revision r163.
Changed whole class implementation
Original comment by khaled.osmaan
on 7 Aug 2012 at 7:59
Skeleton Analyzer:
1)if (_ReverseCoordinates)
{
degrees = CalculateReverseCoordinates(degrees);
}
this is one statement,remove braces
DumbellGestures:
1)i see two same codes just instead of hand left you write hand Right,so why
rewrite all these code again,have parameter to indicate if right or left
2)Revise that implementation ,i can see nonsense code in implementation.
Original comment by hollaxy...@gmail.com
on 15 Aug 2012 at 2:38
Original issue reported on code.google.com by
khaled.osmaan
on 25 Jul 2012 at 8:27