Skip to content

Commit

Permalink
Merge pull request #40 from Forceflow/working
Browse files Browse the repository at this point in the history
Working
  • Loading branch information
Forceflow committed Jan 9, 2014
2 parents 7072fc4 + 50f669b commit a9d381e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ooc_svo_builder/svo_builder/OctreeBuilder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ gridlength(gridlength), b_node_pos(0), b_data_pos(0), b_current_morton(0), gener
writeVoxelData(data_out, VoxelData(), b_data_pos); // first data point is NULL
#ifdef BINARY_VOXELIZATION
VoxelData v = VoxelData(0, vec3(), vec3(1.0, 1.0, 1.0)); // We store a simple white voxel in case of Binary voxelization
writeVoxelData(data_out, VoxelData(), b_data_pos); // all leafs will refer to this.
writeVoxelData(data_out, v, b_data_pos); // all leafs will refer to this
#endif
svo_io_out_timer.stop(); svo_algo_timer.stop();
}
Expand Down

0 comments on commit a9d381e

Please sign in to comment.