mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
removing cruft
This commit is contained in:
parent
5bbfb97c37
commit
012b0973b9
2 changed files with 1 additions and 10 deletions
|
@ -53,9 +53,6 @@ static void fboViewport(QOpenGLFramebufferObject* fbo) {
|
|||
ApplicationOverlay::ApplicationOverlay()
|
||||
{
|
||||
auto geometryCache = DependencyManager::get<GeometryCache>();
|
||||
_audioRedQuad = geometryCache->allocateID();
|
||||
_audioGreenQuad = geometryCache->allocateID();
|
||||
_audioBlueQuad = geometryCache->allocateID();
|
||||
_domainStatusBorder = geometryCache->allocateID();
|
||||
_magnifierBorder = geometryCache->allocateID();
|
||||
|
||||
|
|
|
@ -28,9 +28,6 @@ public:
|
|||
GLuint getOverlayTexture();
|
||||
|
||||
private:
|
||||
|
||||
//void renderAudioMeter(RenderArgs* renderArgs);
|
||||
//void renderCameraToggle(RenderArgs* renderArgs);
|
||||
void renderStatsAndLogs(RenderArgs* renderArgs);
|
||||
void renderDomainConnectionStatusBorder(RenderArgs* renderArgs);
|
||||
void renderRearViewToFbo(RenderArgs* renderArgs);
|
||||
|
@ -42,10 +39,7 @@ private:
|
|||
float _alpha{ 1.0f };
|
||||
float _trailingAudioLoudness{ 0.0f };
|
||||
GLuint _uiTexture{ 0 };
|
||||
|
||||
int _audioRedQuad;
|
||||
int _audioGreenQuad;
|
||||
int _audioBlueQuad;
|
||||
|
||||
int _domainStatusBorder;
|
||||
int _magnifierBorder;
|
||||
|
||||
|
|
Loading…
Reference in a new issue