Searched refs:farCenter (Results 1 – 1 of 1) sorted by relevance
131 Vector3f farCenter = temp.clone(); in updateFrustumPoints() local145 points[4].set(farCenter).subtractLocal(farUp).subtractLocal(farRight); in updateFrustumPoints()146 points[5].set(farCenter).addLocal(farUp).subtractLocal(farRight); in updateFrustumPoints()147 points[6].set(farCenter).addLocal(farUp).addLocal(farRight); in updateFrustumPoints()148 points[7].set(farCenter).subtractLocal(farUp).addLocal(farRight); in updateFrustumPoints()