Skip to content

Commit

Permalink
doc: revisions to examples/kinect/README.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Zen-CODE committed Mar 5, 2014
1 parent 12d6cdb commit a503331
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions examples/kinect/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit a503331

Please sign in to comment.