Skip to content

Commit 1235495

Browse files
committed
Update DiffuseSphere.cpp
1 parent a86866f commit 1235495

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/exercises/ch07_DiffuseSphere/DiffuseSphere.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ static GLint lightSpotDirVSLoc; //!< uniform location for light direction in vie
7474
static GLint lightDiffuseLoc; //!< uniform location for diffuse light intensity
7575
static GLint matDiffuseLoc; //!< uniform location for diffuse light reflection
7676

77-
static const SLfloat PI = 3.14159265358979f;
78-
7977
//-----------------------------------------------------------------------------
8078
/*!
8179
* Build the vertex and index data for a box and sends it to the GPU

0 commit comments

Comments
 (0)