Searched refs:HFW (Results 1 – 1 of 1) sorted by relevance
28 #define HFW 40 // height-field width macro50 coord height[HFH][HFW]; // height field coordinates66 void adjustPoint(coord height[HFH][HFW], u16 r, u16 c, f32 h);113 void adjustPoint(coord height[HFH][HFW], u16 r, u16 c, f32 h) in adjustPoint() argument141 for(c=0; c<HFW; c++) in createHeightField()143 height[r][c].x = (f32) c - HFW/2.0f; in createHeightField()160 for(c=1; c<HFW; c++) in createHeightField()169 for(c=1; c<HFW; c++) in createHeightField()180 for(c=0; c<HFW; c++) in createHeightField()186 else if (c < HFW-1) in createHeightField()[all …]