Home | History | Annotate | Download | only in renderer

Lines Matching refs:ivm

396         Matrix4f ivm = viewMatrix.clone();
399 Vector3f pp = ivm.mult(point);
400 Vector3f pn = ivm.multNormal(clipPlane.getNormal(), null);