Changes between Version 38 and Version 39 of tutorial


Ignore:
Timestamp:
Jun 30, 2013, 10:36:15 PM (11 years ago)
Author:
leon
Comment:

Comment Teapot

Legend:

Unmodified
Added
Removed
Modified
  • tutorial

    v38 v39  
    349349[[Image(teapot.png,right)]]
    350350
    351 Assemble the following Utah teapot model and attached virtual [attachment:trackball.h] and [attachment:trackball.c] sources from SGI.
     351Assemble 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.
    352352{{{
    353353#!c