Searched refs:adjustPoint (Results 1 – 1 of 1) sorted by relevance
| /RvlSDK-3.2/build/demos/gxdemo/src/Indirect/ |
| D | ind-pseudo-3d.c | 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() function 158 adjustPoint(height, r, 0, height[r-1][0].z); in createHeightField() 162 adjustPoint(height, 0, c, height[0][c-1].z); in createHeightField() 172 adjustPoint(height, r, c, h); in createHeightField()
|