-
Notifications
You must be signed in to change notification settings - Fork 47
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
Rendering issues during movement #247
Comments
Hello!
Yeah, we just stretch the image. The image is rendered here: viser/src/viser/client/src/App.tsx Lines 516 to 624 in a52d9a6
Where we create a plane whose bounds are calculated to fill the screen.
I'm not sure about this one, but it could just be rendering or communication latency. |
thank you.
Am I right? Is there any other function in Viser that determines resolution? |
your work is good,thank you
In the NS viewer, when the user's perspective moves from point A to point B, the rendering outcome transitions from clear (at position A) to blurry and then back to clear (at position B). As demonstrated:
The rendering resolution originates from the render_state_machine.py file,calculate_image_res function.
For instance, the resolution at position A is 1000x1000 which is very clear, during the transitional process, the resolution drops to 100x100 which appears blurry, and upon reaching position B, the resolution returns to 1000x1000, thus restoring clarity.
I have 2 question:
I am very grateful for your assistance.
The text was updated successfully, but these errors were encountered: