Click here to Skip to main content
Click here to Skip to main content

Texture Atlas Maker

By , 1 Apr 2012
 
AtlasExample_iphone_project.zip
__MACOSX
AtlasExample
._.DS_Store
AtlasExample
._.DS_Store
._AtlasExample-Prefix.pch
._ImagePNG.mm
._main.m
en.lproj
._InfoPlist.strings
Shaders
._Shader.fsh
._Shader.vsh
AtlasExampleTests
._AtlasExampleTests.m
._AtlasExampleTests-Prefix.pch
en.lproj
._InfoPlist.strings
AtlasExample
.DS_Store
AtlasExample.xcodeproj
project.pbxproj
project.xcworkspace
contents.xcworkspacedata
xcuserdata
lefty.xcuserdatad
UserInterfaceState.xcuserstate
xcuserdata
lefty.xcuserdatad
xcdebugger
Breakpoints.xcbkptlist
xcschemes
AtlasExample.xcscheme
xcschememanagement.plist
AtlasExample
.DS_Store
AtlasAppDelegate.mm
AtlasExample-Info.plist
AtlasExample-Prefix.pch
EAGLView.mm
en.lproj
InfoPlist.strings
MainWindow.xib
ImagePNG.mm
images0.tga
main.m
Shaders
Shader.fsh
Shader.vsh
AtlasExampleTests
AtlasExampleTests.m
AtlasExampleTests-Info.plist
AtlasExampleTests-Prefix.pch
en.lproj
InfoPlist.strings
AtlasExample_iPhone_project_2.1.zip
._.DS_Store
._.DS_Store
._AtlasExample-Prefix.pch
._ImagePNG.mm
._main.m
._InfoPlist.strings
._Shader.fsh
._Shader.vsh
._AtlasExampleTests.m
._AtlasExampleTests-Prefix.pch
._InfoPlist.strings
.DS_Store
project.pbxproj
contents.xcworkspacedata
UserInterfaceState.xcuserstate
Breakpoints.xcbkptlist
AtlasExample.xcscheme
xcschememanagement.plist
.DS_Store
AtlasAppDelegate.mm
AtlasExample-Info.plist
AtlasExample-Prefix.pch
EAGLView.mm
InfoPlist.strings
MainWindow.xib
ImagePNG.mm
imagesNelly0.tga
main.m
Shader.fsh
Shader.vsh
AtlasExampleTests.m
AtlasExampleTests-Info.plist
AtlasExampleTests-Prefix.pch
InfoPlist.strings
AtlasMaker.zip
AtlasMaker
.classpath
.project
bin
icon.png
images
icon.png
output.png
settings.png
output.png
settings.png
src
AtlasMaker_jar.zip
AtlasMaker.jar
AtlasMaker_jar_2.0.zip
AtlasMaker.jar
AtlasMaker_jar_2.1.zip
AtlasMaker.jar
AtlasMaker_jar_2.2.1.zip
AtlasMaker.jar
AtlasMaker_jar_2.2.zip
AtlasMaker.jar
AtlasMaker_source.2.2.1.zip
.classpath
.project
.settings
org.eclipse.jdt.core.prefs
atlasMaker.properties
icon.png
icon.png
settings.png
settings.png
AtlasMaker_source.zip
.classpath
.project
icon.png
icon.png
output.png
settings.png
output.png
settings.png
AtlasMaker_source_2.0.zip
.classpath
.project
atlasMaker.properties
icon.png
icon.png
settings.png
settings.png
AtlasMaker_source_2.1.zip
.classpath
.project
org.eclipse.jdt.core.prefs
atlasMaker.properties
icon.png
icon.png
settings.png
settings.png
AtlasMaker_source_2.2.zip
.classpath
.project
org.eclipse.jdt.core.prefs
icon.png
icon.png
settings.png
settings.png
import java.util.*;

public class CompareWidth implements Comparator<AtlasImage>
{
	public int compare(AtlasImage ai1, AtlasImage ai2) 
	{
        return ai2.getImage().getWidth() - ai1.getImage().getWidth();
    }
}

By viewing downloads associated with this article you agree to the Terms of use and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The BSD License

About the Author

ed welch
Software Developer Astronautz
Spain Spain
Member
After working in the software industry for many years, I've started my own games company that specialises in strategy games for mobile platforms.

Permalink | Advertise | Privacy | Mobile
Web04 | 2.6.130516.1 | Last Updated 1 Apr 2012
Article Copyright 2012 by ed welch
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid