SuzanneIsland: An island of Real-time rendering effects!
Public Member Functions
SkyboxEffect Class Reference

SkyboxEffect This is used to draw a skybox using a cubemap texture. More...

#include <skybox_effect.h>

Public Member Functions

 SkyboxEffect (const std::vector< const GLchar *> &cubemapImgPaths)
 
void drawSkybox (const glm::mat4 &viewMat, const glm::mat4 &projMat)
 

Detailed Description

SkyboxEffect This is used to draw a skybox using a cubemap texture.

Constructor & Destructor Documentation

§ SkyboxEffect()

SkyboxEffect::SkyboxEffect ( const std::vector< const GLchar *> &  cubemapImgPaths)

SETUP SKYBOX CUBE VBO AND VAO

SETUP CUBEMAP AND SKYBOX SHADER uniforms are not assigned here since they might be updated each frame


The documentation for this class was generated from the following files: