Adds a camera plugin and three examples of interfaces to the camera of how to operate with it.
At the moment, the camera can pan, zoom, and lock (do nothing on input), with highly adjustable per-camera weights.
Without a parent, the camera itself is moved. With a parent with a Transform component, the parent is moved for translational movements, while the camera is moved for zoom movements.
Adds a camera plugin and three examples of interfaces to the camera of how to operate with it. At the moment, the camera can pan, zoom, and lock (do nothing on input), with highly adjustable per-camera weights. Without a parent, the camera itself is moved. With a parent with a
Transform
component, the parent is moved for translational movements, while the camera is moved for zoom movements.