Skip to content

Wiki update request - Procedural texture atlas #89

@yuripourre

Description

@yuripourre

Is also possible to create a Texture Atlas dynamically, may be worth mentioning that in the wiki.

TextureAtlas textureAtlas = new TextureAtlas();
Texture fire = new Texture("assets/fire.png");
textureAtlas.addRegion("fire", new TextureRegion(fire));

Texture spot = new Texture("assets/spot.png");
textureAtlas.addRegion("spot", new TextureRegion(spot));

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    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