-
-
Notifications
You must be signed in to change notification settings - Fork 70
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
Trailing effect when rotating camera #6
Comments
Ok found the exact reason ! in the render loop 2023-03-08.16-12-05.mp4the result is quite noisy & shadows are blocky , what could be the reason for that ? demo : https://vis-prime.github.io/explore-vanilla-drei/?scene=RealismEffects |
Do you get similar results when drag and dropping that model into the demo scene? Also, calling updateMatrixWorld() on the camera should only be done if you have matrixAutoUpdate disabled in your scene like it is the case in the demo scene - is it also disabled in your scene, as I'm wondering if the trailing only happens if you don't call updateMatrixWorld? |
on the drag and drop page i don't get the same artifacts 2023-03-09.22-20-55.mp4So just to break down everything Renderer init
Postprocessing stack If GI is off I use a renderPass so traa and motionblur can run independently Exr loader render loop Anything obvious i've missed ? |
Interesting, I'll check your demo when I have time. Do you get different results when not using TRAA and motion blur? I'm also wondering if the device pixel ratio could play a role as you get some odd pattering in the images. |
Screen goes black or frame freezes when i use SSGI with TRAA or motion blur, something definitely went wrong i'll re-do the setup and use your example code as starting point , I'll report back with the findings
does anything feel off ? |
Update Things i noticed are
I removed the scaling logic (since the model is built to scale) and i'm getting this random tearing effect 2023-03-16.23-01-34.mp4 |
Thanks. So I've added I'll try to look into that horizontal tearing, not too sure what could be causing that.. |
updated to latest
the random tearing issue still exists (only clue is that once I removed the scaling logic the models became very small compared to before) this issue can be closed then , I'll make new one for the other issue I found |
continuing this thread from twitter https://twitter.com/vis_prime/status/1632602124269023233?s=20
I'm noticing trails being formed which does not happen on the demo page
2023-03-08.16-02-07.mp4
The text was updated successfully, but these errors were encountered: