OpenGL2: Parallax corrected cubemap (cheaper trick)
This commit is contained in:
parent
d0d1883895
commit
375f6247d4
4 changed files with 32 additions and 4 deletions
|
@ -142,7 +142,9 @@ static uniformInfo_t uniformsInfo[] =
|
|||
{ "u_PrimaryLightOrigin", GLSL_VEC4 },
|
||||
{ "u_PrimaryLightColor", GLSL_VEC3 },
|
||||
{ "u_PrimaryLightAmbient", GLSL_VEC3 },
|
||||
{ "u_PrimaryLightRadius", GLSL_FLOAT }
|
||||
{ "u_PrimaryLightRadius", GLSL_FLOAT },
|
||||
|
||||
{ "u_CubeMapInfo", GLSL_VEC4 },
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue