Changes between Version 38 and Version 39 of tutorial
- Timestamp:
- Jun 30, 2013, 10:36:15 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
tutorial
v38 v39 349 349 [[Image(teapot.png,right)]] 350 350 351 Assemble the following Utah teapot model and attached virtual [attachment:trackball.h] and [attachment:trackball.c] sources from SGI. 351 Assemble the following Utah teapot model and attached virtual [attachment:trackball.h] and [attachment:trackball.c] sources from SGI. Teapot is built-in model for testing purposes in GLUT and uses legacy {{{glBegin()}}}/{{{glEnd()}}} commands and surface normals. Similarly deprecated GLSL usage of {{{gl_Vertex}}} and {{{gl_Normal}}} built-in input vertex attributes is used in {{{vertex_shader[]}}}. Nevertheless it is a good starting point for viewing applications. 352 352 {{{ 353 353 #!c