Skip to content
This repository was archived by the owner on Dec 27, 2025. It is now read-only.
This repository was archived by the owner on Dec 27, 2025. It is now read-only.

Scene graph - extract models and just use identifiers #3

@dwerner

Description

@dwerner

Going with a scene graph that uses Identity in place of actual meshes, Renderers could look up assets loaded by a referenced Identity. This could ease coupling of the renderer to the scene graph's loaded state.

Renderers should still be responsible for caching buffers, etc, internally, but perhaps now that we have multiple rendering modules, we should look at lifecycle management for renderers: State::on_render_load and State::on_render_unload should be specific to each renderer.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions