Draw a rotating cube: Difference between revisions

→‎{{header|Evaldraw}}: add gif of rotating cube
(→‎{{header|Evaldraw}}: add evaldraw solution for Draw a Rotating Cube)
(→‎{{header|Evaldraw}}: add gif of rotating cube)
Line 944:
Based on the solution in draw cuboid.
Draws a filled cube with a texture on each face. Uses default since no texture file set.
 
[[File:Evaldraw cube rotate.gif|thumb|alt=Rotating 3D cube|Rotating cube with texture. Makes use of rudimentary glBegin(GL_QUADS) function]]
 
<syntaxhighlight lang="C">
63

edits