Just uploaded the version 0.14.
New:
- Added some functions for the scene analyser and user:
int[] sceneMap() - returns the hole scene map
int[] getUsersPixels(int user) - returns the sceneMap for a
user(only if user is enabled)
int getNumberOfUsers() - returns current count of users
boolean getCoM(int user,PVector com) - returns the center of mass for
a user
- Added new example:
SimpleOpenNI_UserScene3d
Shows how to get scene data for users
- Fixed a bug in 'convertRealWorldToProjective'
See the changeLog for detailed info:
http://simple-openni.googlecode.com/svn/trunk/SimpleOpenNI/ChangeLog.txt