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

Fix RenderTests for PointcloudPotreeExample #625

Open
wrestledBearOnce opened this issue Sep 13, 2022 · 0 comments
Open

Fix RenderTests for PointcloudPotreeExample #625

wrestledBearOnce opened this issue Sep 13, 2022 · 0 comments
Labels
bug prio-must Must be implemented

Comments

@wrestledBearOnce
Copy link
Member

wrestledBearOnce commented Sep 13, 2022

This example relies upon DeltaTime(Update), however, these values are never being set.
DeltaTime(Update) is updated within RenderCanvasGameWindow.cs which only happens after the blocking method app.Run() is being called (which we do not want to do while testing).
Furthermore, the lazy loading mechanism induces the necessity to render more than the usual 3 frames until the point cloud is loaded completely.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug prio-must Must be implemented
Projects
Development

No branches or pull requests

1 participant