Searched refs:setMatrix4 (Results 1 – 5 of 5) sorted by relevance
198 … postshadowMat.setMatrix4("LightViewProjectionMatrix", shadowCam.getViewProjectionMatrix()); in postFrame()
435 … postshadowMat.setMatrix4("LightViewProjectionMatrix" + i, lightViewProjectionsMatrices[i]); in postFrame()
207 mat.setMatrix4("ViewProjectionMatrixInverse", inverseViewProj); in preFrame()
143 material.setMatrix4("TextureProjMatrix", textureProjMatrix); in preFrame()145 … material.setMatrix4("ViewProjectionMatrixInverse", sceneCam.getViewProjectionMatrix().invert()); in preFrame()
543 public void setMatrix4(String name, Matrix4f value) { in setMatrix4() method in Material