Skip to content

Orthographic Camera API 2.9.0

Compare
Choose a tag to compare
@britzl britzl released this 06 Jun 13:01
· 46 commits to master since this release

NEW: The camera can now be configured to immediately position itself on the target it is assigned to follow even when lerp is enabled.

camera.follow("/camera", "/target", { lerp = 0.1, immediate = true })

Or:

msg.post("/camera", "follow", { target = "/target", lerp = 0.1, immediate = true })