Kinect 2 not displayed

Hi guys!
I have a problem
I am attached to every point of the skeleton segment.
But the segments appear only when I 1 meter from kinekta.
When I go on segments disappear as if cut off.

What could be the problem?

callmenames.v4p (6.0 kB)

sounds like the physical limits of the kinect sensor. see Kinect2 Human Interface Guidelines (pages 7 and following).

the skeleton points are in 3D Space. You either have to manually set their Z-coord to 0, or (better) connect a Camera to your renderer.
Also, the camera will let you control the Near and Far clipping range.

Hi mr Szaben!
this is work - “You either have to manually set their Z-coord to 0”, but i don’t know why=)

How to implement this?- “or (better) connect a Camera to your renderer”

Thanks

Hi mr Szaben!
this is work - “or (better) connect a Camera to your renderer”

Thanks =))))