Skip to content

Isometric Map built from 2D tileset #4229

@pmatyja

Description

@pmatyja

Is your feature request related to a problem? Please describe.

It would be useful if the editor would support building isometric maps from 2D tilesets by doing isometric projection on the fly.

Benefits:

  • Editor can now be use in 2D and 3D isometric engines
  • 2D tileset arrangement greatly improves texture space utilization by tightly packing tiles (there is no wasted space like in isometric tiles)

Describe the solution you'd like.

The category for tile projection could be specified on a tileset level:

  • Ground
  • Wall

Tile level ?

  • Draw offset should be specified on the tile level to avoid duplicating tile.

Bonus features:

  • Specify tile texture filtering: nearest, linear
  • Allow to specify any wall Y rotation to increase the degree of freedom and expression
Image

Describe alternatives you've considered.

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureIt's a feature, not a bug.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions