legion-labs / legion

Legion monorepo, contains the legion engine, the tools, source control, build system etc...
https://book.legionengine.com
Other
16 stars 2 forks source link

Camera refactoring #2081

Closed kirdaybov closed 2 years ago

kirdaybov commented 2 years ago

Removed dependency on dolly. Transform is now taken from a GlobalTransform of the entity that has CameraComponent. CameraOptions resource is introduced that holds default camera setup and speed.

The camera movement is no longer smoothed.