Changes between Version 34 and Version 35 of tutorial


Ignore:
Timestamp:
Jun 30, 2013, 4:43:09 PM (12 years ago)
Author:
leon
Comment:

wavefronf no GL

Legend:

Unmodified
Added
Removed
Modified
  • tutorial

    v34 v35  
    523523#!c
    524524#include <stdio.h>
    525 #include <GL/glew.h>
    526 #include <GL/glut.h>
    527525
    528526#define MaxVertices 400000
     
    530528#define MaxGroups   100
    531529
    532 GLfloat vertex[MaxVertices*3];
    533 GLuint  face[MaxFaces*3];
     530float      vertex[MaxVertices*3];
     531unsigned int  face[MaxFaces*3];
    534532char    group_name[MaxGroups][80];
    535533int     start_face[MaxGroups];