jawaff / KinectController

Control your computer using your body. The KinectController turns the Kinect into a controller that allows configurable actions to be emulated when configurable gestures are triggered by the user.
0 stars 0 forks source link

Change AbsoluteDistance posturerules to Position. #24

Closed jawaff closed 8 years ago

jawaff commented 8 years ago

I've never known what to call the rules that measure the distance between a fixed location and a joint on the tracked skeleton. It's probably safe to just call it Position and restrict the fixed locations to the floor (for y) and the center of the visible space (for x and z.)

jawaff commented 8 years ago

Changes completed in posturerules:

DistanceFromPoint is replacing AbsoluteDistance.

PositionX, PositionY and PositionZ are replacing AbsoluteDistanceX, AbsoluteDistanceY and AbsoluteDistanceZ.