| http://www.w3.org/ns/prov#value | - I just took the previous code and integrate to it the up vector. (I am almost sure that there is a problem here) 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 public void moveForward() { // This code was used before, it was used for a freefly camera wich can not rotate its local z axis &n
|