Hi!
I made the first person camera from
this tutorial, but the texture on the objects were placed inverted. To obtain the texture I used the stick-util library. Also, when I try to move the camera up (position.y += distance), the camera moves down, but the objects are positioned correctly (the object at 0,2,0 is higher than the object at 0,1,0).
What I did wrong?

(Source code included)