Are there any examples/functions that let us display basic camera stats (pos/dir) on the screen for debugging purposes? (Similar to the statsview and fps view.) Or should I just go and implement this myself?
implement it yourself by System.out.println(cam.getLocation());
Didn’t mean in the console, but yeah that works - actually I forgot, already ‘free’ with inherited functionality by pressing the ‘c’ button.