Rotate placefile icons

This commit is contained in:
Dan Paulat 2023-08-05 01:28:34 -05:00
parent e66c202edf
commit 6c0b62709f
4 changed files with 29 additions and 3 deletions

View file

@ -36,6 +36,9 @@ protected:
void
UseDefaultProjection(const QMapLibreGL::CustomLayerRenderParameters& params,
GLint uMVPMatrixLocation);
void
UseRotationProjection(const QMapLibreGL::CustomLayerRenderParameters& params,
GLint uMVPMatrixLocation);
void UseMapProjection(const QMapLibreGL::CustomLayerRenderParameters& params,
GLint uMVPMatrixLocation,
GLint uMapScreenCoordLocation);