is it possible to place objects over jit.pwindow??
Hi everyone, I'm working on a patch incorporating an Xbox Kinect and I need a little help. I've user Jitter to create a GUI displaying a skeleton made up of the limb-tracking data received from the Kinect. I've created a few different control methods from the data, for example part of the patch measures the distance between my hands. I can't find a way of showing this (connecting the two hands with a line) in Jitter so I used a [function] object to plot the two hands as points on a graph, with the intention of layering it over the [jit.pwindow]. However, I can't seem to place anything in front of the [jit.pwindow]. Obviously I've tried send to front/back to no avail. Anyone have any idea if what I'm trying to do is possible?
Thanks guys
you can't layer other gui elements over a pwindow that is a gl drawing destination.