Skip to content

Need help figuring out methods to recenter the phantom camera #516

Discussion options

You must be logged in to vote

The answer depends a bit on what you're looking to achieve.

If you want the camera to instantly be in its desired position, post-damping, then the simplest answer would be to call the teleport position method. It essentially resets the camera to its intended position, which bypasses any acceleration and damping values and logic. The current version of the addon in the git branch has better support for that functionality — will make another minor release in the very near future.

But if you want it to be more of a smooth transition, then you could juggle between 2 PCams as you want things to change, which is what I generally suggest. Then you can reset the properties to the inactive one and…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@RealGabrielDelRosario
Comment options

Answer selected by RealGabrielDelRosario
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants