[Command] cameraMove

Post Reply
User avatar
Raddeck
LP Manager
Reactions: 1
Posts: 508
Joined: Sat Oct 16, 2021 6:22 pm
Location: LpWorld
Contact:

Post by Raddeck »

cameraMove(LocX,LocY,LocZ,RotX,RotY,RotZ)


USE:
Moves and rotates the camera.

First three parameters are the position of the camera.
Following three parameters are the rotation.


TYPE: Command, Non-Ref
RETURNS: /
THEME: Camera
COMPARE: cameraFocus


EXAMPLE:

Code: Select all

    cameraMove( 0, 0, 800 ) // Move camera to the middle of the room
    cameraFocus(MainActor)  // Make cam point to the main actor
Like my work? Buy me a coffee or support me on Patreon to keep it coming. :ugeek:
-Don't PM me for support-
Top
Post Reply