Searched defs:projectionMatrix (Results 1 – 3 of 3) sorted by relevance
28 public void update(float[] viewMatrix, float[] projectionMatrix) { in update()33 public void update(float[] viewMatrix, float[] projectionMatrix, Light light) { in update()
55 float[] projectionMatrix) { in updateMvpMatrix()
253 float[] projectionMatrix = new float[16]; in calculateProjectionMatrix() local