I try to change the loading screen a little. one of ideas - camera movement in a portal, when login (with fade). there I have a problem, I can't turn portal model.
the base camera (AccountLogin:SetCamera(0)) is seems fixed, but I can't find where. also change of parametres do not give any effect. any other value of the camera, does the review "downwards above object" and allows to move only in horizontal plane.
little sample video:
[ame="http://www.youtube.com/watch?v=DlMxKr7aRnE"]YouTube- login.avi[/ame]
buttons on top, change x, y, z, f, s values with 0.1 step (z have very slight effect, to see any effect, step for z must be 100).
Code:
-- x = 0.4;
-- y = 0.3;
-- z = 1;
-- f = -1.6;
-- s = 0.1;
AccountLogin:SetCamera(1);
AccountLogin:SetPosition(x, y, z);
AccountLogin:SetFacing(f);
AccountLogin:SetModelScale(s);
anybody know, how to set a camera/object in normal position or unlock the zero camera?