Home
last modified time | relevance | path

Searched refs:farRight (Results 1 – 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/shadow/
DShadowUtil.java138 Vector3f farRight = temp.set(right).multLocal(far_width).clone(); in updateFrustumPoints() local
145 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()