Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
View Tickets
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 22
and
Version 23
of
tutorial
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Jun 28, 2013, 11:07:37 PM (
11 years
ago)
Author:
leon
Comment:
\
Legend:
Unmodified
Added
Removed
Modified
tutorial
v22
v23
484
484
#!c
485
485
vec4 n = RotationMatrix*vec4(gl_NormalMatrix*gl_Normal, 1);\
486
normal = normalize(n.xyz);
486
normal = normalize(n.xyz);
\
487
487
}}}
488
488
2. Introduce zoom in/out functionality of the viewer by adding mouse wheel events to the end of `mouse()`