Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed PCam2D/3D from _process to _physics_process #176

Closed
wants to merge 1 commit into from

Conversation

ramokz
Copy link
Owner

@ramokz ramokz commented Jan 16, 2024

Resolves #173

Should resolve issues with jittery camera movement
@P5ina
Copy link
Contributor

P5ina commented Jan 17, 2024

I don't think this is good idea. If you need to remove jitter on physics objects you need to tween their visuals on your own. Camera is not a physics object, in most animations you use process to update positions

@P5ina
Copy link
Contributor

P5ina commented Jan 17, 2024

I made my own PR, so this is correct fix of problem, so maybe you want to check it #179

@P5ina
Copy link
Contributor

P5ina commented Jan 17, 2024

I don't think this is good idea. If you need to remove jitter on physics objects you need to tween their visuals on your own. Camera is not a physics object, in most animations you use process to update positions

I made an explanation how to do it in #173

@ramokz ramokz closed this Jan 18, 2024
@ramokz
Copy link
Owner Author

ramokz commented Jan 18, 2024

Closing in favour of #179

@ramokz ramokz deleted the 173-camera-jitter-pcam branch January 18, 2024 20:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Jittery camera movement
2 participants