Salma Muhammed Posted April 7, 2017 Share Posted April 7, 2017 can anyone learn me how to use the SmoothMoveCamera code? cause i've a small login screen and set the camera on "setCameraMatrix(2565.2, 136.3, 48.8, 2531, 93, 26.8)" but i need it to be moved Link to comment
#BrosS Posted April 7, 2017 Share Posted April 7, 2017 You can use variables move = 0 move = move+10 setCameraMatrix(2565.2, 136.3 +move, 48.8, 2531, 93, 26.8) It will keep.moving with no stoping About smoothMoveCamera you have : smoothMoveCamera(x1,y1,z1,lx1,ly1,lz1,x2,y2,z2,lx2,ly2,lz2, time) x1,y1,z1,lx1,ly1,lz1 : your camera start position x2,y2,z2,lx2,ly2,lz2 : your camera end position means where do you want to stop the moving and time is how long do you want the moving take by milliseconds 1 Link to comment
Salma Muhammed Posted April 9, 2017 Author Share Posted April 9, 2017 ThankQ for help, 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