00001 // 00002 // Functions to create and draw a height field 00003 // 00004 00005 00007 00009 void initHeightField( int W, int H, const char *file ); 00010 00011 00013 00017 void drawHeightField( float x, float y, int w, int h ); 00018 00019 float gethf ( int , int ); 00020