Searched refs:HFH (Results 1 – 1 of 1) sorted by relevance
29 #define HFH 40 // height-field height (length) 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()139 for(r=0; r<HFH; r++) in createHeightField()144 height[r][c].y = (f32) r - HFH/2.0f; in createHeightField()156 for(r=1; r<HFH; r++) in createHeightField()167 for(r=1; r<HFH; r++) in createHeightField()178 for(r=0; r<HFH; r++) in createHeightField()199 else if (c < HFH-1) in createHeightField()[all …]