gpmark

diff src/generate3d.h @ 0:5019d031b485

initial commit
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 05 Jun 2013 22:33:37 +0300
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/generate3d.h	Wed Jun 05 22:33:37 2013 +0300
     1.3 @@ -0,0 +1,12 @@
     1.4 +#ifndef GENERATE3D_H
     1.5 +#define GENERATE3D_H
     1.6 +
     1.7 +#include "engine3d.h"
     1.8 +
     1.9 +void Load32bit3doFile(char* filename, object3d *obj, int neg, float stdiv);
    1.10 +
    1.11 +void CalcNorms(object3d *obj, int neg);
    1.12 +void CalcPtNorms(object3d *obj);
    1.13 +void ReversePolygonOrder(object3d *obj);
    1.14 +
    1.15 +#endif