lwjglgamedev / lwjglbook-leg

Source code of the chapters of the book 3D Game Development with LWJGL 3
https://ahbejarano.gitbook.io/lwjglgamedev/
Apache License 2.0
560 stars 202 forks source link

Chapter 13: m30, m31, m32 #112

Closed olliejohnson closed 2 years ago

olliejohnson commented 2 years ago

The lines viewMatrix.m30(0); viewMatrix.m31(0); viewMatrix.m32(0);

are giving errors

lwjglgamedev commented 2 years ago

What are errors are you getting? It compiles ok (these are proper methods of Matrix4f class).

olliejohnson commented 2 years ago

The error I am getting is java: cannot find symbol symbol: method m30(int) location: variable viewMatrix of type org.joml.Matrix4f