Changes between Version 40 and Version 41 of tutorial


Ignore:
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  
    602602      {
    603603      case 'v':
    604         sscanf(&line[1],  "%f %f %f", &vertex[vertices+3],
     604        sscanf(&line[1],  "%f %f %f", &vertex[vertices*3],
    605605               &vertex[vertices*3+1], &vertex[vertices*3+2]);
    606606        ++vertices;