]> icculus.org git repositories - divverent/darkplaces.git/blob - curves.h
flip the X in normalmaps generated from heightmaps (according to FrikaC it was broken)
[divverent/darkplaces.git] / curves.h
1
2 #ifndef CURVES_H
3 #define CURVES_H
4
5 void QuadraticSplineSubdivideFloat(int inpoints, int components, const float *in, int instride, float *out, int outstride);
6 void QuadraticSplinePatchSubdivideFloatBuffer(int cpwidth, int cpheight, int xlevel, int ylevel, int components, const float *in, float *out);
7
8 #endif
9