Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
View Tickets
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 40
and
Version 41
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:
Jul 1, 2013, 12:47:07 AM (
11 years
ago)
Author:
leon
Comment:
Typo in reader
Legend:
Unmodified
Added
Removed
Modified
tutorial
v40
v41
602
602
{
603
603
case 'v':
604
sscanf(&line[1], "%f %f %f", &vertex[vertices
+
3],
604
sscanf(&line[1], "%f %f %f", &vertex[vertices
*
3],
605
605
&vertex[vertices*3+1], &vertex[vertices*3+2]);
606
606
++vertices;