CubeMap.h File Reference
#include <vector>
#include "Texture.h"

Go to the source code of this file.

Classes

class  CubeMap
 The cube map consists of six textures arranged in the shape of a cube. More...
 

Typedefs

typedef std::shared_ptr< CubeMapCubeMapPtr
 

Typedef Documentation

typedef std::shared_ptr< CubeMap > CubeMapPtr