Searched refs:far_height (Results 1 – 1 of 1) sorted by relevance
112 float far_height; in updateFrustumPoints() local118 far_height = ftop; in updateFrustumPoints()119 far_width = far_height * ratio; in updateFrustumPoints()123 far_height = depthHeightRatio * far; in updateFrustumPoints()124 far_width = far_height * ratio; in updateFrustumPoints()136 Vector3f farUp = temp.set(up).multLocal(far_height).clone(); in updateFrustumPoints()