File:Triangle.png: Difference between revisions

From Rosetta Code
Content added Content deleted
(Triangle example using the C code from OpenGL.)
 
(Added compilation details.)
Line 1: Line 1:
Triangle example using the C code from [[OpenGL]].
Triangle example using the C code from [[OpenGL]], compiled with [[GCC]] 4.1.2 and [[freeglut3]].

gcc -I/usr/include -lglut triangle.c

Revision as of 04:21, 10 October 2007

Triangle example using the C code from OpenGL, compiled with GCC 4.1.2 and freeglut3.

gcc -I/usr/include -lglut triangle.c

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current05:21, 25 August 2022Thumbnail for version as of 05:21, 25 August 2022650 × 509 (7 KB)Miraheze maintenance script (talk | contribs)Imported from rosettacode.org

The following page uses this file:

Metadata