From 837ff4576396c32bc102618860b57168cbf8c205 Mon Sep 17 00:00:00 2001 From: Sam Gateau Date: Wed, 22 Jul 2015 10:57:08 -0700 Subject: [PATCH] Removing code aroung the selfie fremebuffer --- libraries/render-utils/src/TextureCache.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/libraries/render-utils/src/TextureCache.h b/libraries/render-utils/src/TextureCache.h index 020b502eb9..be7aef5cfe 100644 --- a/libraries/render-utils/src/TextureCache.h +++ b/libraries/render-utils/src/TextureCache.h @@ -90,11 +90,6 @@ public: /// Returns the framebuffer object used to render shadow maps; gpu::FramebufferPointer getShadowFramebuffer(); - - // The framebuffer used for the selfie view of the avatar. used for creating the billboard view and the rearViewMirror image - gpu::FramebufferPointer getSelfieFramebuffer(); - - protected: virtual QSharedPointer createResource(const QUrl& url,