mirror of
https://github.com/ApfelTeeSaft/vb01.git
synced 2026-08-26 19:33:45 +00:00
getter removal
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -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;}
|
||||
|
||||
Reference in New Issue
Block a user