Changes between Version 19 and Version 20 of tutorial


Ignore:
Timestamp:
Jun 28, 2013, 10:06:59 PM (11 years ago)
Author:
leon
Comment:

Additional explanation.

Legend:

Unmodified
Added
Removed
Modified
  • tutorial

    v19 v20  
    494494     * gl_ModelViewMatrix*vec4(Zoom*gl_Vertex.xyz, 1.0); \
    495495  }}}
    496   In the `display()` we add zooming by
     496  In the `display()` we send `zoom` to GPU before drawing the `glutSolidTeapot()` by adding
    497497  {{{
    498498  #!c