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 refactoring #35

Closed
wants to merge 1 commit into from
Closed

Scene refactoring #35

wants to merge 1 commit into from

Conversation

juliusikkala
Copy link
Member

The eventual intent of this PR is to remove aabb_scene and light_scene and merge their contents to scene. Further, scene_update_stage should take a more controlling role, containing all of the code related to scene updates and some GPU-side scene data structures as well. Once the scene class has been reduced to a simple container of lights, objects and cameras, it will be much easier to move to an ECS.

This is a step towards #27.

@juliusikkala
Copy link
Member Author

Superseded by #40.

@juliusikkala juliusikkala deleted the scene_refactor branch October 26, 2023 11:58
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.

1 participant