-
Notifications
You must be signed in to change notification settings - Fork 0
Camera
Tyler887 edited this page Nov 21, 2021
·
2 revisions
The camera is assigned using the Camera Script-O (static ones can also use the Game Screen one). It is used to display content on the game screen.
The game runs the following:
set_cam(LERP(from=camera)(to=x,y,z))
The camera moves by LERP. But when using the Non-LERP Camera Script-O, it will run:
set_cam(position(position=x,y,z))
Copyright ©️ 2021 The TOG