Changes between Version 22 and Version 23 of tutorial


Ignore:
Timestamp:
Jun 28, 2013, 11:07:37 PM (11 years ago)
Author:
leon
Comment:

\

Legend:

Unmodified
Added
Removed
Modified
  • tutorial

    v22 v23  
    484484  #!c
    485485  vec4 n = RotationMatrix*vec4(gl_NormalMatrix*gl_Normal, 1);\
    486   normal = normalize(n.xyz);
     486  normal = normalize(n.xyz); \
    487487  }}}
    488488 2. Introduce zoom in/out functionality of the viewer by adding mouse wheel events to the end of `mouse()`