Searched refs:dirDotLocation (Results 1 – 1 of 1) sorted by relevance
1218 float dirDotLocation = direction.dot(location); in onFrameChange() local1266 worldPlane[FAR_PLANE].setConstant(-(dirDotLocation + frustumFar)); in onFrameChange()1270 worldPlane[NEAR_PLANE].setConstant(dirDotLocation + frustumNear); in onFrameChange()