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

Scene data independent from view #11

Open
Neptilo opened this issue Jan 12, 2015 · 0 comments
Open

Scene data independent from view #11

Neptilo opened this issue Jan 12, 2015 · 0 comments
Labels
enhancement New feature or request minor

Comments

@Neptilo
Copy link
Owner

Neptilo commented Jan 12, 2015

Original report by Victor Ripplinger (Bitbucket: Neptilo, GitHub: Neptilo).


Scene data should be able to be updated with information from server even if the view is not fully set up.

  • Before the view is fully set up (which can be checked with a boolean stored in View), scene data should be set up without acting on the view. If an update is received from server, scene data can then be updated.
  • When setting up the view, all the current data of the scene should be taken into account.
  • After the view is set up, every update to the scene data should also translate into a change in the view.
@Neptilo Neptilo added minor enhancement New feature or request labels Dec 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request minor
Projects
None yet
Development

No branches or pull requests

1 participant