Skip to content

Commit

Permalink
default volume at 256^3
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerhard Reitmayr committed Jan 13, 2013
1 parent 407bfef commit 4706ecb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kinect.cpp
Expand Up @@ -234,8 +234,8 @@ int main(int argc, char ** argv) {
// it is enough now to set the volume resolution once.
// everything else is derived from that.
// config.volumeSize = make_uint3(64);
config.volumeSize = make_uint3(128);
// config.volumeSize = make_uint3(256);
// config.volumeSize = make_uint3(128);
config.volumeSize = make_uint3(256);

// these are physical dimensions in meters
config.volumeDimensions = make_float3(size);
Expand Down

0 comments on commit 4706ecb

Please sign in to comment.