Jump to content

help?


Gallagher

Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...