Gallagher Posted December 1, 2013 Share Posted December 1, 2013 You can zoom by pressing "mouse 2" and when released had eaten back to default? Perhaps using setCameraMatrix? setCameraMatrix ( fonte, x+10 , y , z ,lx ,ly ,lz ) local x, y, z, lx, ly, lz = getCameraMatrix() -- Get the current location and lookat of camera x, lx = x + 1, lx + 1 -- What will be the new x and x lookat values setCameraMatrix(x,y,z,lx,ly,lz) to any possibility of it work? Link to comment
Chronic Posted December 1, 2013 Share Posted December 1, 2013 Yes, it is possible using bindKey Link to comment
Gallagher Posted December 2, 2013 Author Share Posted December 2, 2013 Yes, it is possible using bindKey What is the function to verify the position of the player? getPlayerPosition? 'm not finding Link to comment
Gallagher Posted December 2, 2013 Author Share Posted December 2, 2013 getElementPosition() thanks Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now