Skip to content

Cache is not a proper resource manager #2

@viltit

Description

@viltit

The class Cache avoids the repeated loading and parsing of xml and obj files as well as textures. However, we still copy a lot of data that could be shared (for example, every mesh stores all its vertices, even if there are several identical meshes).

Also, the cache does not delete unused resources.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions