(draw-colored-sphere) ( program center radius surfacecolor -- )


Vocabulary
spheres

Inputs
programan object
centeran object
radiusan object
surfacecoloran object


Outputs
None

Definition


:: (draw-colored-sphere)
( program center radius surfacecolor -- )
program "surface_color" glGetAttribLocation
surfacecolor first4 glVertexAttrib4f
program center radius (draw-sphere) ;