This repository has been archived on 2020-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
Files
YASMIN/ui/map/3D/RenderParams.h
2016-09-28 12:16:45 +02:00

12 lines
192 B
C

#ifndef RENDERPARAMS_H
#define RENDERPARAMS_H
struct RenderParams {
/** clip (do not render) everything above this height */
float clipAboveHeight_m = 99999;
};
#endif // RENDERPARAMS_H