Skip to content

Tile map is not transformable #71

@lordmauve

Description

@lordmauve

The TileMap class doesn't inherit from Transformable and therefore cannot be moved, rotated, etc.

Because each tile map is drawn with one draw call, achieving this probably only requires passing the transformation matrix into the shader as a uniform and multiplying by it in the vertex shader.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions