Skip to content

Commit

Permalink
minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
shiffman committed Jul 2, 2015
1 parent b491c02 commit 73ff2d8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
5 changes: 2 additions & 3 deletions OpenKinect-Processing/examples/RGBDepthTest/RGBDepthTest.pde
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
// Daniel Shiffman
// Depth thresholding example
// All features test

// https://github.com/shiffman/OpenKinect-for-Processing
// http://shiffman.net/p5/kinect/


import org.openkinect.freenect.*;
import org.openkinect.processing.*;

Expand All @@ -16,7 +15,7 @@ boolean ir = false;
boolean colorDepth = false;

void setup() {
size(1280, 520, P2D);
size(1280, 520);
kinect = new Kinect(this);
kinect.startDepth();
kinect.startVideo();
Expand Down
10 changes: 5 additions & 5 deletions OpenKinect-Processing/resources/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -150,20 +150,20 @@ source.repository=https://github.com/shiffman/Open-Kinect-for-Processing
# This is used to compare different versions of the same library, and check if
# an update is available.

library.version=2
library.version=3


# The version as the user will see it.

library.prettyVersion=0.2
library.prettyVersion=0.3


library.copyright=(c) 2014
library.copyright=(c) 2015
library.dependencies=?
library.keywords=?

tested.platform=osx,windows
tested.processingVersion=2.1
tested.platform=osx
tested.processingVersion=3.0a10


# Include javadoc references into your project's javadocs.
Expand Down

0 comments on commit 73ff2d8

Please sign in to comment.