Chapter 13: m30, m31, m32
olliejohnson opened this issue · 2 comments
olliejohnson commented
The lines
viewMatrix.m30(0); viewMatrix.m31(0); viewMatrix.m32(0);
are giving errors
lwjglgamedev commented
What are errors are you getting? It compiles ok (these are proper methods of Matrix4f class).
olliejohnson commented
The error I am getting is
java: cannot find symbol
symbol: method m30(int)
location: variable viewMatrix of type org.joml.Matrix4f