#include <ShArray.hpp>
Inheritance diagram for SH::ShArrayCube< T >:
Public Types | |
typedef ShArrayRect< T > | rectangular_type |
typedef ShBaseTextureCube< T > | base_type |
typedef T | return_type |
Public Member Functions | |
ShArrayCube (int width, int height) |
A cube array is indexed by a 3D vector, and has six square power-of-two faces. The texel indexed depends only on the direction of the vector.
Definition at line 116 of file ShArray.hpp.