var fDesc=new Array(); fDesc[0] = "Kinect BVH Mocap is a simple Windows application that captures 3D motion data in BioVision format (.bvh) files using a Kinect sensor. These can be easily imported into Credo Interactive's DanceForms 2.0 choreography and animation software. The application uses the OpenNI/NITE framework for user and skeleton tracking and converts the 3D skeleton point positions generated by NITE to the corresponding joint angles needed for a BVH file. The BVH joint model used maps directly onto those of the built-in figure models in DanceForms, enabling captured motion sequences to be pasted straight onto the them."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }