Searched refs:startpt (Results 1 – 4 of 4) sorted by relevance
169 float startpt = brickLength / 4; in initWall() local174 new Vector3f(i * brickLength * 2 + startpt, brickHeight + height, 0); in initWall()177 startpt = -startpt; in initWall()
150 float startpt = bLength / 4; in initWall() local154 Vector3f ori = new Vector3f(i * bLength * 2 + startpt, bHeight + height, -10); in initWall()165 startpt = -startpt; in initWall()
141 float startpt = bLength / 4; in initWall() local145 Vector3f vt = new Vector3f(i * bLength * 2 + startpt, bHeight + height, 0); in initWall()148 startpt = -startpt; in initWall()
172 float startpt = bLength / 4 - xOff; in createWall() local178 Vector3f vt = new Vector3f(i * bLength * 2 + startpt, bHeight + height, zOff); in createWall()181 startpt = -startpt; in createWall()