R2 Shaders
|
Functions for dealing with cube maps. More...
Go to the source code of this file.
Functions | |
vec4 | R2_cubeMapTextureRH (const samplerCube t, const vec3 v) |
Functions for dealing with cube maps.
Definition in file R2CubeMaps.h.
vec4 R2_cubeMapTextureRH | ( | const samplerCube | t, |
const vec3 | v | ||
) |
Sample from a right-handed cube map t using the world-space vector v.
t | A right-handed cube map |
v | A world-space direction vector |
Definition at line 15 of file R2CubeMaps.h.