mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 13:03:36 +00:00
committed by
Konstantin Pastbin
parent
c9cbb64f12
commit
76ffc99abd
13
libs/drape/constants.hpp
Normal file
13
libs/drape/constants.hpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include "utils/projection.hpp"
|
||||
|
||||
namespace dp
|
||||
{
|
||||
namespace depth
|
||||
{
|
||||
float constexpr kMyPositionMarkDepth = kMaxDepth - 1.0f;
|
||||
} // namespace depth
|
||||
|
||||
uint32_t constexpr kScreenPixelRectExtension = 75; // in pixels.
|
||||
} // namespace dp
|
||||
Reference in New Issue
Block a user