Searched refs:switchViewpoint (Results 1 – 1 of 1) sorted by relevance
156 int switchViewpoint = 0, birdsEye = 0; variable372 lookAtMatrix(x - viewPoints[switchViewpoint][0] * 7.0, in display()786 ((switchViewpoint % 2) ? y : x) += in doCommand()787 viewPoints[switchViewpoint][1] * (ctrl ? 20 : (shift ? 5 : 1)); in doCommand()790 ((switchViewpoint % 2) ? y : x) -= in doCommand()791 viewPoints[switchViewpoint][1] * (ctrl ? 20 : (shift ? 5 : 1)); in doCommand()794 ((switchViewpoint % 2) ? x : y) += in doCommand()795 viewPoints[switchViewpoint][0] * (ctrl ? 20 : (shift ? 5 : 1)); in doCommand()798 ((switchViewpoint % 2) ? x : y) -= in doCommand()799 viewPoints[switchViewpoint][0] * (ctrl ? 20 : (shift ? 5 : 1)); in doCommand()[all …]