Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
View Tickets
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 19
and
Version 20
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, 10:06:59 PM (
11 years
ago)
Author:
leon
Comment:
Additional explanation.
Legend:
Unmodified
Added
Removed
Modified
tutorial
v19
v20
494
494
* gl_ModelViewMatrix*vec4(Zoom*gl_Vertex.xyz, 1.0); \
495
495
}}}
496
In the `display()` we
add zooming by
496
In the `display()` we
send `zoom` to GPU before drawing the `glutSolidTeapot()` by adding
497
497
{{{
498
498
#!c