Skip to content

Commit

Permalink
Some minor changes to Chapter_10 PowerVR samples to clear to a white …
Browse files Browse the repository at this point in the history
…background for better screenshots.
  • Loading branch information
danginsburg committed Nov 16, 2013
1 parent 46aa5b5 commit 89c749d
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Binary file modified Chapter_10/PVR_AlphaTest/AlphaTest.pod
Binary file not shown.
2 changes: 1 addition & 1 deletion Chapter_10/PVR_ClipPlane/ClipPlane.pfx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ void main( void )
ATTRIBUTE a_vertex POSITION

UNIFORM u_matViewProjection WORLDVIEWPROJECTION
UNIFORM u_clipPlane CLIPPLANE vec4(0.43,0.89,0.0,1.0)
UNIFORM u_clipPlane CLIPPLANE vec4(0.25,0.0,0.0,1.0)

FRAGMENTSHADER FragShader
VERTEXSHADER VertShader
Expand Down
Binary file modified Chapter_10/PVR_ClipPlane/ClipPlane.pod
Binary file not shown.
2 changes: 1 addition & 1 deletion Chapter_10/PVR_LinearFog/Fog.pfx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ void main( void )
UNIFORM u_matViewProjection WORLDVIEWPROJECTION
UNIFORM u_matView WORLDVIEW

UNIFORM u_fogColor FOGCOLOR vec3(0.0, 0.0, 0.0)
UNIFORM u_fogColor FOGCOLOR vec4(1.0,1.0,1.0,1.0)
UNIFORM u_fogMaxDist FOGMAXDIST float(320.0)
UNIFORM u_fogMinDist FOGMINDIST float(280.0)

Expand Down
Binary file modified Chapter_10/PVR_LinearFog/Fog.pod
Binary file not shown.

0 comments on commit 89c749d

Please sign in to comment.