Closed olliejohnson closed 2 years ago
What are errors are you getting? It compiles ok (these are proper methods of Matrix4f class).
The error I am getting is java: cannot find symbol symbol: method m30(int) location: variable viewMatrix of type org.joml.Matrix4f
The lines
viewMatrix.m30(0); viewMatrix.m31(0); viewMatrix.m32(0);
are giving errors