Hacker News new | ask | show | jobs
by daeken 5464 days ago
OpenGL doesn't have a teapot primitive -- common misconception. GLUT (the OpenGL utility toolkit) provides glut[Solid/Wire]Teapot for convenience, but that's by no means core OpenGL; it just backends to a bunch of quads.
1 comments

True, but without GLUT or an equivalent utility library (hit or miss) you're writing even more scaffolding code. Much more.