awips2/cave/com.raytheon.uf.viz.truecolor.gl/.classpath

8 lines
369 B
Text
Raw Normal View History

Issue #28 Implemented generic true color resource with new extension. Wrote new, more efficient, accurate, and scalable TileSet rendering/managing code to replace AbstractTileSet which VIIRS uses since it took over 10s to load a single frame of data with AbstractTileSet and around 20-30s to load a single true color frame of VIIRS. Put true color code in separate projects to encapsulate functionality. Resources need not depend on these projects, they just have to set the ImagingProvider in their ImagingCapability and true color resource can be loaded through a bundle file. Change-Id: I624edb115b02611470e2e434e27759c45600111c Former-commit-id: 5c4ba851891ed0b6f74420c7392d86030be10849 [formerly d6522f8e3aafe27a5db6a80a80ace7e642d68518] [formerly 93e8619fa5afd9c4cf83ecbb755b150b0b30d448] [formerly 5c4ba851891ed0b6f74420c7392d86030be10849 [formerly d6522f8e3aafe27a5db6a80a80ace7e642d68518] [formerly 93e8619fa5afd9c4cf83ecbb755b150b0b30d448] [formerly 09b0db0a1370f93118ba398fcb581021fce2960e [formerly 93e8619fa5afd9c4cf83ecbb755b150b0b30d448 [formerly 7d75620c07c992ab74a8305a69ed87817f8f0639]]]] Former-commit-id: 09b0db0a1370f93118ba398fcb581021fce2960e Former-commit-id: 84e54dbb2a4565d6ed4f0516afe61e1ada103f58 [formerly 107efcaee343cc83de678165ae14de5b7e2f84c8] [formerly 2ae9659aef573b9f509312fe7c176e5105ef0760 [formerly 784c43ab7c36f790dea73254ee56bff975e88b86]] Former-commit-id: 59e7bf476ae030aaebacd8f558cbeb93ba2064bb [formerly 79f15e475ea961d18b1b60c7e9da3b1ed7274e1d] Former-commit-id: 3d4348050871798663ae548993f0c3de291258ca
2012-08-13 12:20:05 -05:00
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>
</classpath>