Package org.terasology.rendering.assets.atlas

Examples of org.terasology.rendering.assets.atlas.AtlasData


                return true;
            }
        });

        for (Map.Entry<Name, Map<Name, SubtextureData>> atlas : textureAtlases.entrySet()) {
            AtlasData data = new AtlasData(atlas.getValue());
            Assets.generateAsset(new AssetUri(AssetType.ATLAS, atlas.getKey(), new Name("terrain")), data, Atlas.class);
        }
    }
View Full Code Here

TOP

Related Classes of org.terasology.rendering.assets.atlas.AtlasData

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.