current revision
This commit is contained in:
13
ui/map/2D/RenderParams2D.h
Normal file
13
ui/map/2D/RenderParams2D.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef RENDERPARAMS2D_H
|
||||
#define RENDERPARAMS2D_H
|
||||
|
||||
struct RenderParams2D {
|
||||
|
||||
struct Clipping {
|
||||
float belowHeight_m;
|
||||
float aboveHeight_m;
|
||||
} clip;
|
||||
|
||||
};
|
||||
|
||||
#endif // RENDERPARAMS2D_H
|
||||
Reference in New Issue
Block a user