Hello all, I want to do a code for moving the camera. For moving left and right i find that:
strafe = FunkMath.crossProduct(FunkMath.subtract(target, origin), upVector);
strafe.crappyNormalize();
But i don't know where i can have this librairies: org.jon.crs.util.FunkMath (where can i find FunkMath?)