From a5033315ee1a7296ec9a57abee2b401e7952d6a4 Mon Sep 17 00:00:00 2001 From: Zen-CODE Date: Wed, 5 Mar 2014 23:18:08 +0200 Subject: [PATCH] doc: revisions to examples/kinect/README.txt --- examples/kinect/README.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/kinect/README.txt b/examples/kinect/README.txt index 97b174f29b..b949efe1f4 100644 --- a/examples/kinect/README.txt +++ b/examples/kinect/README.txt @@ -3,11 +3,11 @@ Kinect Viewer You must have libfreenect installed on your system to make it work. -How it's working ----------------- +How it works +------------ -1. viewer is taking depth value from freenect -2. depth are multiply per 32 to use the full range of 16 bits -3. depth are uploaded in a "luminance" texture -4. we are using a shader for mapping the depth to a special color +1. The viewer gets the depth value from freenect. +2. Depths are multiplied by 32 to use the full range of 16 bits. +3. Depths are uploaded into a "luminance" texture. +4. We use a shader for mapping the depth to a special color.