Home
last modified time | relevance | path

Searched refs:player1_diffuse (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/glfw2/glfw-2.7.9/examples/
H A Dpong3d.c124 const GLfloat player1_diffuse[4] = {1.0f,0.3f,0.3f,1.0f}; variable
603 glMaterialfv( GL_FRONT, GL_DIFFUSE, player1_diffuse ); in UpdateDisplay()
/dports/graphics/glfw2/glfw-2.7.9/support/d/examples/
H A Dpong3d.d124 const GLfloat player1_diffuse[4] = [1.0f,0.3f,0.3f,1.0f]; variable
598 glMaterialfv( GL_FRONT, GL_DIFFUSE, player1_diffuse ); in UpdateDisplay()