6 #include "VectorMath.h"
10 #include "IRenderableFilter.h"
12 #include "GLHelpers.h"
49 const Eegeo::Rendering::TTextureId textureId,
50 const Eegeo::Rendering::LayerIds::Values layerId,
52 const bool useLegacyScaling
73 const bool useLegacyScaling);
110 static const float LegacyScaleModifier;
118 typedef std::vector<PinView*> TViews;
120 TViews m_visibleViews;
122 float m_screenHeight;
123 float m_screenPixelScale;
124 float m_screenOversampleScale;
126 const bool m_useLegacyScaling;
128 bool ContainsView(
const PinView& view)
const;