shapes demo: added flat shading option (fixed-function only)
[freeglut] / progs / demos / shapes / shapes.c
2021-09-29 John Tsiombikasshapes demo: added flat shading option (fixed-function...
2018-03-26 Diederick Niehorstercleaning up mixed tabs and spaces
2014-10-19 John Tsiombikasfixed the unreachable GL error check in getAttribOrUnif...
2014-10-11 John Tsiombikasfixed build on MSVC6
2013-04-01 Diederick Niehorstercleaned up a bunch of warnings
2013-04-01 Diederick Niehorsternote about glutSetVertexAttribTexCoord2 in shapes demo
2013-04-01 Diederick Niehorsterfurther worked on the teapot drawing code:
2013-01-27 Diederick Niehorstersmoothgl3 and shapes demos, now checking if glutGetProc...
2012-11-20 Diederick Niehorstersome comments missing in shapes demo
2012-11-19 Diederick Niehorstershapes demo: now only draw necessary size info, and...
2012-11-19 Diederick Niehorsterfixed normals of glutCone, thanks Ioannis!
2012-11-19 Diederick NiehorsterGLUT_GEOMETRY_VISUALIZE_NORMALS is a better name than...
2012-11-19 Diederick Niehorstercan now visualize normals of GLUT geometry in GL2 mode...
2012-11-18 Diederick Niehorstersize of cuboctahedron in shapes demo now in line with...
2012-11-18 Diederick Niehorstershapes demo: cuboctahedron is from the demo itself...
2012-11-18 Diederick Niehorstercan now also draw the normal vectors (seems very useful...
2012-11-18 Diederick Niehorstersmall enhancements to shapes demo:
2012-09-25 Diederick Niehorsterfixing conflicts with opengl headers on some systems...
2012-08-13 Diederick Niehorsterfixed shader route in shapes demo:
2012-08-13 Diederick Niehorstershapes demo: material color now set to red in shader...
2012-06-18 Diederick Niehorstercannot use //-style comments in shader source, doesn...
2012-06-15 Diederick Niehorsteradded bunch of error checks to shapes demo
2012-06-12 Diederick Niehorsterbit of documentation
2012-06-09 Sylvain BeuclerFix compilation of demos/shapes
2012-06-09 Diederick Niehorstershapes demo can now test shader based drawing as well...
2012-04-22 Diederick Niehorsteradded 'r' toggle to shapes demo to also animate rotatio...
2012-03-18 Diederick Niehorsterper old glut manpages, glutTeapot calls generate clockw...
2012-03-17 Diederick Niehorstercorrected data type (its a demo after all, better be...
2012-03-16 Diederick Niehorsternow a toggle for perspective/orthogonal projection...
2012-03-16 Diederick Niehorsterouter radius parameter in shapes demo now doubles as...
2009-03-16 John F. FayAdding "GLUT_MULTISAMPLE" to "shapes" demo ... because...
2009-03-01 John F. FayFixing Microsoft compatibility with the new "vsnprintf...
2009-02-28 Sven Panne_CrtDumpMemoryLeaks and its header are Microsoft-specif...
2009-02-28 Sven PanneUse vsnprintf instead of the potentially dangerous...
2005-05-06 Sven PanneFixed a cuboctahedron vertex, implemented wire mode...
2005-05-06 Sven PanneNecessary compilation fixes for newer GCCs (e.g. 3...
2005-05-04 John F. FayReplacing the original \"freeglut\" \"shapes\" demo...
2004-03-28 Steve BakerRemoved unnecessary initialisation.
2004-03-28 Steve BakerAdded a cullface test.
2003-12-07 Richard RauchTwo from Nigel:
2003-11-25 Richard RauchAdded a new demo (from Nigel) showing some of the basic...