Home
last modified time | relevance | path

Searched refs:HFH (Results 1 – 1 of 1) sorted by relevance

/RvlSDK-3.3/build/demos/gxdemo/src/Indirect/
Dind-pseudo-3d.c29 #define HFH 40 // height-field height (length) macro
50 coord height[HFH][HFW]; // height field coordinates
66 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 …]