Goutte / godot-trackball-camera

A Godot addon that adds a trackball camera node without gimbal lock.
MIT License
51 stars 3 forks source link

Discussion: transition smoothly to another parent node #5

Open Goutte opened 4 years ago

Goutte commented 4 years ago

There are multiple strategies to achieve that.

Some notes

Goutte commented 4 years ago

There's perhaps also the usage of three cameras : two trackball cameras, one for each parent, and an interpolated camera for the transitions. I have not tested this.

Goutte commented 3 years ago

What I usually do is make the TrackballCamera a child of a Spatial node called Eye or something, and move the Eye around.