getter removal

This commit is contained in:
devZoGok
2022-03-02 20:24:04 +02:00
parent 109e426a35
commit 7a6588f123
2 changed files with 1 additions and 4 deletions
+1 -2
View File
@@ -280,8 +280,7 @@ namespace vb01{
*/
glBindFramebuffer(GL_FRAMEBUFFER, preFilterFramebuffer);
int width = prefilterMap->getWidth();
glViewport(0, 0, width, width);
glViewport(0, 0, preFilterMapSize, preFilterMapSize);
Root *root = Root::getSingleton();
Mesh *skybox = root->getSkybox();
-2
View File
@@ -22,8 +22,6 @@ namespace vb01{
void animate(float, KeyframeChannel);
inline u32* getTexture(int i = 0){return &(texture[i]);}
inline std::string* getPath(){return paths;}
inline int getWidth(){return width;}
inline int getHeight(){return height;}
inline int getNumFrames(){return numFrames;}
inline int getMipmapLevel(){return mipmapLevel;}
inline float getMixRatio(){return mixRatio;}