Skip to content

Expose operating resolution for a loaded model #43

@philpax

Description

@philpax

At present, there is no way to get the "operating resolution" for a loaded model. That is, if I pass in Overworld/Waypoint-1.5-1B, there is no reliable way to get width=1280, height=720. These values can be inferred from the AE blocks in the config, but this requires knowing implementation details that could change for future models.

To alleviate this, I'd appreciate width and height properties somewhere on the engine that can get these values. In the event that we support variable resolution in future, they should reflect the current resolution in use.

For today, I think this would involve moving the AE-block-to-resolution remapping out of the AE and into the primary WorldEngine code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions