Fixed rendering of position accuracy and position mark. Depth changed to avoid intersection with the clipping planes.

This commit is contained in:
Daria Volvenkova 2015-11-26 11:56:11 +03:00
parent 9eac332166
commit 4ea1f01d61

View file

@ -8,8 +8,8 @@ namespace dp
namespace depth
{
float const POSITION_ACCURACY = minDepth;
float const MY_POSITION_MARK = maxDepth;
float const POSITION_ACCURACY = minDepth + 1.0f;
float const MY_POSITION_MARK = maxDepth - 1.0f;
} // namespace depth